2017 © Pedro Peláez
 

symfony-bundle adapter-bundle

A bundle that registers cache implementations as Symfony services supporting PSR-6 and tagging

image

cache/adapter-bundle

A bundle that registers cache implementations as Symfony services supporting PSR-6 and tagging

  • Sunday, July 8, 2018
  • by Nyholm
  • Repository
  • 6 Watchers
  • 21 Stars
  • 201,286 Installations
  • PHP
  • 14 Dependents
  • 8 Suggesters
  • 15 Forks
  • 1 Open issues
  • 27 Versions
  • 12 % Grown

The README.md

PSR-6 Cache adapter Bundle

Latest Stable Version codecov.io Build Status Total Downloads Monthly Downloads Quality Score SensioLabsInsight Software License, (*1)

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., (*2)

To Install

Run the following in your project root, assuming you have composer set up for your project, (*3)

composer require cache/adapter-bundle

Add the bundle to app/AppKernel.php, (*4)

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

Read the documentation at www.php-cache.com/symfony/adapter-bundle., (*5)

Contribute

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

The Versions