Ross ROSS = Recommend OSS · open-source software intelligence for agents

symfony/error-handler

Provides tools to manage errors and ease debugging PHP code observed · 2026-08-28

github.com/symfony/error-handler · homepage · PHP · MIT (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
symfony/error-handlermain99

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