Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 658 Bytes

readme.md

File metadata and controls

26 lines (17 loc) · 658 Bytes

Installation

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('<[email protected]>', '<your token here>');