Download the PHP package cache/cache-bundle without Composer
On this page you can find all versions of the php package cache/cache-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package cache-bundle
PSR-6 Cache bundle
This is a Symfony bundle that lets you you integrate your PSR-6 compliant cache service with the framework. It lets you cache your sessions, routes and Doctrine results and metadata. It also provides an integration with the debug toolbar. This bundle does not contain any pool implementation nor does it help you register cache pool services. You maybe interested in AdapterBundle which will help you configure and register PSR-6 cache pools as services.
This bundle is a part of the PHP Cache organisation. To read about features like tagging and hierarchy support please read the shared documentation at www.php-cache.com.
To Install
Run the following in your project root, assuming you have composer set up for your project
Add the bundle to app/AppKernel.php
Read the documentation at www.php-cache.com/symfony/cache-bundle.
Contribute
Contributions are very welcome! Send a pull request or report any issues you find on the issue tracker.
All versions of cache-bundle with dependencies
cache/session-handler Version ^1.0
cache/taggable-cache Version ^1.0
nyholm/nsa Version ^1.1
symfony/config Version ^2.7 || ^3.0 || ^4.0
symfony/console Version ^2.7 || ^3.0 || ^4.0
symfony/dependency-injection Version ^2.7 || ^3.0 || ^4.0
symfony/framework-bundle Version ^2.7 || ^3.0 || ^4.0
symfony/http-foundation Version ^2.7 || ^3.0 || ^4.0
symfony/http-kernel Version ^2.7 || ^3.0 || ^4.0
symfony/var-dumper Version ^2.7 || ^3.3 || ^4.0