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

4.1.2 2020-04-29 15:33 UTC

This package is not auto-updated.

Last update: 2025-10-09 17:29:31 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.