jeremymarc / akamai-php-client
Akamai PHP Client
Installs: 198
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 3
Open Issues: 1
pkg:composer/jeremymarc/akamai-php-client
Requires
Requires (Dev)
- ext-curl: *
- phpunit/phpunit: 3.7.*
This package is not auto-updated.
Last update: 2025-09-23 08:04:03 UTC
README
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.