awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesPHP Stack Trace Enrichers

Augments exception stack traces with additional context like file, line, and call chain details for debugging.

Distinct from Stack Trace Generation: Distinct from Stack Trace Generation: focuses on enriching existing traces with context, not just capturing raw stacks.

Explore 1 awesome GitHub repository matching software engineering & architecture · PHP Stack Trace Enrichers. Refine with filters or upvote what's useful.

Awesome PHP Stack Trace Enrichers GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • symfony/debugAvatar von symfony

    symfony/debug

    7,186Auf GitHub ansehen↗

    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

    Augments exception stack traces with file, line, and call chain details for debugging.

    PHPcomponentphpsymfony
    Auf GitHub ansehen↗7,186
  1. Home
  2. Software Engineering & Architecture
  3. Stacks
  4. Stack Trace Formatters
  5. Stack Trace Generation
  6. PHP Stack Trace Enrichers