1 repositorio
Web interfaces for reviewing and analyzing collected runtime debug data from applications.
Distinct from API Data Collection Interfaces: Distinct from API Data Collection Interfaces: focuses on inspecting already-collected debug data, not gathering user input for APIs.
Explore 1 awesome GitHub repository matching web development · Debug Data Inspectors. 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
Provides a browser-based web interface for inspecting collected request and performance data.