Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/driebit/driebithttpcachebundle
DEPRECATED! Please use friendsofsymfony/http-cache-bundle instead.
https://github.com/driebit/driebithttpcachebundle
Last synced: 2 days ago
JSON representation
DEPRECATED! Please use friendsofsymfony/http-cache-bundle instead.
- Host: GitHub
- URL: https://github.com/driebit/driebithttpcachebundle
- Owner: driebit
- License: mit
- Created: 2013-09-11T13:04:17.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-16T16:55:31.000Z (over 10 years ago)
- Last Synced: 2023-08-21T09:45:04.361Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 234 KB
- Stars: 8
- Watchers: 20
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
DriebitHttpCacheBundle
======================
[![Build Status](https://travis-ci.org/driebit/DriebitHttpCacheBundle.png?branch=master)](https://travis-ci.org/driebit/DriebitHttpCacheBundle)
[![Scrutinizer Quality Score](https://scrutinizer-ci.com/g/driebit/DriebitHttpCacheBundle/badges/quality-score.png?s=19e67940317eb4591d64bb3b116cbb30d7bb18b9)](https://scrutinizer-ci.com/g/driebit/DriebitHttpCacheBundle/)
[![Code Coverage](https://scrutinizer-ci.com/g/driebit/DriebitHttpCacheBundle/badges/coverage.png?s=7d94f5c66673b8e3a61a27e294e4f1a975bcded3)](https://scrutinizer-ci.com/g/driebit/DriebitHttpCacheBundle/)
[![Latest Stable Version](https://poser.pugx.org/driebit/http-cache-bundle/v/stable.png)](https://packagist.org/packages/driebit/http-cache-bundle)Deprecated
==========This bundle has been replaced with the [FOSHttpCacheBundle](https://github.com/FriendsOfSymfony/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](Resources/doc/index.md) directory.
License
-------This bundle is released under the MIT license. See the included [LICENSE](LICENSE) file for more information.