symfony/error-handler
Provides tools to manage errors and ease debugging PHP code observed · 2026-08-28
Health v2 · maintenance only
99/100
- Activity 99
- Release rhythm 99
- 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: 0.0
- age_days: 2603
- days_rel: 11
- days_push: 8
- n_releases_24m: 49
Adoption not part of the score
2670 stars · 20 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
The Symfony ErrorHandler component provides tools to manage errors and ease debugging PHP code, converting PHP errors and notices into exceptions and rendering debug error pages. It is a standalone Composer-installable library used by many major PHP projects.
Use cases
- turn PHP errors and warnings into catchable exceptions
- show detailed debug error pages during development
- wrap code so any failure throws an exception even with the @ silence operator
- render custom generic error pages in production
- improve class error messages with DebugClassLoader
When to choose
- you want robust, battle-tested error handling in any PHP project
- you need nice exception pages while debugging
- you want errors converted to exceptions consistently across legacy code
When to avoid
- you need application performance monitoring or APM rather than error handling
- your framework already provides its own error handling layer you prefer
Facets
library · maturity stable
error-handling logging developer-tools developer-tools web-development backend php cross-platform symfony-component exception-handling debugging php error-pages
7 sources
- readme: https://github.com/symfony/error-handler · fetched 2026-08-28 · f6b0dbd15499
- homepage: https://symfony.com/error-handler · fetched 2026-08-29 · 5eae7db80e62
- site_page: https://symfony.com/doc · fetched 2026-08-29 · 44889134f4fb
- site_page: https://symfony.com/doc/current/controller/error_pages.html · fetched 2026-08-29 · fab0d3785c8f
- site_page: https://symfony.com/projects/phpmyfaq · fetched 2026-08-29 · e28d7c56f0d8
- site_page: https://symfony.com/releases · fetched 2026-08-29 · 2fd410222cfe
- site_page: https://symfony.com/blog/category/releases · fetched 2026-08-29 · 83b70dd163fb
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| symfony/error-handler | main | 99 |
For agents
markdown · JSON · MCP: product_card(name="symfony/error-handler")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem