# filp/whoops

PHP errors for cool kids

Repository: https://github.com/filp/whoops
Canonical: https://ross.abutalabs.com/products/whoops
Homepage: http://filp.github.io/whoops/
Language: PHP
License: MIT
License Family: permissive
Topics: php, php-errors, whoops, error-handling, errors, ui
Last push: 2026-08-16T17:00:28+00:00

## Health v2 (maintenance only)
Score: 76/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 98, release rhythm 35, longevity 100
- inputs: {"age_days": 4923, "days_push": 17, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 13235, forks 601 (observed 2026-08-28T04:11:02.699702+00:00)

## What it is
Whoops is a PHP error handling library that provides a stack-based system for dealing with errors and exceptions. It renders a detailed, pretty error page with stack traces, code highlights, and JSON/XML response handlers for web projects.

## Use cases
- display pretty error pages in PHP web apps
- debug PHP exceptions with stack traces and code highlights
- handle AJAX errors with JSON responses
- integrate error handling into Laravel, Silex, or Zend projects
- open referenced files in an editor from an error page

## When to choose
- you're developing a PHP web application and want readable, informative error output
- you need a flexible, extensible error handler with JSON/XML support
- you want stack traces with code context and editor integration during development

## When to avoid
- you need error handling in production with minimal overhead and no debug output
- your project is not written in PHP
- you need full APM-style monitoring and alerting rather than error display

## Facets
- artifact type: library
- maturity: stable
- function: error-handling, logging, ui-components
- domain: developer-tools, web-development
- platform: php, cross-platform
- tags: error-pages, stack-traces, debugging, pretty-errors, php-library, web-server

## Member repositories
- filp/whoops (main) score 76

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:11:02.699702+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:13:25.293479+00:00, confidence not recorded.
  - readme: https://github.com/filp/whoops (fetched 2026-08-28T04:11:02.699702+00:00, sha 1c8745017ee7)
  - homepage: http://filp.github.io/whoops/ (fetched 2026-08-29T08:08:33.683665+00:00, sha b2a8b8659815)
- Data as of 2026-08-30T08:39:29.467469+00:00.
