php-fig/cache
None observed · 2026-08-28
Health v2 · maintenance only
39/100
- Activity 16
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: 4032
- days_rel: n/a
- days_push: 509
- n_releases_24m: 0
Adoption not part of the score
5176 stars · 46 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
The PSR-6 Caching Interface package from PHP-FIG, providing standard PHP interfaces for cache pools and cache items. It contains no implementation itself, only the contracts that caching libraries implement and applications consume.
Use cases
- standardize cache usage across PHP libraries
- swap cache backends without changing application code
- write a PSR-6 compliant cache implementation
- type-hint against a common caching interface
- decouple framework code from specific cache vendors
When to choose
- you are building a PHP library and want interoperable caching via a standard interface
- you need to implement or consume PSR-6 cache contracts
- you want vendor-agnostic caching in a framework-agnostic package
When to avoid
- you need an actual working cache backend like Redis or Memcached
- your project uses PSR-16 simple cache instead of PSR-6
- you are not working in PHP
Facets
library · maturity stable
caching developer-tools web-development backend php psr-6 psr interfaces standards cache-interfaces
1 source
- readme: https://github.com/php-fig/cache · fetched 2026-08-28 · 8c67b845dd11
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| php-fig/cache | main | 39 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem