PHPackages                             mintbridge/laravel-cache-filter - 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. [Caching](/categories/caching)
4. /
5. mintbridge/laravel-cache-filter

ActiveLibrary[Caching](/categories/caching)

mintbridge/laravel-cache-filter
===============================

Laravel route filter for caching responses

1.0.0(12y ago)222MITPHPPHP &gt;=5.3.0

Since Jun 15Pushed 12y agoCompare

[ Source](https://github.com/mintbridge/laravel-cache-filter)[ Packagist](https://packagist.org/packages/mintbridge/laravel-cache-filter)[ RSS](/packages/mintbridge-laravel-cache-filter/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (5)Versions (2)Used By (0)

Laravel Cache Filter
====================

[](#laravel-cache-filter)

Often you have responses that don't change very often, this package lets you store these responses in the cache and then return them automatically using a filter the next time they are requested.

Installation
------------

[](#installation)

Begin by installing this package through Composer.

```
{
    "require": {
		"mintbridge/laravel-cache-filter": "1.0.x"
	}
}

```

Then add the service provider to you app config.

```
// app/config/app.php

'providers' => [
    '...',
    'MintBridge\LaravelCacheFilter\LaravelCacheFilterServiceProvider'
];
```

Usage
-----

[](#usage)

The package provide 2 filters, these can be used with Laravels before and after route filters:

```
Route::get('some-route', array(
	'before' => 'cache.response.fetch',
	'after' => 'cache.response.store',
	...
));
```

The fetch filter will check to see if the response has been cached and if so return it. The store filter takes the generated response and adds it to the cache ready for the next time it is requested.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity58

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

4400d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d692eb428aac3d994513c18ac2c3c1d5b0a3e15f1e0c56661aa14fae8b4a942b?d=identicon)[mintbridge](/maintainers/mintbridge)

---

Top Contributors

[![mintbridge](https://avatars.githubusercontent.com/u/32777?v=4)](https://github.com/mintbridge "mintbridge (1 commits)")

---

Tags

laravelcachefilter

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mintbridge-laravel-cache-filter/health.svg)

```
[![Health](https://phpackages.com/badges/mintbridge-laravel-cache-filter/health.svg)](https://phpackages.com/packages/mintbridge-laravel-cache-filter)
```

###  Alternatives

[moonshine/moonshine

Laravel administration panel

1.3k253.1k81](/packages/moonshine-moonshine)[spatie/laravel-responsecache

Speed up a Laravel application by caching the entire response

2.8k9.0M69](/packages/spatie-laravel-responsecache)[illuminate/validation

The Illuminate Validation package.

18838.2M1.7k](/packages/illuminate-validation)[illuminate/http

The Illuminate Http package.

11937.9M6.9k](/packages/illuminate-http)[illuminate/session

The Illuminate Session package.

9939.3M847](/packages/illuminate-session)[illuminate/routing

The Illuminate Routing package.

1419.2M3.0k](/packages/illuminate-routing)

PHPackages © 2026

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