symfony/cache
Provides extended PSR-6, PSR-16 (and tags) implementations 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
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
- readme: https://github.com/symfony/cache · fetched 2026-08-28 · 854126aa65f2
- homepage: https://symfony.com/cache · fetched 2026-08-29 · 66798757756b
- site_page: https://symfony.com/doc · fetched 2026-08-29 · 44889134f4fb
- site_page: https://symfony.com/doc/current/components/cache.html · fetched 2026-08-29 · 21f68e54b83e
- site_page: https://symfony.com/projects/phpmyfaq · fetched 2026-08-29 · b0b5a7438255
- site_page: https://symfony.com/releases · fetched 2026-08-29 · f109a7a4a5da
- site_page: https://symfony.com/blog/category/releases · fetched 2026-08-29 · da84802d18f3
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| symfony/cache | main | 95 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem