PHPackages                             rekalogika/psr-16-simple-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. [Caching](/categories/caching)
4. /
5. rekalogika/psr-16-simple-cache-bundle

ActiveSymfony-bundle[Caching](/categories/caching)

rekalogika/psr-16-simple-cache-bundle
=====================================

Enables PSR-16 Simple Cache services in Symfony that were previously removed in Symfony 4.3. Just wire in Psr\\SimpleCache\\CacheInterface to use it.

1.2.0(1y ago)29.9k↓77.8%[2 PRs](https://github.com/rekalogika/psr-16-simple-cache-bundle/pulls)MITPHP

Since Sep 5Pushed 1y ago2 watchersCompare

[ Source](https://github.com/rekalogika/psr-16-simple-cache-bundle)[ Packagist](https://packagist.org/packages/rekalogika/psr-16-simple-cache-bundle)[ Docs](https://rekalogika.dev/psr-16-simple-cache-bundle)[ GitHub Sponsors](https://github.com/priyadi)[ RSS](/packages/rekalogika-psr-16-simple-cache-bundle/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (1)Dependencies (10)Versions (8)Used By (0)

rekalogika/psr-16-simple-cache-bundle
=====================================

[](#rekalogikapsr-16-simple-cache-bundle)

Enables PSR-16 Simple Cache services in Symfony projects. These were previously enabled in the older Symfony version but were removed in 4.3.

Synopsis
--------

[](#synopsis)

```
use Psr\SimpleCache\CacheInterface;

class SomeService
{
    public function __construct(private CacheInterface $cache)
    {
    }

    public function doSomething()
    {
        $this->cache->set('foo', 'bar');
    }
}
```

Documentation
-------------

[](#documentation)

[rekalogika.dev/psr-16-simple-cache-bundle](https://rekalogika.dev/psr-16-simple-cache-bundle)

Credits
-------

[](#credits)

This package is just a service definition. The actual implementation is done by the Symfony project; they just don't make the service available by default.

- [Adapters For Interoperability between PSR-6 and PSR-16 Cache](https://symfony.com/doc/current/components/cache/psr6_psr16_adapters.html)
- [Service definition by Tobion](https://github.com/symfony/symfony/issues/28918#issuecomment-433489302)

License
-------

[](#license)

MIT

Contributing
------------

[](#contributing)

Issues and pull requests should be filed in the GitHub repository [rekalogika/psr-16-simple-cache-bundle](https://github.com/rekalogika/psr-16-simple-cache-bundle).

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance37

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 76.5% 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 ~125 days

Total

4

Last Release

647d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1102197?v=4)[Priyadi Iman Nurcahyo](/maintainers/priyadi)[@priyadi](https://github.com/priyadi)

---

Top Contributors

[![priyadi](https://avatars.githubusercontent.com/u/1102197?v=4)](https://github.com/priyadi "priyadi (13 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (4 commits)")

---

Tags

phppsrpsr-16simple-cachesymfonysymfony-bundlesymfonysimple-cachepsr-16Symfony BundleCacheInterface

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Psalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/rekalogika-psr-16-simple-cache-bundle/health.svg)

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

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.5M374](/packages/easycorp-easyadmin-bundle)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.4M518](/packages/shopware-core)

PHPackages © 2026

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