PHPackages                             sargilla/mamushka - 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. sargilla/mamushka

ActiveLibrary[Caching](/categories/caching)

sargilla/mamushka
=================

Caching for Laravel

14PHP

Since Jan 24Pushed 3y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Sargilla/Mamushka Laravel Cache Class
=====================================

[](#sargillamamushka-laravel-cache-class)

Paquete para Laravel que se utiliza para caching de vistas.

INSTALACION
-----------

[](#instalacion)

En Config/App.php registrar un nuevo service provider:

Sargilla\\Mamushka\\MamushkaServiceProvider::class,

USO
---

[](#uso)

En los metodos agregar el metodo cacheable

use Sargilla\\Mamushka\\Cacheable;

class MyModel extends Model { use Cacheable;

En el controlador: return view('micontrolador.index', compact('controlador'));

Y en las vistas

@cache($controlador) @foreach ($controlador-&gt;items as $item) echo $item; @endforeach @endcache

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity24

Early-stage or recently created project

 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.

### Community

Maintainers

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

---

Top Contributors

[![sargilla](https://avatars.githubusercontent.com/u/263582?v=4)](https://github.com/sargilla "sargilla (15 commits)")

### Embed Badge

![Health badge](/badges/sargilla-mamushka/health.svg)

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

###  Alternatives

[barryvdh/laravel-httpcache

HttpCache for Laravel

502404.4k10](/packages/barryvdh-laravel-httpcache)

PHPackages © 2026

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