assiname / sdk-php
Assina.me SDK PHP.
Requires
- php: >=7.0
- guzzlehttp/guzzle: ^6.0
- roave/security-advisories: dev-master
Requires (Dev)
- ext-xsl: *
- friendsofphp/php-cs-fixer: @stable
- pdepend/pdepend: @stable
- phploc/phploc: @stable
- phpmd/phpmd: @stable
- phpunit/dbunit: @stable
- phpunit/phpunit: @stable
- psy/psysh: @stable
- sebastian/phpcpd: @stable
- sensiolabs/security-checker: @stable
- squizlabs/php_codesniffer: @stable
- theseer/phpdox: @stable
This package is not auto-updated.
Last update: 2024-11-15 23:33:28 UTC
README
Install
This SDK can be found on Packagist and it is strongly advised to be installed using composer.
Install using composer by running the command below:
composer require assiname/sdk-php
Bugs and feature requests
Found a Bug? Have a feature request? Please open a new issue.
Before opening any issue, please search for existing issues and read the Issue Guidelines, written by Nicolas Gallagher.
Versioning
This SDK will be maintained under the Semantic Versioning guidelines as much as possible.
Releases will be numbered with the following format:
<major>.<minor>.<patch>
And constructed using the following guidelines:
- Breaking backward compatibility bumps the major (and resets the minor and patch)
- New additions without breaking backward compatibility bumps the minor (and resets the patch)
- Bug fixes and misc changes bumps the patch
For more information on SemVer, please visit http://semver.org/.
License
Read License for more licensing information.