coolrunner / php-sdk
CoolRunner API SDK
dev-master
2021-01-29 08:27 UTC
Requires
- php: >=5.6
- ext-curl: *
This package is auto-updated.
Last update: 2024-10-29 05:16:35 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>');