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(11y ago)222MITPHPPHP &gt;=5.3.0

Since Jun 15Pushed 11y 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 3d 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 43% 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

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

[spatie/laravel-responsecache

Speed up a Laravel application by caching the entire response

2.8k8.2M51](/packages/spatie-laravel-responsecache)[silber/page-cache

Caches responses as static files on disk for lightning fast page loads.

1.3k441.9k6](/packages/silber-page-cache)[awssat/laravel-visits

Laravel Redis visits counter for Eloquent models

975163.6k2](/packages/awssat-laravel-visits)[dragon-code/laravel-cache

An improved interface for working with cache

6844.8k10](/packages/dragon-code-laravel-cache)[nexxai/laravel-cfcache

A handful of Cloudflare cache helpers for Laravel

1317.7k](/packages/nexxai-laravel-cfcache)[omaralalwi/lexi-translate

Laravel translation package with morph relationships and caching.

754.3k2](/packages/omaralalwi-lexi-translate)

PHPackages © 2026

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