library akamai-php-client
Akamai PHP Client
jeremymarc/akamai-php-client
Akamai PHP Client
- Thursday, November 20, 2014
- by jeremymarc
- Repository
- 1 Watchers
- 4 Stars
- 194 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 3 Forks
- 2 Open issues
- 1 Versions
- 0 % Grown
Akamai PHP Client
Install
composer install jeremymarc/akamai-php-client
Usage
$curl = new Curl;
$client = new Client($curl, $clientToken, $clientSecret, $accessToken, $baseUrl);
$resp = $client->checkQueueLength();
echo $resp->queueLength;
Supported methods
- checkQueueLength()
- getPurgeStatus($id)
- purgeRequest($object)
Akamai Documentation
https://api.ccu.akamai.com/ccu/v2/docs/index.html, (*1)
Reporting an issue or a feature request
Issues and feature requests are tracked in the Github issue tracker., (*2)