PHPackages                             lahaxearnaud/clockwork-cli - 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. lahaxearnaud/clockwork-cli

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

lahaxearnaud/clockwork-cli
==========================

Command-line interface for Clockwork, the tool for debugging and profiling PHP applications. Fork of ptrofimov/clockwork-cli

1.4(11y ago)2474MITPHPPHP &gt;=5.3

Since May 12Pushed 10y ago1 watchersCompare

[ Source](https://github.com/lahaxearnaud/clockwork-cli)[ Packagist](https://packagist.org/packages/lahaxearnaud/clockwork-cli)[ Docs](http://github.com/ptrofimov/clockwork-cli)[ RSS](/packages/lahaxearnaud-clockwork-cli/feed)WikiDiscussions master Synced 1mo ago

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

Clockwork-cli
=============

[](#clockwork-cli)

**[Clockwork](http://github.com/itsgoingd/clockwork)** - is a tool for debugging and profiling PHP applications.

**[Clockwork-chrome](http://github.com/itsgoingd/clockwork-chrome)** - is a Chrome extension for Clockwork.

**[Clockwork-firebug](https://github.com/sidorovich/clockwork-firebug)** - it's Clockwork extension for Firebug.

**This project** is a command-line interface for Clockwork.

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

[](#installation)

- Install clockwork-cli via composer for your project:

```
composer require lahaxearnaud/clockwork-cli:*

```

- Or install clockwork-cli globally:

```
composer global require lahaxearnaud/clockwork-cli:*

```

- For Laravel 5.1 or Lumen you can register Artisan command

In app/Console/Kernel.php

```
    protected $commands = [
      // ...
      \Clockwork\Cli\Laravel\Command::class
    ];

```

Usage
-----

[](#usage)

- Run script to monitor clockwork logs for current project:

```
./bin/clockwork-cli

```

- Or you can monitor logs for many projects:

```
./bin/clockwork-cli /www/*

```

- You will see updating list of HTTP requests. The first character is a hotkey.
- Press the hotkey to view details of HTTP request.
- Press Backspace to show requests for last 10 minutes
- Press Escape to exit

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

[](#screenshots)

[![Clockwork Cli Trace](https://raw.githubusercontent.com/ptrofimov/clockwork-cli/master/screenshots/clockwork-cli-trace.png)](https://raw.githubusercontent.com/ptrofimov/clockwork-cli/master/screenshots/clockwork-cli-trace.png)

[![Clockwork Cli Details](https://raw.githubusercontent.com/ptrofimov/clockwork-cli/master/screenshots/clockwork-cli-details.png)](https://raw.githubusercontent.com/ptrofimov/clockwork-cli/master/screenshots/clockwork-cli-details.png)

License
-------

[](#license)

Copyright (c) 2014 Petr Trofimov

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

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 73.3% 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 ~24 days

Total

5

Last Release

4291d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/bab37acc38e46b09f3452e2b81711dced89874ffa35a188687905242c4248011?d=identicon)[alahaxe](/maintainers/alahaxe)

---

Top Contributors

[![ptrofimov](https://avatars.githubusercontent.com/u/867178?v=4)](https://github.com/ptrofimov "ptrofimov (22 commits)")[![lahaxearnaud](https://avatars.githubusercontent.com/u/1364221?v=4)](https://github.com/lahaxearnaud "lahaxearnaud (7 commits)")[![sidorovich](https://avatars.githubusercontent.com/u/3040359?v=4)](https://github.com/sidorovich "sidorovich (1 commits)")

---

Tags

clilaravelloggingdebuggingprofilingClockwork

### Embed Badge

![Health badge](/badges/lahaxearnaud-clockwork-cli/health.svg)

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

###  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)[sentry/sentry-laravel

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

1.3k114.3M154](/packages/sentry-sentry-laravel)[markguinn/silverstripe-clockwork

Silverstripe extension integrating the Clockwork Chrome extension

253.5k](/packages/markguinn-silverstripe-clockwork)[moesif/moesif-laravel

Moesif Collection/Data Ingestion Middleware for Laravel

1065.8k](/packages/moesif-moesif-laravel)[melihovv/laravel-log-viewer

A Laravel log viewer

1231.5k1](/packages/melihovv-laravel-log-viewer)

PHPackages © 2026

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