itsgoingd/clockwork

Clockwork - php dev tools in your browser - server-side component

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 38 minutes ago
Added to GitGenius on September 11th, 2026
Created on June 21st, 2013
Open Issues & Pull Requests: 39 (+0)
GitHub issues: Enabled
Number of forks: 333
Total Stargazers: 5,950 (+0)
Total Subscribers: 64 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.8 days
Mean response time: 87.6 days
90th percentile: 241.7 days
Tracked items: 97

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 4% of issues opened in the past year have been closed. Three people close 93% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 28
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 1,242 days
Stale 30+ days: 25
Stale 90+ days: 21

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Clockwork is a development tool for PHP that runs in your browser and provides insight into application runtime behavior.

The tool addresses the need to understand what happens during request execution by collecting comprehensive data on the server side and exposing it through a browser interface. It gathers information about request data, performance metrics, log entries, database queries, cache operations, Redis commands, dispatched events, queued jobs, rendered views, and more. The collection works across HTTP requests, console commands, queue jobs, and tests. Clockwork is inactive by default when debug mode is off, and developers can selectively enable features or disable those they don't need through configuration.

Clockwork suits developers working with PHP applications who want detailed runtime visibility without leaving their browser. The tool is particularly useful for performance profiling and debugging complex request flows. Installation is straightforward via Composer, with optional configuration publishing for additional features like command and queue job profiling. The server-side component works alongside a browser-based client to display collected data.

The project maintains a substantial base of real-world users, as evidenced by the fact that almost all open issues are raised by outside users rather than the core team. Maintainers typically respond to new issues and pull requests within a few days.