4.1.2 2020-04-29 15:33 UTC

This package is not auto-updated.

Last update: 2024-05-09 10:26:18 UTC


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.