jeremymarc/akamai-php-client

dev-master 2014-11-20 18:36 UTC

This package is not auto-updated.

Last update: 2024-04-23 01:19:25 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.