Skip to content

jeremymarc/AkamaiPhpClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Reporting an issue or a feature request

Issues and feature requests are tracked in the Github issue tracker.

About

Akamai PHP Client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages