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

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

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

3 مستودعات

Awesome GitHub RepositoriesPHP Debuggers

Tools for inspecting the state and variables of PHP applications during execution.

Distinct from PHP Application Profilers: Focuses on state inspection and variable debugging specifically for PHP, unlike general performance profilers.

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

Awesome PHP Debuggers GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • top-think/thinkالصورة الرمزية لـ top-think

    top-think/think

    7,888عرض على GitHub↗

    Think is a PHP web framework and object-relational mapper designed for building web applications. It functions as a structured foundation for application development, incorporating a dependency injection container to manage object lifecycles and reduce coupling between components. The project includes a remote application debugger that allows for the inspection of internal state and variables from an external environment. It implements a model-view-controller architecture to separate application logic and data from the user interface. This includes a request pipeline for routing and middlewa

    Includes a remote debugger to inspect internal application state and variables from an external environment.

    PHPframeworkormroute
    عرض على GitHub↗7,888
  • sebastianbergmann/exporterالصورة الرمزية لـ sebastianbergmann

    sebastianbergmann/exporter

    6,822عرض على GitHub↗

    This project is a PHP variable export library designed to convert complex data structures and internal memory states into human-readable strings. It functions as a debugging tool that transforms variables and object hierarchies into formatted text for state inspection and troubleshooting. The system prevents output clutter by creating compact string representations of data types and circular references. It employs recursive traversal with depth limiting and circular reference detection to ensure that complex hierarchies are visualized without causing infinite loops. The library covers a broa

    Transforms internal variable states and object hierarchies into formatted text to facilitate PHP troubleshooting.

    PHP
    عرض على GitHub↗6,822
  • microsoft/vscode-recipesالصورة الرمزية لـ microsoft

    microsoft/vscode-recipes

    5,959عرض على GitHub↗

    vscode-recipes هي مجموعة من أنماط التكوين والأدلة لإعداد مصححات الأخطاء وبيئات وقت التشغيل داخل VS Code. توفر قوالب ومخططات موحدة لربط المحرر ببيئات التشغيل المحلية أو الحاوية أو بدون خادم عبر مجموعة متنوعة من لغات البرمجة وأطر العمل. يركز المشروع على تنسيق جلسات تصحيح الأخطاء المتزامنة عبر عمليات جانب العميل وجانب الخادم لتتبع المنطق عبر تطبيقات المكدس الكامل. ويقدم أنماطاً محددة لدمج بيئات تشغيل اللغات وتنسيق إعدادات التطوير متعددة اللغات داخل مثيل محرر واحد. تغطي الوصفات تكوين تصحيح أخطاء الاختبار الآلي للوحدات، والتكامل، والأجنحة المتكاملة. كما تتضمن إعدادات لتصحيح أخطاء الدوال بدون خادم وإدارة سير عمل التطوير للغات وأدوات متنوعة.

    Configures the connection between the editor and PHP runtime extensions for state inspection.

    JavaScript
    عرض على GitHub↗5,959
  1. Home
  2. Development Tools & Productivity
  3. PHP Application Profilers
  4. PHP Debuggers