PHPackages                             markguinn/silverstripe-clockwork - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Logging &amp; Monitoring](/categories/logging)
4. /
5. markguinn/silverstripe-clockwork

ActiveSilverstripe-module[Logging &amp; Monitoring](/categories/logging)

markguinn/silverstripe-clockwork
================================

Silverstripe extension integrating the Clockwork Chrome extension

1.0.0(10y ago)253.5k10[2 issues](https://github.com/markguinn/silverstripe-clockwork/issues)[2 PRs](https://github.com/markguinn/silverstripe-clockwork/pulls)PHP

Since Sep 18Pushed 9y ago7 watchersCompare

[ Source](https://github.com/markguinn/silverstripe-clockwork)[ Packagist](https://packagist.org/packages/markguinn/silverstripe-clockwork)[ RSS](/packages/markguinn-silverstripe-clockwork/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

SilverStripe Clockwork Integration
==================================

[](#silverstripe-clockwork-integration)

Integrates the wonderful Clockwork Chrome extension into Silverstripe. Out of the box queries and controller events will be logged. You can also log your own events on the timeline.

- Clockwork:
- Chrome Extension:

NOTE: This extension is only active when your site is in dev mode. There should be no slowdown in live mode because the database proxy adapter is not installed and clockwork is never activated.

**NOTE:** This version requires SilverStripe 3.2. For 3.1 compatibility use v0.1.0

Usage
-----

[](#usage)

Install the chrome extension. Install via composer. Basic timing and query logging work out of the box. To add your own events to the timeline use:

```
Injector::inst()->get('ClockworkTimeline')->startEvent('myevent1', 'Description of the event');

// ... do the things ... ///

// this will happen automatically when the request ends
Injector::inst()->get('ClockworkTimeline')->endEvent('myevent1');

```

You can also use SilverStripe's logging to output to Clockwork:

```
SS_Log::log('Some error', Zend_Log::ERR);
```

Todo List
---------

[](#todo-list)

- Integrate the embeddable web version for non-chrome-users:

Screenshots
-----------

[](#screenshots)

[![Database queries in Chrome Dev Tools](docs/_images/screenshot_database.png)](docs/_images/screenshot_database.png)

[![Execution timeline in Chrome Dev Tools](docs/_images/screenshot_timeline.png)](docs/_images/screenshot_timeline.png)

Developer(s)
------------

[](#developers)

- Mark Guinn

Contributions welcome by pull request and/or bug report. Please follow Silverstripe code standards.

License (MIT)
-------------

[](#license-mit)

Copyright (c) 2014 Mark Guinn

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 75% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~77 days

Total

2

Last Release

3813d ago

Major Versions

0.1.0 → 1.0.02015-12-04

### Community

Maintainers

![](https://www.gravatar.com/avatar/485dfc9fc93cad085c83c3276f19b6e9322ee910ab0e1685de0db42228dbf97b?d=identicon)[markguinn](/maintainers/markguinn)

---

Top Contributors

[![chillu](https://avatars.githubusercontent.com/u/111025?v=4)](https://github.com/chillu "chillu (3 commits)")[![lekoala](https://avatars.githubusercontent.com/u/250762?v=4)](https://github.com/lekoala "lekoala (1 commits)")

---

Tags

loggingdebuggingprofilingsilverstripetimelinequeriesClockwork

### Embed Badge

![Health badge](/badges/markguinn-silverstripe-clockwork/health.svg)

```
[![Health](https://phpackages.com/badges/markguinn-silverstripe-clockwork/health.svg)](https://phpackages.com/packages/markguinn-silverstripe-clockwork)
```

###  Alternatives

[itsgoingd/clockwork

php dev tools in your browser

5.9k27.6M94](/packages/itsgoingd-clockwork)[ptrofimov/clockwork-cli

Command-line interface for Clockwork, the tool for debugging and profiling PHP applications

43116.1k](/packages/ptrofimov-clockwork-cli)[phptek/sentry

Sentry.io integration for SilverStripe. Binds Sentry.io to SilverStripe's error &amp; exception handling subsystem.

15203.5k3](/packages/phptek-sentry)[muhammadsadeeq/laravel-activitylog-ui

A beautiful, modern UI for Spatie's Activity Log with advanced filtering, analytics, and real-time features.

17510.1k](/packages/muhammadsadeeq-laravel-activitylog-ui)[moesif/moesif-laravel

Moesif Collection/Data Ingestion Middleware for Laravel

1065.8k](/packages/moesif-moesif-laravel)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
