PHPackages                             cache/cache-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. cache/cache-bundle

ActiveSymfony-bundle[Database &amp; ORM](/categories/database)

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

1.1.0(8y ago)43437.0k↓21.3%16[1 PRs](https://github.com/php-cache/cache-bundle/pulls)MITPHPPHP ^5.6 || ^7.0

Since Dec 12Pushed 4y ago5 watchersCompare

[ Source](https://github.com/php-cache/cache-bundle)[ Packagist](https://packagist.org/packages/cache/cache-bundle)[ Docs](http://www.php-cache.com/en/latest/)[ RSS](/packages/cache-cache-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (19)Versions (18)Used By (0)

PSR-6 Cache bundle
==================

[](#psr-6-cache-bundle)

[![Latest Stable Version](https://camo.githubusercontent.com/9fb72519ad3fcf34ea0f78f09147c069d5e839960044ee3449d0a008686edfe6/68747470733a2f2f706f7365722e707567782e6f72672f63616368652f63616368652d62756e646c652f762f737461626c65)](https://packagist.org/packages/cache/cache-bundle)[![codecov.io](https://camo.githubusercontent.com/f48126497774a9e2808e925fbf924f440d6de1d2cfa685135ae28116b65e027e/68747470733a2f2f636f6465636f762e696f2f6769746875622f7068702d63616368652f63616368652d62756e646c652f636f7665726167652e7376673f6272616e63683d6d6173746572)](https://codecov.io/github/php-cache/cache-bundle?branch=master)[![Build Status](https://camo.githubusercontent.com/be6c15800223fd249fd30726b2958bf8122e93ced74e5befb423de0b98ceb322/68747470733a2f2f7472617669732d63692e6f72672f7068702d63616368652f63616368652d62756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/php-cache/cache-bundle)[![Total Downloads](https://camo.githubusercontent.com/b756853d03b48712c63ef7defd33343b055007822cf58889f8e1f7558b04face/68747470733a2f2f706f7365722e707567782e6f72672f63616368652f63616368652d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/cache/cache-bundle)[![Monthly Downloads](https://camo.githubusercontent.com/20cf1c73c4c5e471ee05f797967729fed63c86f112ef27e98a2375b548980427/68747470733a2f2f706f7365722e707567782e6f72672f63616368652f63616368652d62756e646c652f642f6d6f6e74686c792e706e67)](https://packagist.org/packages/cache/cache-bundle)[![Quality Score](https://camo.githubusercontent.com/1521caa4cd11c3e71fa30a2a0c2c13702cb6ea80f429722bed7aa4c89740d76a/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f7068702d63616368652f63616368652d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/php-cache/cache-bundle)[![SensioLabsInsight](https://camo.githubusercontent.com/862c5b6baeb0ffd35a5bb22b7f748333f86cdf49186d034437c4efb1cb997221/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f32313936333337392d326231352d346363342d626466362d3066393861613239326638612f6d696e692e706e67)](https://insight.sensiolabs.com/projects/21963379-2b15-4cc4-bdf6-0f98aa292f8a)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](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](https://github.com/php-cache/adapter-bundle) 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](http://www.php-cache.com).

### To Install

[](#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](http://www.php-cache.com/en/latest/symfony/cache-bundle/).

### Contribute

[](#contribute)

Contributions are very welcome! Send a pull request or report any issues you find on the [issue tracker](http://issues.php-cache.com).

###  Health Score

43

—

FairBetter than 91% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity47

Moderate usage in the ecosystem

Community25

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 52.8% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~47 days

Recently: every ~41 days

Total

17

Last Release

3045d ago

Major Versions

0.5.0 → 1.0.02017-08-02

PHP version history (4 changes)0.1.0PHP ^5.5|^7

0.4.0PHP ^5.5|^7.0

0.4.2PHP ^5.5 || ^7.0

0.5.0PHP ^5.6 || ^7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/401ccc5eea13c60cf807ae982af00e368e2166e2f26d8eb541dcd881a57385bc?d=identicon)[Nyholm](/maintainers/Nyholm)

![](https://www.gravatar.com/avatar/9cf67675d97e63f6ff9e7fed55f35502b24cd834081806a6731229117c0630bb?d=identicon)[aequasi](/maintainers/aequasi)

---

Top Contributors

[![cryptiklemur](https://avatars.githubusercontent.com/u/896295?v=4)](https://github.com/cryptiklemur "cryptiklemur (204 commits)")[![Nyholm](https://avatars.githubusercontent.com/u/1275206?v=4)](https://github.com/Nyholm "Nyholm (150 commits)")[![h4cc](https://avatars.githubusercontent.com/u/2981491?v=4)](https://github.com/h4cc "h4cc (9 commits)")[![iainmckay](https://avatars.githubusercontent.com/u/1223726?v=4)](https://github.com/iainmckay "iainmckay (3 commits)")[![Phobetor](https://avatars.githubusercontent.com/u/712973?v=4)](https://github.com/Phobetor "Phobetor (3 commits)")[![panki3a](https://avatars.githubusercontent.com/u/16493179?v=4)](https://github.com/panki3a "panki3a (3 commits)")[![cdaguerre](https://avatars.githubusercontent.com/u/4642448?v=4)](https://github.com/cdaguerre "cdaguerre (2 commits)")[![scrutinizer-auto-fixer](https://avatars.githubusercontent.com/u/6253494?v=4)](https://github.com/scrutinizer-auto-fixer "scrutinizer-auto-fixer (2 commits)")[![aeyoll](https://avatars.githubusercontent.com/u/1472285?v=4)](https://github.com/aeyoll "aeyoll (2 commits)")[![vpassapera](https://avatars.githubusercontent.com/u/1493758?v=4)](https://github.com/vpassapera "vpassapera (1 commits)")[![bitdeli-chef](https://avatars.githubusercontent.com/u/3092978?v=4)](https://github.com/bitdeli-chef "bitdeli-chef (1 commits)")[![carusogabriel](https://avatars.githubusercontent.com/u/16328050?v=4)](https://github.com/carusogabriel "carusogabriel (1 commits)")[![cordoval](https://avatars.githubusercontent.com/u/328359?v=4)](https://github.com/cordoval "cordoval (1 commits)")[![jeroenvdgulik](https://avatars.githubusercontent.com/u/242090?v=4)](https://github.com/jeroenvdgulik "jeroenvdgulik (1 commits)")[![PMPP](https://avatars.githubusercontent.com/u/311076?v=4)](https://github.com/PMPP "PMPP (1 commits)")[![Tetragramat](https://avatars.githubusercontent.com/u/7849117?v=4)](https://github.com/Tetragramat "Tetragramat (1 commits)")[![volkan](https://avatars.githubusercontent.com/u/28885?v=4)](https://github.com/volkan "volkan (1 commits)")

---

Tags

routerdoctrinecachepsr6session

### Embed Badge

![Health badge](/badges/cache-cache-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/cache-cache-bundle/health.svg)](https://phpackages.com/packages/cache-cache-bundle)
```

###  Alternatives

[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[simplesamlphp/simplesamlphp

A PHP implementation of a SAML 2.0 service provider and identity provider.

1.1k12.4M193](/packages/simplesamlphp-simplesamlphp)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

7310.3k29](/packages/open-dxp-opendxp)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
