php-fig/container
None observed · 2026-08-28
Health v2 · maintenance only
52/100
- Activity 65
- 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: 3670
- days_rel: n/a
- days_push: 212
- n_releases_24m: 0
Adoption not part of the score
9995 stars · 54 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
The official PHP-FIG repository holding the PSR-11 Container Interface, a set of PHP interfaces describing dependency injection containers. It provides only abstractions, not an implementation, so containers can be interoperable across frameworks.
Use cases
- standardize dependency injection container interfaces in a PHP framework
- make my DI container PSR-11 compliant
- type-hint against a container interface instead of a concrete implementation
- swap DI containers without changing application code
- build interoperable PHP libraries that accept any PSR-11 container
When to choose
- you are building a PHP framework or library that should work with any compliant DI container
- you want to make your container implementation PSR-11 compatible
- you need a stable, FIG-standardized interface to type-hint against
When to avoid
- you need an actual working dependency injection container implementation
- your project does not use PHP
- you want features like auto-wiring or configuration out of the box
Facets
library · maturity stable
middleware developer-tools developer-tools web-development backend php psr-11 dependency-injection container-interface php-fig abstraction
1 source
- readme: https://github.com/php-fig/container · fetched 2026-08-28 · ccea7f7d8bd4
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| php-fig/container | main | 52 |
For agents
markdown · JSON · MCP: product_card(name="php-fig/container")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem