5 مستودعات
Tools for inspecting the internal state and variables of running PHP applications from external environments.
Distinct from PHP Application Profilers: Distinct from Profilers: focuses on state inspection and variable debugging rather than execution time and memory measurement.
Explore 5 awesome GitHub repositories matching development tools & productivity · PHP Application Debuggers. Refine with filters or upvote what's useful.
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 allowing developers to inspect internal state and variables from an external environment.
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
Provides tools for inspecting the internal state and variables of running PHP applications to fix logic errors.
Telescope هي لوحة تحكم لتصحيح الأخطاء وأداة تطوير لتطبيقات Laravel توفر واجهة ويب لمراقبة الطلبات، والاستثناءات، واستعلامات قاعدة البيانات، والسجلات. تعمل كمراقب لتطبيقات PHP ومساعد تشخيصي، حيث تتبع دورة حياة تنفيذ النظام لتحديد الأخطاء وحلها. تتميز الأداة بتقديم ملفات تعريف متخصصة لاستعلامات SQL وأوامر Redis، إلى جانب نظام معاينة داخل المتصفح للرسائل الصادرة. كما تتضمن نظام تدقيق مخصص لأوامر وحدة التحكم وفحوصات بوابة التفويض للتحقق من منطق الأذونات. تغطي المنصة مجموعة واسعة من مجالات المراقبة، بما في ذلك تتبع الوظائف والعمليات في الخلفية، وفحص عمليات التخزين المؤقت، ومراقبة أحداث التطبيق. تحلل دورة حياة الطلب من خلال بيانات الرأس والجلسة، وتسجل تتبعات المكدس الكاملة للاستثناءات، وتراقب عرض الواجهة وترطيب النموذج. تتم إدارة الوصول إلى واجهة المراقبة من خلال بوابة تفويض مركزية.
Traces the execution lifecycle of PHP applications through detailed recording of background jobs and events.
هذا المشروع عبارة عن شريط أدوات لتصحيح أخطاء PHP ومفتش وقت التشغيل يوفر واجهة قائمة على المتصفح لمراقبة مقاييس النظام، واستخدام الذاكرة، ووقت التنفيذ أثناء تطوير الويب. يعمل كمراقب لأداء التطبيق وأداة تشخيصية، حيث يلتقط البيانات في الوقت الفعلي وحالة التطبيق لتصور دورة حياة تنفيذ PHP. تتميز الأداة بقدرتها على الاحتفاظ ببيانات التصحيح عبر طلبات متعددة، مما يسمح بتتبع سجل الطلبات وأرشفة الجلسات السابقة. تدعم فحص طلبات AJAX وتدير استمرارية البيانات أثناء عمليات إعادة التوجيه لضمان توفر المعلومات التشخيصية عبر تحميلات الصفحات غير المتزامنة والمتسلسلة. يغطي النظام إمكانيات مراقبة واسعة بما في ذلك جمع مقاييس وقت التشغيل المؤتمت، وتسجيل الرسائل المخصصة، وعرض المتغيرات المعقدة كملفات HTML تفاعلية. يستخدم بنية معيارية مع جامعات (collectors) لتجميع البيانات، وتجريد HTTP قائم على المحرك، ونظام تخزين قائم على الواجهة لإدارة كيفية كتابة واسترجاع بيانات التصحيح. يتم دمج شريط الأدوات في صفحات الويب عبر حقن الأصول المتأخر (late-binding) لـ JavaScript و HTML.
Provides a browser-based interface for monitoring real-time system metrics and application state during the development process.
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
Identifies and resolves runtime errors by transforming system failures into structured exceptions and displaying detailed stack traces.