awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • filp/whoopsfilp 的头像

    filp/whoops

    13,236在 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
    在 GitHub 上查看↗13,236
  • symfony/debugsymfony 的头像

    symfony/debug

    7,186在 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
    在 GitHub 上查看↗7,186
  • josephlenton/php-errorJosephLenton 的头像

    JosephLenton/PHP-Error

    1,335在 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
    在 GitHub 上查看↗1,335
  1. Home
  2. Development Tools & Productivity
  3. PHP Error Handlers