Skip to content

CoolRunner-dk/coolrunner-php-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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('<your@email.here>', '<your token here>');

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages