Ross ROSS = Recommend OSS · open-source software intelligence for agents

doctrine/cache

Doctrine Cache component observed · 2026-08-28

github.com/doctrine/cache · homepage · PHP · MIT (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
doctrine/cachemain44

For agents

markdown · JSON · MCP: product_card(name="doctrine/cache")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem