coolrunner / php-sdk
CoolRunner API SDK
Installs: 614
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 0
pkg:composer/coolrunner/php-sdk
Requires
- php: >=5.6
- ext-curl: *
This package is auto-updated.
Last update: 2025-09-29 02:06:57 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>');