3 रिपॉजिटरी
Inspecting and analyzing PHP application runtime data including performance metrics, logs, database queries, and stack traces during development.
Distinct from PHP Development Tools: Distinct from PHP Development Tools: focuses on runtime debugging and inspection, not general development tools like linting or refactoring.
Explore 3 awesome GitHub repositories matching development tools & productivity · Runtime Debugging Tools. Refine with filters or upvote what's useful.
Clockwork is a PHP development debugging tool that collects and displays runtime data from server-side middleware in a browser-based interface. It captures request details, performance metrics, logs, database queries, and stack traces for HTTP requests, commands, queue jobs, and tests without requiring modifications to application code. The tool provides a client-side rendered toolbar and full web interface for inspecting collected data, including a searchable performance timeline viewer, an HTTP request monitor with timing and response details, and inline variable logging helpers that return
Inspecting and analyzing PHP application runtime data including performance metrics, logs, database queries, and stack traces during development.
dnmp एक कंटेनरीकृत वेब डेवलपमेंट एनवायरनमेंट है जो Nginx, MySQL, PHP और Redis से युक्त एक पूर्ण LNMP स्टैक प्रदान करता है। यह Docker कंटेनरों के भीतर वेब सर्वर रूटिंग, लैंग्वेज रनटाइम वर्ज़न्स, डेटाबेस प्रशासन और SSL सर्टिफिकेट प्रोविज़निंग के समन्वय के लिए एक प्रबंधन प्रणाली के रूप में कार्य करता है। यह प्रोजेक्ट अपने व्यापक PHP रनटाइम मैनेजर के माध्यम से खुद को अलग करता है, जो कई लैंग्वेज वर्ज़न्स के बीच स्विच करने और अलग-थलग एनवायरनमेंट में एक्सटेंशन को मैनेज करने की अनुमति देता है। इसमें एक स्वचालित SSL सर्टिफिकेट मैनेजर शामिल है जो सर्टिफिकेट को प्रोविज़न और रिन्यू करने के लिए वेब-रूट वैलिडेशन का उपयोग करता है, और एक Nginx वर्चुअल होस्ट मैनेजर है जो कई कस्टम डोमेन को एक ही सर्वर पर मैप करता है। इसकी क्षमताएं उन्नत डेटाबेस प्रशासन तक फैली हुई हैं, जिसमें स्कीमा तुलना, क्लोनिंग और स्लो क्वेरी लॉग विश्लेषण शामिल है। यह PHP प्रदर्शन प्रोफाइलिंग, मेथड कॉलग्राफ विज़ुअलाइज़ेशन और क्वेरी प्रदर्शन ऑडिटिंग के लिए ऑब्जर्वेबिलिटी टूल्स भी प्रदान करता है। अतिरिक्त उपयोगिताओं में HTTP/2 के माध्यम से वेब ट्रैफ़िक एन्क्रिप्शन, CLI निष्पादन के लिए होस्ट-मैप्ड शेल एलियासिंग और वेबहुक-आधारित कोड डिप्लॉयमेंट शामिल हैं।
Tracks and analyzes PHP application runtime status to identify bugs and performance bottlenecks.
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
Provides a set of tools for inspecting runtime environments, detecting deprecated code, and formatting stack traces.