Skip to content

ParcelMonkeyGroup/etrak-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Please note this library is no longer supported

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.