Download the PHP package akamai/purger without Composer
On this page you can find all versions of the php package akamai/purger. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download akamai/purger
More information about akamai/purger
Files in akamai/purger
Download akamai/purger
More information about akamai/purger
Files in akamai/purger
Please rate this library. Is it a good library?
Informations about the package purger
Akamai Purger
Remove or invalidate assets on your Akamai CDN.
Usage
Create the instance
$purger = new Akamai\Cdn\Purger(
{username is a string REQUIRED},
{password is a string REQUIRED},
{server is a string OPTIONAL},
{logger instance of Monolog Logger OPTIONAL}
);
see Monolog documentation here
Set notifications
$purger->setNotificationEmail({email address});
Add the url to purge
$purger->addUrl('http://www.example.com/acme/asset.png');
And purge!
$purger->purge();
Requirements
- PHP 5.3+
- Internet connection
Authors
My Wardrobe - [email protected]
All versions of purger with dependencies
PHP Build Version
Package Version
Requires
monolog/monolog Version
dev-master
The package akamai/purger contains the following files
Loading the files please wait ...
