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

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

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

3 مستودعات

Awesome GitHub RepositoriesPHP Variable Inspectors

Mechanisms for walking through arbitrary PHP variables to analyze their internal state and property values.

Distinguishing note: Candidates focus on thread states or serialization, not general variable property inspection.

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

Awesome PHP Variable Inspectors GitHub Repositories

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

    symfony/var-dumper

    7,435عرض على GitHub↗

    This project is a PHP data inspector and variable renderer designed to visualize complex data structures in a human-readable format during development. It functions as a debugging tool that converts internal PHP variables into formatted text for analysis of property values and internal states. The tool provides custom data visualization by transforming raw PHP data into tailored styles. It allows for the routing of dump output to different destinations, including web browsers and command line interfaces. The system handles variable debugging by inspecting object properties and resource state

    Visualizing the contents of complex PHP variables and data structures during development to identify bugs and state issues.

    PHP
    عرض على GitHub↗7,435
  • 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

    Walks through arbitrary PHP variables to analyze their internal state and property values for manual verification.

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

    php-debugbar/php-debugbar

    4,388عرض على GitHub↗

    هذا المشروع عبارة عن شريط أدوات لتصحيح أخطاء PHP ومفتش وقت التشغيل يوفر واجهة قائمة على المتصفح لمراقبة مقاييس النظام، واستخدام الذاكرة، ووقت التنفيذ أثناء تطوير الويب. يعمل كمراقب لأداء التطبيق وأداة تشخيصية، حيث يلتقط البيانات في الوقت الفعلي وحالة التطبيق لتصور دورة حياة تنفيذ PHP. تتميز الأداة بقدرتها على الاحتفاظ ببيانات التصحيح عبر طلبات متعددة، مما يسمح بتتبع سجل الطلبات وأرشفة الجلسات السابقة. تدعم فحص طلبات AJAX وتدير استمرارية البيانات أثناء عمليات إعادة التوجيه لضمان توفر المعلومات التشخيصية عبر تحميلات الصفحات غير المتزامنة والمتسلسلة. يغطي النظام إمكانيات مراقبة واسعة بما في ذلك جمع مقاييس وقت التشغيل المؤتمت، وتسجيل الرسائل المخصصة، وعرض المتغيرات المعقدة كملفات HTML تفاعلية. يستخدم بنية معيارية مع جامعات (collectors) لتجميع البيانات، وتجريد HTTP قائم على المحرك، ونظام تخزين قائم على الواجهة لإدارة كيفية كتابة واسترجاع بيانات التصحيح. يتم دمج شريط الأدوات في صفحات الويب عبر حقن الأصول المتأخر (late-binding) لـ JavaScript و HTML.

    Provides a comprehensive system for collecting and persisting PHP environment data and runtime variables across requests.

    PHP
    عرض على GitHub↗4,388
  1. Home
  2. Development Tools & Productivity
  3. PHP Variable Inspectors

استكشف الوسوم الفرعية

  • Runtime Variable InspectorsTools for inspecting the state and value of variables during a PHP runtime execution. **Distinct from PHP Variable Inspectors:** Extends variable inspection to include persistence across requests for runtime analysis, not just static property walking.