renoki-co/laravel-eloquent-query-cache
Adding cache on your Laravel Eloquent queries' results is now a breeze. observed · 2026-08-28
Health v2 · maintenance only
51/100
- Activity 57
- Release rhythm 16
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 107
- age_days: 2477
- days_rel: 533
- days_push: 261
- n_releases_24m: 2
Adoption not part of the score
1119 stars · 131 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Laravel package that adds caching directly to Eloquent queries, restoring the removed remember() functionality. It caches query results at the ORM level with support for invalidation and various cache stores like Redis.
Use cases
- cache laravel eloquent query results
- add remember() back to laravel queries
- cache database queries with redis in laravel
- invalidate cached eloquent query results
- speed up laravel app by caching queries
When to choose
- you use Laravel Eloquent and want query-level caching with minimal code changes
- you need cache invalidation tied to your Eloquent models
- you want to restore the old remember() behavior
When to avoid
- you don't use Laravel or Eloquent
- you need caching at the HTTP response or application level instead of the query level
- your queries are already fast enough that caching adds complexity without benefit
Facets
library · maturity active
caching orm database web-development databases backend php eloquent query-cache cache-invalidation redis laravel-package laravel
1 source
- readme: https://github.com/renoki-co/laravel-eloquent-query-cache · fetched 2026-08-28 · 39b713f3054e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| renoki-co/laravel-eloquent-query-cache | main | 51 |
For agents
markdown · JSON · MCP: product_card(name="renoki-co/laravel-eloquent-query-cache")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem