xixisys / xixisys-php-sdk
There is no license information available for the latest version (v1.0.0) of this package.
php sdk for xixisys api
v1.0.0
2019-09-04 05:59 UTC
Requires
- ext-json: *
- guzzlehttp/guzzle: ~6.0
Requires (Dev)
- phpunit/phpunit: ^8.3
This package is auto-updated.
Last update: 2025-04-04 18:09:52 UTC
README
sdk for xixisys api
Installing
$ composer require xixisys/xixisys-php-sdk -vvv
Usage
use XiXisys/Sdk $sdk = new Sdk('api key'); $url = $sdk->sdsHtmlUrl('50-00-0');
API
string $sdk->sdsHtmlUrl('50-00-0', 'ghs')
string $sdk->sdsHtml('50-00-0', 'ghs')
string $sdk->complianceHtmlUrl('50-00-0')
string $sdk->complianceHtml('50-00-0')
Contributing
You can contribute in one of three ways:
- File bug reports using the issue tracker.
- Answer questions or fix bugs on the issue tracker.
- Contribute new features or update the wiki.
The code contribution process is not very formal. You just need to make sure that you follow the PSR-0, PSR-1, and PSR-2 coding guidelines. Any new code contributions must be accompanied by unit tests where applicable.
License
MIT