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

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

adt/tracy-git
=============

Git commit info for Tracy panel

v1.2.1(4y ago)123.1k↓65.6%MITPHP

Since Oct 5Pushed 4y ago12 watchersCompare

[ Source](https://github.com/AppsDevTeam/TracyGit)[ Packagist](https://packagist.org/packages/adt/tracy-git)[ RSS](/packages/adt-tracy-git/feed)WikiDiscussions master Synced yesterday

READMEChangelog (8)Dependencies (1)Versions (13)Used By (0)

DEPRECATED
----------

[](#deprecated)

See

Tracy Git panel
===============

[](#tracy-git-panel)

Useful for displaying information about currently deployed application version.

[![Screenshot](asset/screenshot-1.png)](asset/screenshot-1.png)

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

[](#installation)

Composer:

```
composer require adt/tracy-git
```

config.neon:

```
extensions:
	tracyGit: ADT\TracyGit\DI\TracyGitExtension

tracyGit:
	provider: json
	file: %appDir%/git.json
```

Currently supported providers are:

- `json`
    - needs `file` to be specified and existing

Updating git info
-----------------

[](#updating-git-info)

### JSON provider

[](#json-provider)

run `vendor/bin/tracy-git-json app/git.json`

- use `-h` or `--help` to display usage,
- use `--with-user` to include current git user,
- use `--with-timestamp` to include current timestamp

Note: do not forget do add `app/git.json` to your `.gitignore`.

### Auto update

[](#auto-update)

Most deploy systems have list of commands to execute before actual deploy takes place.

Eg. for `dg/ftp-deployment` and JSON provider:

1. ini config

    ```
     before[] = local: vendor/bin/tracy-git-json app/git.json --with-user

    ```
2. php config

    ```
     $before[] = 'local: vendor/bin/tracy-git-json app/git.json --with-user';

    ```

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~140 days

Total

11

Last Release

1717d ago

### Community

Maintainers

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

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

---

Top Contributors

[![Danoha](https://avatars.githubusercontent.com/u/6437793?v=4)](https://github.com/Danoha "Danoha (8 commits)")[![thorewi](https://avatars.githubusercontent.com/u/605858?v=4)](https://github.com/thorewi "thorewi (3 commits)")[![Walusyak](https://avatars.githubusercontent.com/u/20837611?v=4)](https://github.com/Walusyak "Walusyak (3 commits)")[![michallohnisky](https://avatars.githubusercontent.com/u/4747059?v=4)](https://github.com/michallohnisky "michallohnisky (2 commits)")[![NoxZet](https://avatars.githubusercontent.com/u/23127344?v=4)](https://github.com/NoxZet "NoxZet (1 commits)")

---

Tags

nette-tracytracy-panel

### Embed Badge

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

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

###  Alternatives

[fjogeleit/prometheus-messenger-middleware

Prometheus Middleware for the Symfony Messenger Component

2255.2k](/packages/fjogeleit-prometheus-messenger-middleware)[spatie/craft-ray

Easily debug CraftCMS projects

1638.6k](/packages/spatie-craft-ray)

PHPackages © 2026

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