Download the PHP package friendsofsymfony/http-cache-bundle without Composer
On this page you can find all versions of the php package friendsofsymfony/http-cache-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download friendsofsymfony/http-cache-bundle
More information about friendsofsymfony/http-cache-bundle
Files in friendsofsymfony/http-cache-bundle
Package http-cache-bundle
Short Description Set path based HTTP cache headers and send invalidation requests to your HTTP cache
License MIT
Homepage https://github.com/FriendsOfSymfony/FOSHttpCacheBundle
Informations about the package http-cache-bundle
FOSHttpCacheBundle
Introduction
This bundle offers tools to improve HTTP caching with Symfony. It provides global configuration options to set caching headers based on the path, controller and other aspects of the request. In addition, it provides services for the FOSHttpCache library tools to actively invalidate caching proxies and some additional tools that can help when working with a caching proxy.
Features
- Set path-based cache expiration headers via your app configuration;
- Set up an invalidation scheme without writing PHP code;
- Tag your responses and invalidate cache based on tags;
- Send invalidation requests with minimal impact on performance;
- Differentiate caches based on user type (e.g. roles);
- Easily implement your own HTTP cache client.
Documentation
Documentation is available at Read the Docs.
Roadmap
This bundle is fully functional with Varnish and used in production in several systems. Nginx and the Symfony built-in HttpCache only support a part of the features.
See the GitHub issues if you are interested in the development of this bundle.
License
This bundle is released under the MIT license. See the included LICENSE file for more information.
All versions of http-cache-bundle with dependencies
friendsofsymfony/http-cache Version ^2.15 || ^3.0
symfony/dependency-injection Version ^6.4 || ^7.0
symfony/expression-language Version ^6.4 || ^7.0
symfony/framework-bundle Version ^6.4 || ^7.0
symfony/http-foundation Version ^6.4 || ^7.0
symfony/http-kernel Version ^6.4 || ^7.0
symfony/security-bundle Version ^6.4 || ^7.0