driebit / http-cache-bundle
Send invalidation requests to your HTTP cache
Installs: 67
Dependents: 0
Suggesters: 0
Security: 0
Stars: 8
Watchers: 20
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.3.3
- ext-curl: *
- guzzle/http: *
Requires (Dev)
- guzzle/plugin-mock: *
- mockery/mockery: *
- monolog/monolog: *
- symfony/config: ~2.3
- symfony/dependency-injection: ~2.3
- symfony/http-foundation: ~2.3
- symfony/http-kernel: ~2.3
- symfony/routing: ~2.3
This package is auto-updated.
Last update: 2022-02-01 12:27:05 UTC
README
Deprecated
This bundle has been replaced with the FOSHttpCacheBundle.
Introduction
This bundle offers an easy way to manage your Symfony2 application’s invalidation (purge) requests and send these requests to your HTTP cache.
Features
- Set up an invalidation scheme without writing PHP code.
- Send invalidation requests with minimal impact on performance.
- Easily implement your own HTTP cache client.
Documentation
Documentation is included in the Resources/doc directory.
License
This bundle is released under the MIT license. See the included LICENSE file for more information.