Libraries tagged by Request caching
friendsofsymfony/http-cache-bundle
11427082 Downloads
Set path based HTTP cache headers and send invalidation requests to your HTTP cache
maartenstaa/laravel-41-route-caching
350888 Downloads
This package allows you to cache your routes definitions, thereby speeding up each request.
bear/query-repository
447314 Downloads
AboutResource Query Responsibility Segregation (RQRS) is a caching framework for BEAR.Sunday that optimizes performance by separating query and command responsibilities. It features event-driven cache invalidation, dependency resolution, donut caching, CDN integration, and conditional requests.
rickselby/laravel-gate-cache
79924 Downloads
Add a per-request caching layer to Laravel's Gate
jerome/filterable
9545 Downloads
Streamline dynamic Eloquent query filtering with seamless API request integration and advanced caching strategies.
geeky/query-cache-builder
67985 Downloads
This package is caching every single query per request, to make sure that you will never duplicate your query again.
codezero/courier
39755 Downloads
Simple HTTP request interface with optional caching
blomstra/cache-assets
10500 Downloads
Allows caching js and css ahead of any browser request.
hamburgscleanest/guzzle-advanced-throttle
33441 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.
mnikoei/laravel-passport-plus
6550 Downloads
This package helps you generate passport tokens without http request and also caching users and tokens
nelmio/esi-debug-bundle
81713 Downloads
Shows you caching information around ESI requests for debugging purposes
bitandblack/request-cache
1091 Downloads
Smooth caching of HTTP requested data. It runs non-blocking and uses background processes to request the data.
missionx-co/sensitive-actions
12 Downloads
A Laravel package that secures sensitive requests by blocking duplicates and leveraging smart caching.
mkd/laravel-state-management
6 Downloads
a state management package for Laravel, enabling shared and persistent application state across services, requests, and files without the need for reinitialization. It supports casting, default state handling, and custom methods for managing complex state in your Laravel applications
lucinda/headers
814 Downloads
API encapsulating HTTP request and response headers, useful also for cache/cors validation