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 1mo ago

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

3157d ago

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

v1.0.2PHP &gt;=7.0.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/8f632e378e7f7353f4080c1db2a2c4c58212bd50206c8fdfcc96bc257b5ebe02?d=identicon)[laraturka](/maintainers/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

[danharrin/livewire-rate-limiting

Apply rate limiters to Laravel Livewire actions.

40423.1M27](/packages/danharrin-livewire-rate-limiting)[mateusjunges/laravel-kafka

A kafka driver for laravel

7163.1M17](/packages/mateusjunges-laravel-kafka)[illuminate/http

The Illuminate Http package.

11936.0M5.0k](/packages/illuminate-http)[ricorocks-digital-agency/soap

A SOAP client that provides a clean interface for handling requests and responses.

4281.8M5](/packages/ricorocks-digital-agency-soap)[api-platform/laravel

API Platform support for Laravel

59126.4k6](/packages/api-platform-laravel)[laravel-shift/curl-converter

A command line tool to convert curl requests to Laravel HTTP requests.

935.3k](/packages/laravel-shift-curl-converter)

PHPackages © 2026

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