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

This package is auto-updated.

Last update: 2024-05-04 16:03:59 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:

  1. File bug reports using the issue tracker.
  2. Answer questions or fix bugs on the issue tracker.
  3. 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