awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

Awesome GitHub RepositoriesPHP Error Handlers

Utilities specifically for intercepting and visualizing PHP exceptions and stack traces.

Distinguishing note: None of the candidates describe the specific role of an exception handler for PHP development

Explore 3 awesome GitHub repositories matching development tools & productivity · PHP Error Handlers. Refine with filters or upvote what's useful.

Awesome PHP Error Handlers GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • filp/whoopsAvatar filp

    filp/whoops

    13,236Vezi pe GitHub↗

    Whoops is a PHP debugging tool and error handler designed to intercept and visualize exceptions and stack traces during application development. It functions as an exception renderer that converts errors into human-readable web pages or machine-readable responses. The project differentiates itself by providing a visual debugging interface with line-highlighted code views and a stack trace visualizer that links directly to source files in a local text editor or IDE. It employs environment-aware response resolution to automatically select between HTML, JSON, XML, or plain text output based on t

    Intercepts PHP exceptions to provide a formatted visual interface for faster troubleshooting.

    PHPerror-handlingerrorsphp
    Vezi pe GitHub↗13,236
  • symfony/debugAvatar symfony

    symfony/debug

    7,186Vezi pe GitHub↗

    The Symfony Debug component is a PHP debugging toolkit that converts PHP warnings and notices into exceptions for consistent runtime error handling. It provides a unified error management system by registering a global error handler that intercepts all PHP errors and forwards them to an exception-based pipeline. The component catches uncaught PHP exceptions and displays detailed stack traces enriched with file, line, and call chain context for developer visibility. It maps PHP error severity levels to corresponding exception types, enabling granular control over how different error conditions

    Registers a single error handler that intercepts all PHP errors and forwards them to the exception system.

    PHPcomponentphpsymfony
    Vezi pe GitHub↗7,186
  • josephlenton/php-errorAvatar JosephLenton

    JosephLenton/PHP-Error

    1,335Vezi pe GitHub↗

    PHP-Error is a web development utility and error handler that intercepts application exceptions, syntax errors, and fatal errors to replace default engine output with formatted HTML diagnostic pages during local testing. It activates automatically upon startup without requiring manual initialization calls within project code. The system features interactive diagnostics that include contextual syntax highlighting for code snippets, path-based stack trace filtering to separate external library code from application logic, and inline remote file editing capabilities that persist code modificatio

    Replaces standard error output with formatted HTML diagnostic pages and interactive stack traces.

    PHP
    Vezi pe GitHub↗1,335
  1. Home
  2. Development Tools & Productivity
  3. PHP Error Handlers