parcelmonkeygroup / etrak-php
PHP SDK for eTrak
4.1.2
2020-04-29 15:33 UTC
Requires
- ext-json: *
- nategood/httpful: ^0.2.20
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
eTrak PHP SDK
Use this to make your eTrak integration much easier.
Docs
This interacts with the API defined here: https://docs.etrak.io/
Installation
Install with composer.
composer require parcelmonkeygroup/etrak-php
Environment
To use the sandbox, simply call the sandbox() method when instantiating your connection.
$etrak = \etrak\etrak::instance()->setApiKey(YOUR_API_KEY)->sandbox();
Examples
You'll find various examples in the /examples directory within this repository.