vmeretail/frts-link-php-sdk

dev-master 2019-11-05 11:08 UTC

This package is auto-updated.

Last update: 2024-04-05 21:48:33 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