PHPackages                             geniv/nette-tracy-clean - 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. geniv/nette-tracy-clean

ActiveLibrary[Debugging &amp; Profiling](/categories/debugging)

geniv/nette-tracy-clean
=======================

Tracy clean extension for Nette Framework

v1.2.8(7y ago)01.1kMITPHPPHP &gt;=7.0

Since Aug 11Pushed 7y ago2 watchersCompare

[ Source](https://github.com/geniv/nette-tracy-clean)[ Packagist](https://packagist.org/packages/geniv/nette-tracy-clean)[ RSS](/packages/geniv-nette-tracy-clean/feed)WikiDiscussions master Synced 2d ago

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

Tracy clean
===========

[](#tracy-clean)

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

[](#installation)

```
$ composer require geniv/nette-tracy-clean
```

or

```
"geniv/nette-tracy-clean": "^1.0"
```

require:

```
"php": ">=7.0",
"nette/nette": ">=2.4"
```

Include in application
----------------------

[](#include-in-application)

neon configure:

```
# tracy clean
tracyClean:
#    tracyClean: true
#    disableDebug: true
#    error404: true
#    error500: true
#    error503: true
#    maintenance: true
#    roles: @identityAuthorizatorAdmin.driver::getRoles()
#    roles:
#        - guest
#        - moderator
#        - admin
#    tracyCleanDirs:
#        - temp/cache
#        - temp/sessions
#        - admin/temp/cache
#        - admin/temp/sessions
    link:
        Old clean:
            url: "clean.php"
            target: _blank
            confirm: "Opravdu promazat?"
        Admin:
            url: "admin/"
            target: _blank
#        Admin2:
#            url: "admin/"
#            target: _self
#        Admin: "admin/"
#        Pokus:
#            link: Homepage:vzor

## OR

    roles: @identityAuthorizatorAdmin.driver::getRole()
```

neon configure extension (it is possible use anonymous extension):

```
extensions:
    tracyClean: TracyClean\Bridges\Nette\Extension
#   - TracyClean\Bridges\Nette\Extension
```

presenters (in case use named extension):

```
use TracyClean\TracyClean;

class BasePresenter extends Presenter
{
    use AutowiredComponent;
    use TracyClean;
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity67

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

Total

20

Last Release

2614d ago

PHP version history (3 changes)v1.0.0PHP &gt;=5.6.0

v1.2.4PHP &gt;=7.0.0

v1.2.5PHP &gt;=7.0

### Community

Maintainers

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

---

Top Contributors

[![geniv](https://avatars.githubusercontent.com/u/563659?v=4)](https://github.com/geniv "geniv (57 commits)")

---

Tags

nettecleantracygeniv

### Embed Badge

![Health badge](/badges/geniv-nette-tracy-clean/health.svg)

```
[![Health](https://phpackages.com/badges/geniv-nette-tracy-clean/health.svg)](https://phpackages.com/packages/geniv-nette-tracy-clean)
```

###  Alternatives

[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.8k24.4M1.3k](/packages/tracy-tracy)[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)
