PHPackages                             igdr/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. igdr/cache-bundle

ActiveSymfony-bundle

igdr/cache-bundle
=================

Cache Bundle

09721PHP

Since Jan 5Pushed 10y ago1 watchersCompare

[ Source](https://github.com/igdr/CacheBundle)[ Packagist](https://packagist.org/packages/igdr/cache-bundle)[ RSS](/packages/igdr-cache-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Cache Bundle
============

[](#cache-bundle)

Installation
------------

[](#installation)

Add the bundle to your `composer.json`:

```
"igdr/cache-bundle" : "dev-master"

```

and run:

```
php composer.phar update

```

Then add the CacheBundle to your application kernel:

```
// app/IgdrKernel.php
public function registerBundles()
{
    return array(
        // ...
        new Igdr\Bundle\CacheBundle\IgdrCacheBundle(),
        // ...
    );
}

```

Add configuration to config.yml

```
igdr_cache:
    cache_provider: doctrine_cache.providers.app_cache

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/3b43bdf609a0bbcb50ca6e968cd7a62159b63c2296c1151b937a87cf78f29890?d=identicon)[igdr](/maintainers/igdr)

---

Top Contributors

[![igdr](https://avatars.githubusercontent.com/u/4249152?v=4)](https://github.com/igdr "igdr (15 commits)")

### Embed Badge

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

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

PHPackages © 2026

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