PHPackages                             jan-herman/kirby-tracy - 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. jan-herman/kirby-tracy

ActiveKirby-plugin[Debugging &amp; Profiling](/categories/debugging)

jan-herman/kirby-tracy
======================

Kirby implementation of Tracy debugger.

2.0.0(1mo ago)0112MITPHPPHP ^8.1

Since Feb 6Pushed 1mo ago2 watchersCompare

[ Source](https://github.com/jan-herman/kirby-tracy)[ Packagist](https://packagist.org/packages/jan-herman/kirby-tracy)[ Docs](https://github.com/jan-herman/kirby-tracy)[ RSS](/packages/jan-herman-kirby-tracy/feed)WikiDiscussions master Synced 3w ago

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

Kirby Tracy
===========

[](#kirby-tracy)

> [Kirby](https://getkirby.com) implementation of [Tracy debugger](https://tracy.nette.org/en/).

Options
-------

[](#options)

All options are configured under the `jan-herman.tracy` prefix.

```
return [
    'jan-herman.tracy' => [
        'mode' => 'detect',
        'logDirectory' => null,
        'debugger' => [
            'editor' => 'vscode://file/%file:%line',
        ],
        'logger' => [
            'email' => null,
            'fromEmail' => null,
            'emailSnooze' => null,
        ],
        'showBarInPanel' => false,
        'panels' => [
            'page' => true,
        ],
    ],
];
```

### mode

[](#mode)

Default: `'detect'`

[Tracy mode](https://tracy.nette.org/en/guide#toc-development-vs-production-mode). Can be one of the following: `'detect'`, `'development'`, `'staging'`, `'production'`, IP address or array of IP addresses.

### logDirectory

[](#logdirectory)

Default: `$kirby->root('logs')`

Where to keep Tracy logs. The value can also be a callable that returns the directory path.

### debugger

[](#debugger)

Default:

```
[
    'editor' => 'vscode://file/%file:%line',
]
```

Special option for configuring static properties on `Tracy\Debugger`.

Each key in this array is assigned directly to the matching [debugger property](https://tracy.nette.org/en/configuring). For example:

```
'jan-herman.tracy' => [
    'debugger' => [
        'editor' => 'phpstorm://open?file=%file&line=%line',
        'maxDepth' => 4,
        'maxLength' => 200,
    ],
],
```

This is equivalent to setting:

```
Debugger::$editor = 'phpstorm://open?file=%file&line=%line';
Debugger::$maxDepth = 4;
Debugger::$maxLength = 200;
```

For editor URL formats, see the [Tracy documentation](https://tracy.nette.org/en/open-files-in-ide).

### logger.email

[](#loggeremail)

Default: `null`

E-mail address to send error notifications to. Error notifications are sent through Kirby's email system and use your configured Kirby email transport.

### logger.fromEmail

[](#loggerfromemail)

Default: `null`

E-mail address to send error notifications from.

### logger.emailSnooze

[](#loggeremailsnooze)

Default: `null`

How long Tracy should wait before sending another e-mail notification for the same error.

### showBarInPanel

[](#showbarinpanel)

Default: `false`

Whether to show the Tracy bar in the Kirby Panel area.

### panels.page

[](#panelspage)

Default: `true`

Whether to enable the page panel.

###  Health Score

46

—

FairBetter than 92% of packages

Maintenance91

Actively maintained with recent releases

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity61

Established project with proven stability

 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 ~108 days

Recently: every ~164 days

Total

12

Last Release

42d ago

Major Versions

1.4.0 → 2.0.02026-05-15

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/12972544?v=4)[Jan Herman](/maintainers/jan-herman)[@jan-herman](https://github.com/jan-herman)

---

Top Contributors

[![jan-herman](https://avatars.githubusercontent.com/u/12972544?v=4)](https://github.com/jan-herman "jan-herman (13 commits)")

### Embed Badge

![Health badge](/badges/jan-herman-kirby-tracy/health.svg)

```
[![Health](https://phpackages.com/badges/jan-herman-kirby-tracy/health.svg)](https://phpackages.com/packages/jan-herman-kirby-tracy)
```

###  Alternatives

[getkirby/cms

The Kirby core

1.5k567.4k434](/packages/getkirby-cms)[recca0120/laravel-tracy

A Laravel Package to integrate Nette Tracy Debugger

382284.2k3](/packages/recca0120-laravel-tracy)[contributte/tracy

Nette Tracy extensions for easy-developing

131.5M5](/packages/contributte-tracy)[milo/vendor-versions

Bar with versions list of vendor libraries for Tracy

19157.9k5](/packages/milo-vendor-versions)[medienbaecker/kirby-modules

Easily add modules to your pages

895.4k1](/packages/medienbaecker-kirby-modules)[vasek-purchart/tracy-blue-screen-bundle

This bundle lets you use the Tracy's debug screen in combination with the the default profiler in your Symfony application.

1178.1k](/packages/vasek-purchart-tracy-blue-screen-bundle)

PHPackages © 2026

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