php-fig/log
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-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5024
- days_rel: 721
- days_push: 212
- n_releases_24m: 1
Adoption not part of the score
10421 stars · 191 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
The reference PHP package for PSR-3, providing the LoggerInterface and related classes/traits that define a standard logging contract. It is not a logger implementation itself, but the interface libraries use to accept any compatible logger.
Use cases
- accept any psr-3 compatible logger in my php library
- standard logging interface for php packages
- type-hint a logger without coupling to a specific implementation
- implement a custom logger that works with php frameworks
- swap logging backends in a php application
When to choose
- you are writing a PHP library or framework that should support any logger
- you want to implement a PSR-3 compliant logger
- you need to type-hint logging without a concrete dependency
When to avoid
- you need an actual working logger implementation (use Monolog or similar)
- your project does not follow PSR standards
Facets
library · maturity stable
logging developer-tools backend php psr-3 logger-interface composer standards
1 source
- readme: https://github.com/php-fig/log · fetched 2026-08-28 · 4f2bc231e87c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| php-fig/log | main | 52 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem