Download the PHP package kitpages/cache-control-bundle without Composer
On this page you can find all versions of the php package kitpages/cache-control-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kitpages/cache-control-bundle
More information about kitpages/cache-control-bundle
Files in kitpages/cache-control-bundle
Download kitpages/cache-control-bundle
More information about kitpages/cache-control-bundle
Files in kitpages/cache-control-bundle
Vendor kitpages
Package cache-control-bundle
Short Description Remove browser cache on every pages of a symfony2 website.
License BSD
Homepage http://github.com/kitpages/KitpagesCacheControlBundle
Package cache-control-bundle
Short Description Remove browser cache on every pages of a symfony2 website.
License BSD
Homepage http://github.com/kitpages/KitpagesCacheControlBundle
Keywords Remove browser cachecache controle
Please rate this library. Is it a good library?
Informations about the package cache-control-bundle
KitpagesRedirectBundle (work in progress)
This is a very simple bundle that remove browser cache for a symfony2 website.
author : Philippe Le Van (@plv)
Current state of the project
Stable. It only add 3 headers on every responses :
Cache-Control: must-revalidate, no-cache, no-store, post-check=0, pre-check=0, private
Pragma: no-cache
Expires: 2 years before current date
Installation
hum... as usual...
put the code in vendors/Kitpages/CacheControlBundle
add vendors/ in the app/autoload.php
add the new Bundle in app/appKernel.php
Users Guide
Nothing to do, juste include the bundle in appKernel.
All versions of cache-control-bundle with dependencies
PHP Build Version
Package Version
Requires
symfony/framework-bundle Version
~2.1
The package kitpages/cache-control-bundle contains the following files
Loading the files please wait ...