PHPackages                             itsgoingd/clockwork-web - 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. itsgoingd/clockwork-web

AbandonedArchivedLibrary[Logging &amp; Monitoring](/categories/logging)

itsgoingd/clockwork-web
=======================

Embeddable webapp version of Clockwork, a Chrome extension for PHP development

v1.3.1(10y ago)327.4k7MITJavaScriptPHP &gt;=5.3.0

Since Jan 10Pushed 6y ago1 watchersCompare

[ Source](https://github.com/itsgoingd/clockwork-web)[ Packagist](https://packagist.org/packages/itsgoingd/clockwork-web)[ Docs](http://github.com/itsgoingd/clockwork-web)[ RSS](/packages/itsgoingd-clockwork-web/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (1)Versions (8)Used By (0)

#### *Archived repository*

[](#archived-repository)

*This repository contains the archived source of Clockwork Web, an embeddable web version of Clockwork Chrome 1. This feature is now part of the main Clockwork server-side library .*

---

Clockwork
=========

[](#clockwork)

[Clockwork](http://github.com/itsgoingd/clockwork-chrome) is a Chrome extension for PHP development, extending Developer Tools with a new panel providing all kinds of information useful for debugging and profilling your PHP applications, including information about request, headers, get and post data, cookies, session data, database queries, routes, visualisation of application runtime and more.

This repository contains embeddable webapp version of Clockwork, supporting many modern browsers along Chrome. For more information see [the original extansion repository](http://github.com/itsgoingd/clockwork-chrome).

Installation
------------

[](#installation)

This extension provides out of the box support for Laravel and Slim 2 frameworks, you can add support for any other or custom framework via an extensible API.

To install the latest version simply add it to your `composer.json`:

```
"itsgoingd/clockwork-web": "~1.3"
```

### Laravel

[](#laravel)

Once Clockwork is installed, you need to register the Laravel service provider, in your `app/config/app.php`:

```
'providers' => array(
	...
    'Clockwork\Web\Support\Laravel\ClockworkWebServiceProvider'
)
```

By default, Clockwork will only be available in debug mode, you can change this and other settings in the configuration file. Use the following Artisan command to publish the configuration file into your config directory:

```
$ php artisan vendor:publish --provider='Clockwork\Web\Support\Laravel\ClockworkWebServiceProvider'

```

For Laravel 4 you can do the same with this command:

```
$ php artisan config:publish itsgoingd/clockwork-web --path vendor/itsgoingd/clockwork-web/Clockwork/Web/Support/Laravel/config/

```

When the service provider is registered, a variable "clockwork\_web" will be available in your views, you should output it in your layout template as raw html, ideally just before body closing tag.

```
...
{!! $clockwork_web !!}

```

For Laravel 4:

```
...
{{ $clockwork_web }}

```

### Slim 2

[](#slim-2)

Once Clockwork is installed, you need to add the Slim middleware to your app:

```
$app = new Slim(...);
$app->add(new Clockwork\Web\Support\Slim\ClockworkWebMiddleware());
```

When the middleware is registered, a variable "clockwork\_web" will be available in your views, you should output it in your layout template, ideally just before body closing tag.

```
...

```

Licence
-------

[](#licence)

Copyright (c) 2013 Miroslav Rigler

MIT License

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

36

—

LowBetter than 79% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity34

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 89.5% 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 ~94 days

Recently: every ~133 days

Total

7

Last Release

3987d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4ce166538f2b7d762980612939173f8e8324a402c5cdcc5cd86dc93c85d57f91?d=identicon)[itsgoingd](/maintainers/itsgoingd)

---

Top Contributors

[![itsgoingd](https://avatars.githubusercontent.com/u/821582?v=4)](https://github.com/itsgoingd "itsgoingd (17 commits)")[![krnl](https://avatars.githubusercontent.com/u/720591?v=4)](https://github.com/krnl "krnl (1 commits)")[![neoascetic](https://avatars.githubusercontent.com/u/725836?v=4)](https://github.com/neoascetic "neoascetic (1 commits)")

---

Tags

loggingdebuggingprofiling

### Embed Badge

![Health badge](/badges/itsgoingd-clockwork-web/health.svg)

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

###  Alternatives

[itsgoingd/clockwork

php dev tools in your browser

5.9k29.0M114](/packages/itsgoingd-clockwork)[sentry/sentry

PHP SDK for Sentry (http://sentry.io)

1.9k240.0M317](/packages/sentry-sentry)[sentry/sentry-laravel

Laravel SDK for Sentry (https://sentry.io)

1.3k122.6M188](/packages/sentry-sentry-laravel)[rollbar/rollbar

Monitors errors and exceptions and reports them to Rollbar

34424.8M84](/packages/rollbar-rollbar)[analog/analog

Fast, flexible, easy PSR-3-compatible PHP logging package with dozens of handlers.

3511.6M24](/packages/analog-analog)[ptrofimov/clockwork-cli

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

43116.8k](/packages/ptrofimov-clockwork-cli)

PHPackages © 2026

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