awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
symfony avatar

symfony/debugArchived

0
View on GitHub↗
7,186 estrellas·46 forks·PHP·MIT·2 vistassymfony.com/debug↗

Debug

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 are handled during development.

The debugging workflow is integrated through a runtime error-to-exception pipeline that chains error detection, conversion, and exception throwing into a seamless flow. The component also provides an uncaught exception display layer that renders formatted error output for debugging purposes.

Features

  • PHP Development Toolkits - Provides tools to ease debugging PHP code with error and exception management.
  • PHP Error Handlers - Registers a single error handler that intercepts all PHP errors and forwards them to the exception system.
  • PHP Exception Handlers - Activates a global error and exception handler that converts warnings and notices into exceptions for consistent debugging.
  • Exception Renderers - Catches unhandled exceptions and renders detailed, formatted error output for developer visibility.
  • Error Code to Exception Mapping - Maps PHP error severity levels to corresponding exception types for granular control.
  • PHP Error-to-Exception Pipelines - Chains error detection, conversion, and exception throwing into a seamless runtime debugging flow.
  • PHP Stack Trace Enrichers - Augments exception stack traces with file, line, and call chain details for debugging.
  • PHP Error-to-Exception Bridges - Converts PHP errors into exceptions via a global error handler for unified error management.
  • PHP Error-to-Exception Converters - Converts PHP warnings and notices into exceptions for consistent runtime error handling.
  • Development Workflow Integration - Integrates error handling into a PHP development workflow to catch issues early.

Historial de estrellas

Gráfico del historial de estrellas de symfony/debugGráfico del historial de estrellas de symfony/debug

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Colecciones destacadas con Debug

Colecciones seleccionadas manualmente donde aparece Debug.
  • Herramientas para desarrolladores

Alternativas open-source a Debug

Proyectos open-source similares, clasificados según cuántas características comparten con Debug.
  • filp/whoopsAvatar de filp

    filp/whoops

    13,236Ver en 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

    PHPerror-handlingerrorsphp
    Ver en GitHub↗13,236
  • symfony/error-handlerAvatar de symfony

    symfony/error-handler

    2,677Ver en GitHub↗

    This library provides a structured framework for managing runtime failures and debugging within PHP applications. It functions by intercepting native language errors, warnings, and system signals, converting them into catchable, object-oriented exceptions to ensure consistent control flow throughout the application lifecycle. The project distinguishes itself by normalizing raw execution backtraces and providing a transformation layer that standardizes how system failures are reported. It includes specialized tools for monitoring the class loading process, ensuring that dependency resolution i

    PHPcomponentphpsymfony
    Ver en GitHub↗2,677
  • api-platform/coreAvatar de api-platform

    api-platform/core

    2,564Ver en GitHub↗

    This project is a PHP-based framework designed for the automated development of standardized web services. It functions as a backend toolkit that maps internal data models to REST and GraphQL endpoints, providing built-in support for resource management, data serialization, and hypermedia-aware API operations. The framework distinguishes itself through a metadata-driven architecture that uses class-level attributes to automatically derive API schemas, validation rules, and documentation. By analyzing these definitions at runtime, it generates machine-readable specifications and interactive in

    PHPapiapi-platformgraphql
    Ver en GitHub↗2,564
  • bcit-ci/codeigniterAvatar de bcit-ci

    bcit-ci/CodeIgniter

    18,171Ver en GitHub↗

    CodeIgniter is an open-source PHP web framework and application toolkit designed for server-side development. It implements a model-view-controller architecture to separate internal data representations from the user interface. The framework utilizes a front-controller architecture to direct all incoming web requests through a single entry point for URI parsing and request dispatching. It includes a dependency injection container to resolve class dependencies and manage the lifecycle of core system components. The toolkit provides capabilities for routing management, database interactions, a

    PHPphpphp-frameworkphp7
    Ver en GitHub↗18,171
Ver las 21 alternativas a Debug→

Preguntas frecuentes

¿Qué hace symfony/debug?

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.

¿Cuáles son las características principales de symfony/debug?

Las características principales de symfony/debug son: PHP Development Toolkits, PHP Error Handlers, PHP Exception Handlers, Exception Renderers, Error Code to Exception Mapping, PHP Error-to-Exception Pipelines, PHP Stack Trace Enrichers, PHP Error-to-Exception Bridges.

¿Qué alternativas de código abierto existen para symfony/debug?

Las alternativas de código abierto para symfony/debug incluyen: filp/whoops — Whoops is a PHP debugging tool and error handler designed to intercept and visualize exceptions and stack traces… symfony/error-handler — This library provides a structured framework for managing runtime failures and debugging within PHP applications. It… api-platform/core — This project is a PHP-based framework designed for the automated development of standardized web services. It… php-telegram-bot/core — This project is a PHP library and development kit for building bots that interact with the Telegram Bot API. It… bcit-ci/codeigniter — CodeIgniter is an open-source PHP web framework and application toolkit designed for server-side development. It… microsoft/wil — wil is a C++ wrapper library for the Windows API designed to simplify system development through RAII and exception…