PHPackages                             rmts/laravel-akamai - 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. [Framework](/categories/framework)
4. /
5. rmts/laravel-akamai

ActiveProject[Framework](/categories/framework)

rmts/laravel-akamai
===================

Simple AKAMAI API integration for Laravel

v6.0(1y ago)17.9k↓67.2%MITPHPPHP &gt;=8.2CI failing

Since Dec 17Pushed 1mo ago2 watchersCompare

[ Source](https://github.com/real-media-technic-staudacher/laravel-akamai)[ Packagist](https://packagist.org/packages/rmts/laravel-akamai)[ RSS](/packages/rmts-laravel-akamai/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (10)Dependencies (5)Versions (17)Used By (0)

laravel-akamai
==============

[](#laravel-akamai)

A simple AKAMAI API integration for Laravel

Services available so far:

- Purge by URL

Installation / Setup
--------------------

[](#installation--setup)

`composer require rmts/laravel-akamai`

`php artisan vendor:publish --provider="LaravelAkamai\\LaravelAkamaiServiceProvider"`

Adapt in your .env: Find this in your AKAMI account

```
AKAMAI_URL=XYZ.purge.akamaiapis.net
AKAMAI_CLIENT_TOKEN=
AKAMAI_ACCESS_TOKEN=
AKAMAI_SECRET=

```

Usage
-----

[](#usage)

### Purge by URL

[](#purge-by-url)

Using the Facade

```
use LaravelAkamai\Akamai;

/** PurgeUrlResponse $response **/
$response = Akamai::purgeUrl('http://my-asset.url');

if ($response->success) {
    Log::info("Success");
} else {
    Log::warning("Failed to purge from CDN: {$response->message}");
}

```

Testing
-------

[](#testing)

Run the tests with:

```
composer test
```

###  Health Score

51

—

FairBetter than 95% of packages

Maintenance70

Regular maintenance activity

Popularity26

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity78

Established project with proven stability

 Bus Factor1

Top contributor holds 93.1% 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

Every ~135 days

Recently: every ~373 days

Total

15

Last Release

496d ago

Major Versions

v1.1 → v2.02020-07-22

v2.0.6 → v3.0.02021-01-22

v3.1 → v4.02024-02-16

v4.0 → v5.02025-02-11

v5.0 → v6.02025-02-24

PHP version history (2 changes)v1.0PHP &gt;=7.2

v4.0PHP &gt;=8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/76590d8c18de5295f46fe50d2b33eaec56878553dd7ca8aff93a3a6f648cd31b?d=identicon)[patriziotomato](/maintainers/patriziotomato)

![](https://www.gravatar.com/avatar/22101faf4f37ec48936272ff71e870527357529920f64baf1fdb8b90859c12cc?d=identicon)[staudacher](/maintainers/staudacher)

---

Top Contributors

[![patriziotomato](https://avatars.githubusercontent.com/u/544502?v=4)](https://github.com/patriziotomato "patriziotomato (54 commits)")[![quaddy](https://avatars.githubusercontent.com/u/8025038?v=4)](https://github.com/quaddy "quaddy (2 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")[![isoquante](https://avatars.githubusercontent.com/u/115794826?v=4)](https://github.com/isoquante "isoquante (1 commits)")

---

Tags

apiframeworklaravel

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[laravel/laravel

The skeleton application for the Laravel framework.

84.5k63.2M1.0k](/packages/laravel-laravel)[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3991.8k](/packages/codewithdennis-larament)[ecotone/laravel

Ecotone for Laravel — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Laravel Queue, via PHP attributes.

21318.6k3](/packages/ecotone-laravel)[nunomaduro/laravel-starter-kit-inertia-react

The skeleton application for the Laravel framework.

2071.1k](/packages/nunomaduro-laravel-starter-kit-inertia-react)

PHPackages © 2026

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