Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.1"
".": "0.0.2"
}
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 5
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cas-parser%2Fcas-parser-b7fdba3d3f97c7debc22c7ca30b828bce81bcd64648df8c94029b27a3321ebb9.yml
openapi_spec_hash: 03f1315f1d32ada42445ca920f047dff
config_hash: 7e37f38c64335d64bc0f2bdd0a655a97
config_hash: cb5d75abef6264b5d86448caf7295afa
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

## 0.0.2 (2025-08-18)

Full Changelog: [v0.0.1...v0.0.2](https://github.com/CASParser/cas-parser-php/compare/v0.0.1...v0.0.2)

### Chores

* configure new SDK language ([efe3aa8](https://github.com/CASParser/cas-parser-php/commit/efe3aa8298b2b8d8cbbb39519cd6e2b4155656a5))
* update SDK settings ([ec8569e](https://github.com/CASParser/cas-parser-php/commit/ec8569e4fe27cbd72199c5394b79bdbff771c132))
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
>
> This library has not yet been exhaustively tested in production environments and may be missing some features you'd expect in a stable release. As we continue development, there may be breaking changes that require updates to your code.
>
> **We'd love your feedback!** Please share any suggestions, bug reports, feature requests, or general thoughts by [filing an issue](https://www.github.com/stainless-sdks/cas-parser-php/issues/new).
> **We'd love your feedback!** Please share any suggestions, bug reports, feature requests, or general thoughts by [filing an issue](https://www.github.com/CASParser/cas-parser-php/issues/new).

The Cas Parser PHP library provides convenient access to the Cas Parser REST API from any PHP 8.1.0+ application.

Expand All @@ -19,12 +19,14 @@ The REST API documentation can be found on [docs.casparser.in](https://docs.casp

To use this package, install via Composer by adding the following to your application's `composer.json`:

<!-- x-release-please-start-version -->

```json
{
"repositories": [
{
"type": "vcs",
"url": "git@github.com:stainless-sdks/cas-parser-php.git"
"url": "git@github.com:CASParser/cas-parser-php.git"
}
],
"require": {
Expand All @@ -33,6 +35,8 @@ To use this package, install via Composer by adding the following to your applic
}
```

<!-- x-release-please-end -->

## Usage

```php
Expand Down Expand Up @@ -184,4 +188,4 @@ PHP 8.1.0 or higher.

## Contributing

See [the contributing documentation](https://github.com/stainless-sdks/cas-parser-php/tree/main/CONTRIBUTING.md).
See [the contributing documentation](https://github.com/CASParser/cas-parser-php/tree/main/CONTRIBUTING.md).