symfony/cache-contracts
Generic abstractions related to caching observed · 2026-08-28
Health v2 · maintenance only
87/100
- Activity 89
- Release rhythm 78
- 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: 52
- age_days: 2655
- days_rel: 67
- days_push: 67
- n_releases_24m: 2
Adoption not part of the score
2365 stars · 6 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A set of PHP interfaces and abstractions for caching, extracted from the Symfony framework's cache component. It lets libraries depend on stable, battle-tested caching semantics without coupling to a specific Symfony cache implementation.
Use cases
- decouple my PHP library from specific cache implementations
- type-hint against a standard caching interface in PHP
- make my package interoperable with Symfony cache
- define cache semantics for third-party cache adapters
- avoid depending on the full Symfony framework just for caching
When to choose
- you are building a PHP library that needs caching without hard dependencies
- you want interoperability with Symfony's cache component ecosystem
- you need stable interfaces to program against rather than implementations
When to avoid
- you need an actual cache implementation rather than interfaces
- your project does not use PHP
- you want a framework-agnostic PSR-6/PSR-16 solution only
Facets
library · maturity stable
caching developer-tools web-development php abstractions interfaces interoperability symfony-contracts decoupling
6 sources
- readme: https://github.com/symfony/cache-contracts · fetched 2026-08-28 · a811c18eb5cc
- homepage: https://symfony.com · fetched 2026-08-29 · 68595089eb73
- site_page: https://symfony.com/doc · fetched 2026-08-29 · 44889134f4fb
- site_page: https://symfony.com/doc/current/contributing/community/releases.html · fetched 2026-08-29 · 43441105b0a6
- site_page: https://symfony.com/releases · fetched 2026-08-29 · 2fd410222cfe
- site_page: https://symfony.com/blog/category/releases · fetched 2026-08-29 · a84b8a49342e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| symfony/cache-contracts | main | 87 |
For agents
markdown · JSON · MCP: product_card(name="symfony/cache-contracts")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem