Skip to content

php-cache/adapter-bundle

Folders and files

NameName
Last commit message
Last commit date
Jan 25, 2019
Jun 19, 2019
Jul 8, 2018
Aug 7, 2016
Jul 16, 2017
Mar 28, 2017
Mar 28, 2017
Mar 28, 2017
Mar 28, 2017
Jun 26, 2019
Jun 26, 2019
Jul 31, 2017
Apr 14, 2017
Jan 15, 2018
Aug 7, 2016

Repository files navigation

PSR-6 Cache adapter Bundle

Latest Stable Version codecov.io Build Status Total Downloads Monthly Downloads Quality Score SensioLabsInsight Software License

This bundle helps you configurate and register PSR-6 cache services. It 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

composer require cache/adapter-bundle

Add the bundle to app/AppKernel.php

$bundles = [
    // ...
    new Cache\AdapterBundle\CacheAdapterBundle(),
];

Read the documentation at www.php-cache.com/symfony/adapter-bundle.

Contribute

Contributions are very welcome! Send a pull request or report any issues you find on the issue tracker.