Composer
composer require coolrunner/php-sdk
Full documentation available in the Wiki
Full PhpDoc support should be available for most IDEs
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>');