3 مستودعات
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.
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.
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 ومفتش وقت التشغيل يوفر واجهة قائمة على المتصفح لمراقبة مقاييس النظام، واستخدام الذاكرة، ووقت التنفيذ أثناء تطوير الويب. يعمل كمراقب لأداء التطبيق وأداة تشخيصية، حيث يلتقط البيانات في الوقت الفعلي وحالة التطبيق لتصور دورة حياة تنفيذ 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.