vmeretail / frts-link-php-sdk
FRTS Link PHP SDK
dev-master
2019-11-05 11:08 UTC
Requires
- php: >=5.6.4
- guzzlehttp/guzzle: ~6.0
- tightenco/collect: ^6.4
Requires (Dev)
- mockery/mockery: 0.9.*
- phpunit/phpunit: ~5.0
This package is auto-updated.
Last update: 2024-11-05 22:57:07 UTC
README
To install the SDK in your project you need to require the package via composer:
composer require vmeretail/frts-link-php-sdk
Then use Composer's autoload:
require __DIR__.'/../vendor/autoload.php';
And finally create an instance of the SDK:
$sdk = new VmeRetail\FrtsLink\FrtsLink(TOKEN_HERE);
Usage
TODO: add example usage.
Testing
Run the tests with:
vendor/bin/phpunit