vmeretail / frts-link-php-sdk
FRTS Link PHP SDK
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
pkg:composer/vmeretail/frts-link-php-sdk
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: 2025-10-06 00:53:28 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