laravel-http-remember
by philipannis
Add remember() to Laravel's HTTP client. Cache responses for a set time, or use stale-while-revalidate when speed matters more than the latest data.
freshen-laravel
by vatvit
Laravel bridge for Freshen — drop-in stale-while-revalidate cache with stampede prevention.
laravel-website-sdk
by gorilladash
Laravel SDK for the GorillaDash website GraphQL API with stale-while-revalidate caching for instant SSR.
laravel-cacheable
by aftandilmmd
A modern, attribute-driven method caching layer for Laravel. Annotate any method with #[Cacheable] and let the framework handle the rest — TTL, tags, conditional caching, locking, stale-while-revalidate, invalidation, and more.