Libraries tagged by rvalidate
z7zmey/rvalidate
16 Downloads
Recursive array validator
iazaran/smart-cache
15073 Downloads
Smart Cache is a caching optimization package designed to enhance the way your Laravel application handles data caching. It intelligently manages large data sets by compressing, chunking, or applying other optimization strategies to keep your application performant and efficient.
vatvit/freshen-php
229 Downloads
Stale-while-revalidate cache with stampede prevention (single-flight recompute + jittered TTLs).
gorilladash/laravel-website-sdk
712 Downloads
Laravel SDK for the GorillaDash website GraphQL API with stale-while-revalidate caching for instant SSR.
vatvit/freshen
87 Downloads
Stale-while-revalidate cache with stampede prevention (single-flight recompute + jittered TTLs).
jeffersongoncalves/laravel-pwa-service-worker
101 Downloads
A Laravel package that serves a PWA service worker at /sw.js from a Blade template whose cache version tracks the Vite build manifest hash. Ships precache + cache-first (hashed assets), network-first (navigations) and stale-while-revalidate (everything else) strategies with an offline fallback, all configurable.
bbc/ipr-cache
3210 Downloads
A simple cache wrapper, making use of Doctrine Cache that implements fuzzy and stale-while-revalidate caching.
vatvit/freshen-symfony
8 Downloads
Symfony bundle for Freshen — drop-in stale-while-revalidate cache with stampede prevention.
vatvit/freshen-laravel
4 Downloads
Laravel bridge for Freshen — drop-in stale-while-revalidate cache with stampede prevention.
spatie/laravel-flexible-cache-polyfill
212 Downloads
Polyfill for Cache::flexible() in Laravel 10
iprodev/php-easycache
462 Downloads
PHP EasyCache is a lightweight, multi-backend (APCu/Redis/File/PDO) with SWR caching library that speeds up repeated API calls with thread‑safe writes, per‑key TTLs, automatic cleanup, key sanitization, and optional compression.
ryanhellyer/stale-cache
69 Downloads
A PHP implementation of the stale-while-revalidate caching pattern for WordPress
fyennyi/async-cache-php
443 Downloads
Asynchronous caching library with rate limiting and stale-while-revalidate support.
rajmundtoth0/hybrid-cache
13 Downloads
A Laravel-native hybrid cache package with local and distributed layers plus stale-while-revalidate semantics.
pattonwebz/wp-stale-cache
0 Downloads
Stale-while-revalidate caching for WordPress using Options API and WP-Cron