PHPackages                             laraturka/nocache - 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. laraturka/nocache

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

laraturka/nocache
=================

No Cache Middleware for Laravel

v1.0.3(8y ago)248MITPHPPHP &gt;=7.0.0

Since Nov 22Pushed 8y ago1 watchersCompare

[ Source](https://github.com/laraturka/nocache)[ Packagist](https://packagist.org/packages/laraturka/nocache)[ RSS](/packages/laraturka-nocache/feed)WikiDiscussions master Synced yesterday

READMEChangelog (4)Dependencies (3)Versions (4)Used By (0)

nocache
=======

[](#nocache)

No Cache Header Middleware for Laravel 5

You can use it for nocache requirement for laravel routes or controllers.

First, open your app/http/kernel.php and add 'nocache' =&gt; \\Laraturka\\Nocache\\NoCacheMiddleware::class

And then use it your route.php (or route/web.php)

Route::group(\['prefix'=&gt;'admin', 'middleware' =&gt; \['nocache'\]\], function() { //your code }

Or use with multiple middleware

Route::group(\['prefix'=&gt;'admin', 'middleware' =&gt; \['auth','acl','nocache'\]\], function() { //your code }

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 80% 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 ~149 days

Total

3

Last Release

3209d ago

PHP version history (2 changes)v1.0.0PHP &gt;=5.6.4

v1.0.2PHP &gt;=7.0.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/23004761?v=4)[Lara Turka](/maintainers/laraturka)[@laraturka](https://github.com/laraturka)

---

Top Contributors

[![kadirinfo](https://avatars.githubusercontent.com/u/5076502?v=4)](https://github.com/kadirinfo "kadirinfo (4 commits)")[![laraturka](https://avatars.githubusercontent.com/u/23004761?v=4)](https://github.com/laraturka "laraturka (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/laraturka-nocache/health.svg)

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

###  Alternatives

[mateusjunges/laravel-kafka

A kafka driver for laravel

7253.4M20](/packages/mateusjunges-laravel-kafka)[illuminate/http

The Illuminate Http package.

11937.2M6.6k](/packages/illuminate-http)[api-platform/laravel

API Platform support for Laravel

59156.3k11](/packages/api-platform-laravel)[onlime/laravel-http-client-global-logger

A global logger for the Laravel HTTP Client

2037.5k](/packages/onlime-laravel-http-client-global-logger)

PHPackages © 2026

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