PHPackages                             adt/tracy-system-info - 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. adt/tracy-system-info

ActiveLibrary

adt/tracy-system-info
=====================

Ability to extend system info in Tracy for Nette Framework

v3.0(1y ago)030.7k↓40%MITPHP

Since Jan 27Pushed 1y ago12 watchersCompare

[ Source](https://github.com/AppsDevTeam/tracy-system-info)[ Packagist](https://packagist.org/packages/adt/tracy-system-info)[ RSS](/packages/adt-tracy-system-info/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (3)Versions (12)Used By (0)

Tracy System info
=================

[](#tracy-system-info)

Extends information in "System info" in Tracy panel.

composer:

```
composer require adt/tracy-system-info
```

neon:

```
extensions:
	tracySystemInfo: ADT\TracySystemInfo\DI\TracySystemInfoExtension

tracySystemInfo:
	storageFile: %wwwDir%/../tracy-system-info.neon
```

deploy.php:

```
host('master.1')
	->set('instance', 1);

host('master.2')
	->set('instance', 2);

...

run("sudo de php www/index.php tracy-system-info:add Instance {{instance}}");
run("sudo de php www/index.php tracy-system-info:add MyKey MyValue");

run("sudo de php www/index.php tracy-system-info:add Commit $(git log --format=\"%H\" -n 1)");
run("sudo de php www/index.php tracy-system-info:add Branch $(git rev-parse --abbrev-ref HEAD)");
run("sudo de php www/index.php tracy-system-info:add Tag $(git describe --tags --always)");
run("sudo de php www/index.php tracy-system-info:add Message \"$(git log -1 --pretty=%B)\"");
run("sudo de php www/index.php tracy-system-info:add --timestamp");
```

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 61.5% 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 ~84 days

Recently: every ~90 days

Total

11

Last Release

727d ago

Major Versions

v1.1.2 → v2.02022-04-21

v2.2.1 → v3.02024-05-21

### Community

Maintainers

![](https://www.gravatar.com/avatar/5575ff5b286a1982356d8ed7d8fc9f44385b44ef1108f34ac8c71b106d0c69ec?d=identicon)[michallohnisky](/maintainers/michallohnisky)

---

Top Contributors

[![thorewi](https://avatars.githubusercontent.com/u/605858?v=4)](https://github.com/thorewi "thorewi (16 commits)")[![michallohnisky](https://avatars.githubusercontent.com/u/4747059?v=4)](https://github.com/michallohnisky "michallohnisky (10 commits)")

---

Tags

nettetracyADTsystem info

### Embed Badge

![Health badge](/badges/adt-tracy-system-info/health.svg)

```
[![Health](https://phpackages.com/badges/adt-tracy-system-info/health.svg)](https://phpackages.com/packages/adt-tracy-system-info)
```

###  Alternatives

[recca0120/laravel-tracy

A Laravel Package to integrate Nette Tracy Debugger

388283.0k3](/packages/recca0120-laravel-tracy)[kdyby/console

Symfony Console integration for Kdyby components

601.8M73](/packages/kdyby-console)[contributte/tracy

Nette Tracy extensions for easy-developing

131.5M5](/packages/contributte-tracy)[kdyby/html-validator-panel

Nette DebugBar panel for validating the output HTML.

1034.6k3](/packages/kdyby-html-validator-panel)[orisai/tracy-pets

Tracy got an angry pet to remind you of your failures

1024.0k3](/packages/orisai-tracy-pets)

PHPackages © 2026

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