PHPackages                             akamai/purger - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. akamai/purger

ActiveLibrary[HTTP &amp; Networking](/categories/http)

akamai/purger
=============

Akamai CDN Purger

v0.1(13y ago)0231PHP

Since May 28Pushed 13y agoCompare

[ Source](https://github.com/my-wardrobe/AkamaiPurger)[ Packagist](https://packagist.org/packages/akamai/purger)[ RSS](/packages/akamai-purger/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

Akamai Purger
=============

[](#akamai-purger)

Remove or invalidate assets on your Akamai CDN.

[![Build Status](https://camo.githubusercontent.com/46bb34f2693d7d3ef7af091a804fd1a453a9e0291a32cc41d9d2b14c7ef1c105/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f6d792d77617264726f62652f416b616d61695075726765722e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/my-wardrobe/AkamaiPurger)

Usage
-----

[](#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](https://github.com/Seldaek/monolog)

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
------------

[](#requirements)

- PHP 5.3+
- Internet connection

Authors
-------

[](#authors)

My Wardrobe -

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

4780d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/dcfee34650687156a2a2484965c9c79165394dc725d4bc33732c5d78b4955677?d=identicon)[my-wardrobe](/maintainers/my-wardrobe)

---

Top Contributors

[![dantudor](https://avatars.githubusercontent.com/u/1281127?v=4)](https://github.com/dantudor "dantudor (9 commits)")

### Embed Badge

![Health badge](/badges/akamai-purger/health.svg)

```
[![Health](https://phpackages.com/badges/akamai-purger/health.svg)](https://phpackages.com/packages/akamai-purger)
```

###  Alternatives

[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.6k38.2k](/packages/matomo-matomo)[mateusjunges/laravel-kafka

A kafka driver for laravel

7243.4M20](/packages/mateusjunges-laravel-kafka)[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)[launchdarkly/server-sdk

Official LaunchDarkly SDK for PHP

3910.9M13](/packages/launchdarkly-server-sdk)[akamai-open/edgegrid-client

Implements the Akamai {OPEN} EdgeGrid Authentication specified by https://developer.akamai.com/introduction/Client\_Auth.html

482.6M6](/packages/akamai-open-edgegrid-client)[swoole-bundle/swoole-bundle

Open/Swoole Symfony Bundle

7358.5k](/packages/swoole-bundle-swoole-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
