doctrine/cache
Doctrine Cache component observed · 2026-08-28
Health v2 · maintenance only
44/100
- Activity 46
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4983
- days_rel: n/a
- days_push: 329
- n_releases_24m: 0
Adoption not part of the score
7855 stars · 210 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Doctrine Cache is a PHP caching library providing a common Cache interface with drivers for Redis, Memcache, APCu, MongoDB, filesystem, and more. It is deprecated; the 2.x series only ships interfaces for backward compatibility, and users are directed to PSR-6/PSR-16 libraries like symfony/cache.
Use cases
- cache data in PHP with redis or memcache
- wrap a PSR-6 cache pool for Doctrine compatibility
- cache ORM query results in PHP
- in-memory array cache for single-process PHP apps
- chain multiple cache backends with fallback
When to choose
- maintaining legacy code that depends on the Doctrine Cache interface
- you need the DoctrineProvider wrapper to adapt PSR-6 pools to Doctrine's interface
When to avoid
- starting a new PHP project - use a PSR-6 or PSR-16 cache library like symfony/cache instead
- you need actively maintained cache drivers - the last driver release was 1.11
Facets
library · maturity maintenance
caching backend web-development developer-tools php psr-6 psr-16 deprecated doctrine redis memcache apcu
10 sources
- readme: https://github.com/doctrine/cache · fetched 2026-08-28 · 4c4b0d4b71fc
- homepage: https://www.doctrine-project.org/projects/cache.html · fetched 2026-08-29 · f1ba96c44be6
- site_page: https://www.doctrine-project.org/projects/doctrine-cache/en/2.2/index.html · fetched 2026-08-29 · b9e74d5a2ab6
- site_page: https://www.doctrine-project.org/projects/doctrine-cache/en/2.1/index.html · fetched 2026-08-29 · 4889dec8d145
- site_page: https://www.doctrine-project.org/projects/doctrine-cache/en/2.0/index.html · fetched 2026-08-29 · 25b7822aa1fe
- site_page: https://www.doctrine-project.org/projects/doctrine-cache/en/1.13/index.html · fetched 2026-08-29 · 12309af053ef
- site_page: https://www.doctrine-project.org/projects/doctrine-cache/en/1.12/index.html · fetched 2026-08-29 · e8d6137bcfd3
- site_page: https://www.doctrine-project.org/projects/doctrine-cache/en/1.11/index.html · fetched 2026-08-29 · bc96acc7004f
- site_page: https://www.doctrine-project.org/projects/doctrine-cache/en/1.10/index.html · fetched 2026-08-29 · 7fa4e192faf0
- site_page: https://www.doctrine-project.org/projects/doctrine-cache/en/1.9/index.html · fetched 2026-08-29 · 087f27c1df5e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| doctrine/cache | main | 44 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem