parcelmonkeygroup / etrak-php
PHP SDK for eTrak
Installs: 190
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 6
Forks: 0
Open Issues: 0
pkg:composer/parcelmonkeygroup/etrak-php
Requires
- ext-json: *
- nategood/httpful: ^0.2.20
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.