2017 © Pedro Peláez
 

library akamai-php-client

Akamai PHP Client

image

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

The README.md

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)

The Versions

20/11 2014

dev-master

9999999-dev http://akamai.com

Akamai PHP Client

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jeremy Marc