PHPackages                             redaxo/debug - 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. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. redaxo/debug

ActiveRedaxo-addon[Debugging &amp; Profiling](/categories/debugging)

redaxo/debug
============

REDAXO debug addon

2.x-dev(1mo ago)15MITPHPPHP ^8.5

Since Jun 17Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/redaxo/debug)[ Packagist](https://packagist.org/packages/redaxo/debug)[ Docs](https://github.com/redaxo/core)[ RSS](/packages/redaxo-debug/feed)WikiDiscussions 2.x Synced 2w ago

READMEChangelogDependencies (4)Versions (2)Used By (0)

Debug-Addon
===========

[](#debug-addon)

The debug addon extends REDAXO with tools for better performance and error analysis.

It is based on [Clockwork](https://github.com/itsgoingd/clockwork) and thus offers a [browser-based interface](https://github.com/underground-works/clockwork-app), to visualise the processes within the REDAXO CMS.

> Clockwork is a development tool for PHP available right in your browser. Clockwork gives you an insight into your application runtime - including request data, performance metrics, log entries, database queries, cache queries, redis commands, dispatched events, queued jobs, rendered views and more - for HTTP requests, commands, queue jobs and tests. Clockwork Project

It can be used directly in the browser or with a separate browser extension. A detailed description and information on optional browser extensions are available on the [Clockwork website](https://underground.works/clockwork).

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

[](#installation)

The addon is intended for development only. Add it as a dev dependency and install it via the REDAXO console:

```
composer require --dev redaxo/debug:^2.0@dev
bin/console addon:install debug
```

Usage
-----

[](#usage)

The addon integrates information on the following classes in Clockwork:

- `Redaxo\Core\Database\Sql`
- `Redaxo\Core\Log\Logger`
- `Redaxo\Core\Util\Timer`
- `Redaxo\Core\ExtensionPoint\Extension` / `Redaxo\Core\ExtensionPoint\ExtensionPoint`

To make your own PHP code visible in Clockwork and to analyse it, it can be measured using `Redaxo\Core\Util\Timer`:

```
use Redaxo\Core\Util\Timer;

Timer::measure('a-representative-label', function () {
    // arbitrary php code
});
```

Contributing
------------

[](#contributing)

This repository is read-only. The addon is developed in the [REDAXO core repository](https://github.com/redaxo/core) and split out here automatically. That's why issues and pull requests are disabled — please report issues and open pull requests in the core repository.

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance92

Actively maintained with recent releases

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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 ~17 days

Total

2

Last Release

37d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/330436?v=4)[Gregor Harlan](/maintainers/gharlan)[@gharlan](https://github.com/gharlan)

---

Top Contributors

[![gharlan](https://avatars.githubusercontent.com/u/330436?v=4)](https://github.com/gharlan "gharlan (20 commits)")

---

Tags

addoncmsdebugprofilerredaxodevdebugprofilerClockworkredaxoredaxo-addon

### Embed Badge

![Health badge](/badges/redaxo-debug/health.svg)

```
[![Health](https://phpackages.com/badges/redaxo-debug/health.svg)](https://phpackages.com/packages/redaxo-debug)
```

###  Alternatives

[barryvdh/laravel-debugbar

PHP Debugbar integration for Laravel

19.3k133.0M775](/packages/barryvdh-laravel-debugbar)[fruitcake/laravel-debugbar

PHP Debugbar integration for Laravel

19.3k2.3M71](/packages/fruitcake-laravel-debugbar)[php-debugbar/php-debugbar

Debug bar in the browser for php application

4.4k29.8M69](/packages/php-debugbar-php-debugbar)[tracy/tracy

😎 Tracy: the addictive tool to ease debugging PHP code for cool developers. Friendly design, logging, profiler, advanced features like debugging AJAX calls or CLI support. You will love it.

1.8k25.5M1.5k](/packages/tracy-tracy)[vpietri/adm-quickdevbar

QuickDevBar is a developer toolbar for magento 2

577360.4k](/packages/vpietri-adm-quickdevbar)[fruitcake/laravel-telescope-toolbar

Toolbar for Laravel Telescope based on Symfony Web Profiler

8041.7M6](/packages/fruitcake-laravel-telescope-toolbar)

PHPackages © 2026

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