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

symfony/cache

Provides extended PSR-6, PSR-16 (and tags) implementations observed · 2026-08-28

github.com/symfony/cache · homepage · PHP · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

95/100

  • Activity 99
  • Release rhythm 87
  • 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: 0.0
  • age_days: 3879
  • days_rel: 11
  • days_push: 8
  • n_releases_24m: 93

Full methodology

Adoption not part of the score

4154 stars · 66 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

The Symfony Cache component provides extended PSR-6 and PSR-16 caching implementations with adapters for common backends like Redis, Memcached, APCu, databases, and the filesystem. It adds advanced features such as tag-based invalidation, cache stampede prevention, and Symfony Cache Contracts interoperability, usable in any PHP application.

Use cases

  • cache expensive database queries in a PHP app
  • add PSR-6 or PSR-16 compliant caching to any PHP project
  • cache results of external HTTP API calls
  • invalidate cached data by tags
  • prevent cache stampedes on popular keys
  • chain multiple cache backends with fallback
  • store computed results on the filesystem or in Redis

When to choose

  • you need standards-compliant (PSR-6/PSR-16) caching in PHP
  • you want adapters for many backends with one consistent API
  • you need tag-based invalidation or stampede protection
  • you are building a Symfony application and want first-party integration

When to avoid

  • you are not working in PHP
  • you need a standalone caching server rather than a client library
  • you want a framework-agnostic caching layer outside the PHP ecosystem

Facets

library · maturity stable

caching serialization web-development backend performance developer-tools php cross-platform psr-6 psr-16 cache-adapters tag-invalidation symfony-component redis memcached apcu

7 sources

Member repositories

RepositoryRoleHealth v2
symfony/cachemain95

For agents

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

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