1 repository
Intercepts HTTP requests, commands, queue jobs, and tests via middleware to capture runtime data without modifying application code.
Distinct from Request Interception Middleware: Distinct from Request Interception Middleware: focuses on intercepting runtime data for debugging purposes, not network-level traffic interception.
Explore 1 awesome GitHub repository matching web development · Runtime Data Interceptors. 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
Intercepts HTTP requests, commands, queue jobs, and tests via middleware to capture runtime data without modifying application code.