Libraries tagged by cache response
sevenlab/laravel-responsecache
1639 Downloads
Cache responses in a Laravel application
wyrihaximus/react-http-middleware-response-cache
3676 Downloads
Response caching middleware for @reactphp's HTTP server
jeffersongoncalves/laravel-page-cache
58 Downloads
This Laravel package provides a full-page response cache middleware for stateless public GET pages. It caches 200 responses keyed by a version token, locale, and theme cookie, skips authenticated requests, exposes an X-Page-Cache HIT/MISS header, and offers a static flush() helper to invalidate every cached page at once.
angelleger/laravel-response-cache
763 Downloads
Production-grade response caching for Laravel APIs with ETag, Redis tags, per-route TTLs, and safe auth-variation
swisnl/laravel-static-request-cache
5893 Downloads
Cache static responses based on content-type to static files.
mikespub/micheh-psr7-cache
981 Downloads
Cache and conditional request helpers for PSR-7 HTTP Messages
hamburgscleanest/guzzle-advanced-throttle
33448 Downloads
A Guzzle middleware that can throttle requests according to (multiple) defined rules. It is also possible to define a caching strategy, e.g. get response from cache when rate limit is exceeded or always get cached value to spare your rate limits.
tiny-blocks/http
23349 Downloads
Implements PSR-7, PSR-15, PSR-17 and PSR-18 HTTP primitives for PHP, with a fluent response builder, cookies, cache control, and a PSR-18 client facade.
webignition/simplytestable-pagecache-bundle
160 Downloads
Symfony 4 bundle for creating/validating cacheable responses
megaads/interceptor
830 Downloads
Interceptor - Route Caching Engine for Laravel
hamburgscleanest/laravel-guzzle-throttle
14250 Downloads
A Laravel wrapper for https://github.com/hamburgscleanest/guzzle-advanced-throttle.
jeffersongoncalves/laravel-github-readme
54 Downloads
A Laravel package that fetches, renders and disk-caches GitHub repository READMEs. It uses conditional ETag requests with a short freshness window, reuses cached HTML on 304 responses, falls back to stale content on errors, and rewrites relative assets/links to absolute GitHub URLs. Rendered HTML is untrusted — sanitize it before display.
vis/full_cache
886 Downloads
Full cache response for L5
siteorigin/laravel-page-cache
141 Downloads
Caches responses as static files on disk for lightning fast page loads.
palanik/slim-no-cache
476 Downloads
no-cache response headers setting middleware for PHP Slim.