composer install jeremymarc/akamai-php-client
$curl = new Curl;
$client = new Client($curl, $clientToken, $clientSecret, $accessToken, $baseUrl);
$resp = $client->checkQueueLength();
echo $resp->queueLength;
- checkQueueLength()
- getPurgeStatus($id)
- purgeRequest($object)
https://api.ccu.akamai.com/ccu/v2/docs/index.html
Issues and feature requests are tracked in the Github issue tracker.