awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
symfony avatar

symfony/debugArchived

0
View on GitHub↗
7,186 نجوم·46 تفرعات·PHP·MIT·3 مشاهداتsymfony.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.

سجل النجوم

مخطط تاريخ النجوم لـ symfony/debugمخطط تاريخ النجوم لـ symfony/debug

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Debug

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Debug.
  • filp/whoopsالصورة الرمزية لـ filp

    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

    PHPerror-handlingerrorsphp
    عرض على GitHub↗13,236
  • symfony/error-handlerالصورة الرمزية لـ symfony

    symfony/error-handler

    2,677عرض على 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
    عرض على GitHub↗2,677
  • api-platform/coreالصورة الرمزية لـ api-platform

    api-platform/core

    2,564عرض على 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
    عرض على GitHub↗2,564
  • bcit-ci/codeigniterالصورة الرمزية لـ bcit-ci

    bcit-ci/CodeIgniter

    18,171عرض على 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
    عرض على GitHub↗18,171
عرض جميع البدائل الـ 21 لـ Debug→

مجموعات مختارة تضم Debug

مجموعات منسقة بعناية يظهر فيها Debug.
  • أدوات المطورين

الأسئلة الشائعة

ما هي وظيفة 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.

ما هي الميزات الرئيسية لـ symfony/debug؟

الميزات الرئيسية لـ symfony/debug هي: 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.

ما هي البدائل مفتوحة المصدر لـ symfony/debug؟

تشمل البدائل مفتوحة المصدر لـ symfony/debug: 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…