PHPackages                             cache/doctrine-adapter - 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/doctrine-adapter

ActiveLibrary[Database &amp; ORM](/categories/database)

cache/doctrine-adapter
======================

A PSR-6 cache implementation using Doctrine. This implementation supports tags

1.2.0(4y ago)151.0M↑20.7%220MITPHPPHP &gt;=7.4

Since Dec 12Pushed 4y ago2 watchersCompare

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

READMEChangelog (10)Dependencies (7)Versions (12)Used By (20)

Doctrine PSR-6 Cache pool
=========================

[](#doctrine-psr-6-cache-pool)

[![Gitter](https://camo.githubusercontent.com/2ded3ed1778dcfc9af5e2dfaad55e176ade49082cb6ea757169cc5ea23bf32ac/68747470733a2f2f6261646765732e6769747465722e696d2f7068702d63616368652f63616368652e737667)](https://gitter.im/php-cache/cache?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)[![Latest Stable Version](https://camo.githubusercontent.com/a8c9a790c5acfeea484186b89901bd6a01afff6a44857adb51da960ed9286cb3/68747470733a2f2f706f7365722e707567782e6f72672f63616368652f646f637472696e652d616461707465722f762f737461626c65)](https://packagist.org/packages/cache/doctrine-adapter)[![codecov.io](https://camo.githubusercontent.com/ffde0d1de2bf3102be73d6a6518da3416f6853917e88227b3caeb46eca69dfcf/68747470733a2f2f636f6465636f762e696f2f6769746875622f7068702d63616368652f646f637472696e652d616461707465722f636f7665726167652e7376673f6272616e63683d6d6173746572)](https://codecov.io/github/php-cache/doctrine-adapter?branch=master)[![Total Downloads](https://camo.githubusercontent.com/3d857b7a11d16c941e33fb0b3af7b42f05faeeaeddd6235520922cb6e11cc30f/68747470733a2f2f706f7365722e707567782e6f72672f63616368652f646f637472696e652d616461707465722f646f776e6c6f616473)](https://packagist.org/packages/cache/doctrine-adapter)[![Monthly Downloads](https://camo.githubusercontent.com/7e92b5435d31abf913f74a0de1877c03d906a5d4768aa22661fa0c851b8525a2/68747470733a2f2f706f7365722e707567782e6f72672f63616368652f646f637472696e652d616461707465722f642f6d6f6e74686c792e706e67)](https://packagist.org/packages/cache/doctrine-adapter)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)

This is a PSR-6 cache implementation using Doctrine cache. 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](http://www.php-cache.com).

This is a PSR-6 to Doctrine bridge. If you are interested in a Doctrine to PSR-6 bridge you should have a look at [PSR-6 Doctrine Bridge](https://github.com/php-cache/doctrine-bridge).

### Install

[](#install)

```
composer require cache/doctrine-adapter
```

Use
---

[](#use)

```
use Doctrine\Common\Cache\MemcachedCache;
use Cache\Adapter\Doctrine\DoctrineCachePool;

$memcached = new \Memcached();
$memcached->addServer('localhost', 11211);

// Create a instance of Doctrine's MemcachedCache
$doctrineCache = new MemcachedCache();
$doctrineCache->setMemcached($memcached);

// Wrap Doctrine's cache with the PSR-6 adapter
$pool = new DoctrineCachePool($doctrineCache);
```

### Contribute

[](#contribute)

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

###  Health Score

44

—

FairBetter than 92% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity47

Moderate usage in the ecosystem

Community29

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 67.6% 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 ~222 days

Recently: every ~538 days

Total

11

Last Release

1584d ago

Major Versions

0.6.0 → 1.0.02017-07-16

PHP version history (4 changes)0.5.0PHP ^5.5|^7.0

0.6.0PHP ^5.6 || ^7.0

1.1.0PHP ^5.6 || ^7.0 || ^8.0

1.2.0PHP &gt;=7.4

### 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

[![Nyholm](https://avatars.githubusercontent.com/u/1275206?v=4)](https://github.com/Nyholm "Nyholm (46 commits)")[![cryptiklemur](https://avatars.githubusercontent.com/u/896295?v=4)](https://github.com/cryptiklemur "cryptiklemur (8 commits)")[![prisis](https://avatars.githubusercontent.com/u/2716058?v=4)](https://github.com/prisis "prisis (4 commits)")[![ruudk](https://avatars.githubusercontent.com/u/104180?v=4)](https://github.com/ruudk "ruudk (4 commits)")[![carusogabriel](https://avatars.githubusercontent.com/u/16328050?v=4)](https://github.com/carusogabriel "carusogabriel (2 commits)")[![maidmaid](https://avatars.githubusercontent.com/u/4578773?v=4)](https://github.com/maidmaid "maidmaid (2 commits)")[![florianv](https://avatars.githubusercontent.com/u/1586668?v=4)](https://github.com/florianv "florianv (1 commits)")[![sagikazarmark](https://avatars.githubusercontent.com/u/1226384?v=4)](https://github.com/sagikazarmark "sagikazarmark (1 commits)")

---

Tags

doctrinecachepsr-6tag

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[matthiasmullie/scrapbook

Scrapbook is a PHP cache library, with adapters for e.g. Memcached, Redis, Couchbase, APCu, SQL and additional capabilities (e.g. transactions, stampede protection) built on top.

3212.5M32](/packages/matthiasmullie-scrapbook)[cache/adapter-common

Common classes for PSR-6 adapters

11124.4M38](/packages/cache-adapter-common)[cache/filesystem-adapter

A PSR-6 cache implementation using filesystem. This implementation supports tags

705.8M82](/packages/cache-filesystem-adapter)[cache/array-adapter

A PSR-6 cache implementation using a php array. This implementation supports tags

548.3M151](/packages/cache-array-adapter)[cache/redis-adapter

A PSR-6 cache implementation using Redis (PhpRedis). This implementation supports tags

523.9M27](/packages/cache-redis-adapter)[laminas/laminas-cache

Caching implementation with a variety of storage options, as well as codified caching strategies for callbacks, classes, and output

1076.9M130](/packages/laminas-laminas-cache)

PHPackages © 2026

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