dwightwatson/rememberable
Query caching for Laravel observed · 2026-08-28
Health v2 · maintenance only
65/100
- Activity 73
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: n/a
- age_days: 4196
- days_rel: n/a
- days_push: 166
- n_releases_24m: 0
Adoption not part of the score
1126 stars · 93 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Rememberable is a PHP trait for Laravel's Eloquent ORM that adds a remember() method for caching database query results. It stores query results in Laravel's cache store for a configurable duration, avoiding repeated database hits.
Use cases
- cache eloquent query results in laravel
- reduce database load by caching queries
- remember query results for a set time
- speed up laravel app with query caching
- cache relationship queries in eloquent
When to choose
- you use Laravel Eloquent and want simple per-query caching
- you want to cache expensive queries with minimal code changes
- you need adjustable cache TTLs per query
When to avoid
- you don't use Laravel or Eloquent
- you need automatic cache invalidation on data changes
- you need caching outside the database query layer
Facets
library · maturity active
caching orm database web-development databases backend php eloquent query-cache laravel-package composer laravel
1 source
- readme: https://github.com/dwightwatson/rememberable · fetched 2026-08-28 · 0e459b6d47bc
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| dwightwatson/rememberable | main | 65 |
For agents
markdown · JSON · MCP: product_card(name="dwightwatson/rememberable")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem