barryvdh/laravel-httpcache
Adds HTTP caching to Laravel using Symfony HttpCache. Supports reverse proxy-style caching, cache invalidation, and ESI, helping you speed up responses while keeping dynamic content fresh with simple middleware and configuration.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| bigyouth/page-cache-bundle | 0.90 | — | 4 | 4 | 0 | 0 | 0 | 0.6 | — | MIT | 6 years ago | |
| csa/guzzle-cache-middleware | 0.90 | PSR-7/PSR-18 middleware adding HTTP response caching to Guzzle clients. Cache GET/HEAD requests, reduce repeated network calls, and plug into common cache storage backends. Install via Composer and integrate in your Guzzle handler stack. | 55 | 52 | 9 | 39K | 6 | 1.1 | 28.5 | — | — | |
| thecodingmachine/cache-utils | 0.89 | Small set of PHP cache helpers by TheCodingMachine: adapters and utilities around PSR-6/PSR-16 caches, including cache wrappers and simple tooling to standardize access, reduce boilerplate, and ease integration in frameworks and libraries. | 2 | 2 | 3 | 34K | 0 | 0.6 | 55.3 | — | 7 years ago | |
| symfony/cache | 0.89 | Symfony Cache is a fast, low-overhead caching component with PSR-6 implementations and adapters for common backends. Includes a PSR-16 adapter plus support for symfony/cache-contracts CacheInterface and TagAwareCacheInterface. | 4,154 | 4,180 | 66 | 9M | 0 | 57.4 | 53.7 | MIT | 1 week ago | |
| friendsofsymfony/http-cache-bundle | 0.89 | Symfony bundle to enhance HTTP caching: configure cache headers by path/controller, tag responses and invalidate by tags, set up invalidation schemes without code, send purge/ban requests efficiently, vary cache by user type, and plug in custom cache clients. | 437 | 439 | 83 | 211K | 10 | 34.3 | 45.9 | NOASSERTION | 1 month ago | |
| kevinrob/guzzle-cache-middleware | 0.89 | RFC 7234–compliant HTTP cache middleware for Guzzle 6+ using a HandlerStack. Improve API call performance with transparent caching. Supports PSR-7 and multiple storages: Laravel cache, Flysystem, PSR-6/16, and WordPress object cache. | 435 | 440 | 80 | 405K | 20 | 40.2 | 56.0 | MIT | 4 days ago | |
| boson/cache-bundle | 0.89 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| psr-discovery/cache-implementations | 0.89 | Discovers installed PSR-6 cache implementations at runtime and returns the first available adapter, avoiding hard dependencies in libraries/SDKs. Supports php-cache adapters and Stash, with options to prefer or manually instantiate configurable caches. | 8 | 8 | 1 | 455K | 0 | 1.3 | 55.3 | MIT | 1 year ago | |
| vigstudio/laravel-eloquent-query-cache | 0.89 | Add query-level caching back to Eloquent with a simple remember-like API. Cache results from database queries, reduce repeated hits, and integrate with Laravel’s cache stores for faster reads and configurable invalidation. | 0 | 0 | 0 | 0 | 0 | 0.3 | — | Apache-2.0 | 3 years ago | |
| effiana/phpfastcache-bundle | 0.89 | — | 0 | 0 | 1 | 0 | 0 | 0.9 | — | MIT | 6 years ago | |
| mostafaznv/laracache | 0.89 | — | 272 | 272 | 6 | 2K | 0 | 21.6 | 13.0 | MIT | 3 months ago | |
| api-platform/http-cache | 0.88 | — | 29 | 27 | 0 | 476K | 0 | 0.1 | 55.3 | MIT | — | |
| php-http/cache-plugin | 0.88 | PSR-6 cache plugin for HTTPlug that adds transparent HTTP response caching to your client. Plug it into the HTTPlug plugin client to cache and reuse responses, reducing network calls and improving performance. | 250 | 251 | 18 | 662K | 7 | 26.1 | 55.3 | MIT | 2 months ago | |
| bigpaulie/cachebundle | 0.88 | — | 1 | 1 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| guzzle/cache | 0.88 | Adds response caching to Guzzle HTTP clients. Store and reuse GET responses to cut latency and API calls, with configurable cache pools, TTLs, and cache strategies. Useful for microservices, third‑party APIs, and rate‑limited endpoints. | 3 | 4 | 0 | 162 | 0 | 0.0 | 22.4 | — | — | |
| nette/caching | 0.88 | Nette Caching is a lightweight PHP caching library with a simple API and multiple storage backends (file, memory, etc.). Supports cache expiration, dependencies, tags, and automatic invalidation to speed up applications with minimal setup. | 437 | 442 | 42 | 188K | 14 | 32.8 | 48.4 | NOASSERTION | 2 months ago | |
| gregwar/cache | 0.86 | gregwar/cache is a lightweight PHP caching library with a simple API for caching values and function results. Supports multiple backends (filesystem, APC/APCu, memcache), TTL expiration, cache namespaces/prefixes, and easy integration into existing apps. | 108 | 112 | 30 | 39K | 4 | 0.0 | 55.3 | MIT | — | |
| rennokki/laravel-eloquent-query-cache | 0.86 | — | 1,119 | 1,124 | 130 | 103K | 3 | 19.7 | 29.4 | Apache-2.0 | 1 year ago | |
| twig/cache-extra | 0.86 | Twig extension integrating Symfony Cache to cache template fragments. Adds a single cache tag for easy fragment caching in Twig views, improving performance with configurable cache backends via the Symfony Cache component. | 39 | 41 | 7 | 81K | 0 | 21.2 | 53.5 | MIT | 1 month ago | |
| spatie/laravel-responsecache | 0.80 | Cache full Laravel responses to speed up your app. Automatically caches successful text-based GET requests (HTML/JSON), with easy middleware per route, configurable lifetimes, and optional stale-while-revalidate “grace” caching to refresh in the background. | 2,812 | 2,836 | 245 | 299K | 0 | 47.7 | 31.3 | MIT | 8 hours ago |
How can I help you explore Laravel packages today?