cache/cache-bundle

Symfony 2 bundle providing integration between PSR-6 compliant cache services and the framework. It supports cache for sessions, routing and Doctrine

Package info

github.com/php-cache/cache-bundle

Homepage

Type:symfony-bundle

pkg:composer/cache/cache-bundle

Statistics

Installs: 440 142

Dependents: 3

Suggesters: 2

Stars: 43

1.1.0 2018-01-15 17:13 UTC

Requires

Suggests

Provides

None

Conflicts

None

Replaces

None

MIT 7a44f1588940d8218c1d3edc6642087f7980a704

cachedoctrineroutersessionpsr6

This package is auto-updated.

Last update: 2026-06-05 23:11:43 UTC


README

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

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

composer require cache/cache-bundle

Add the bundle to app/AppKernel.php

$bundles(
 // ...
 new Cache\CacheBundle\CacheBundle(),
 // ...
);

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.