coolrunner/php-sdk

dev-master 2021-01-29 08:27 UTC

This package is auto-updated.

Last update: 2024-04-29 03:56:59 UTC


README

Composer

composer require coolrunner/php-sdk

Usage

Full documentation available in the Wiki

Hinting

Full PhpDoc support should be available for most IDEs

Instanciation

CoolRunner SDK for API v3 needs to be instantiated before it can be used.

It is a singleton, and requires your registered email and designated token to be usable.

Get you API token here: Integration

If the page is unaccessible please contact our support

$api = CoolRunnerSDK\API::load('<your@email.here>', '<your token here>');