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.

1.4.0(1y ago)0108↓100%MITPHPPHP ^8.1

Since Feb 6Pushed 1y 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 1mo ago

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

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

[](#kirby-tracy)

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

Usage
-----

[](#usage)

Requires non-standard hook `kirby.render:before` to initialize Tracy before any other output.

Add the following snippet to your `public/index.php` before this line: `echo $kirby->render();`.

```
$kirby->trigger('kirby.render:before');
```

Options
-------

[](#options)

### 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.

### adminEmail

[](#adminemail)

Default: `null`

E-mail address to send error notifications to.

### fromEmail

[](#fromemail)

Default: `null`

E-mail address to send error notifications from.

### editor

[](#editor)

Default: `'vscode://file/%file:%line'`

For more information see: [Tracy documentation](https://tracy.nette.org/en/open-files-in-ide)

### enableInPanel

[](#enableinpanel)

Default: `false`

Whether to show show Tracy bar in the panel area.

### logsDirectory

[](#logsdirectory)

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

Where to keep Tracy logs.

### panels.page

[](#panelspage)

Default: `true`

Whether to enable the page panel.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance34

Infrequent updates — may be unmaintained

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

Recently: every ~31 days

Total

11

Last Release

631d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0a4af127ffa8a82573e490da7d06a0f19a23a11928bab574ccdcee54666e5320?d=identicon)[jan-herman](/maintainers/jan-herman)

---

Top Contributors

[![jan-herman](https://avatars.githubusercontent.com/u/12972544?v=4)](https://github.com/jan-herman "jan-herman (12 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

[recca0120/laravel-tracy

A Laravel Package to integrate Nette Tracy Debugger

388283.0k3](/packages/recca0120-laravel-tracy)[milo/vendor-versions

Bar with versions list of vendor libraries for Tracy

19155.1k5](/packages/milo-vendor-versions)[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.

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

PHPackages © 2026

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