PHPackages                             milo/vendor-versions - 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. milo/vendor-versions

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

milo/vendor-versions
====================

Bar with versions list of vendor libraries for Tracy

v1.1.6(4y ago)19155.1k—5.6%4[1 PRs](https://github.com/milo/vendor-versions/pulls)4MITPHPPHP &gt;=5.4.0

Since Jan 18Pushed 4y ago4 watchersCompare

[ Source](https://github.com/milo/vendor-versions)[ Packagist](https://packagist.org/packages/milo/vendor-versions)[ RSS](/packages/milo-vendor-versions/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (1)Versions (10)Used By (4)

Vendor Versions
===============

[](#vendor-versions)

Vendor Versions is a bar panel for [Tracy](https://tracy.nette.org/) debugger. It loads `composer.json` and `composer.lock` files and shows you versions of all currently installed libraries.

[![Tracy panel screenshot](https://github.com/milo/vendor-versions/raw/master/screenshot.png)](https://github.com/milo/vendor-versions/raw/master/screenshot.png)

Installation
============

[](#installation)

Use [Composer](https://getcomposer.org) and require `milo/vendor-versions` package.

With the Nette DI Container
---------------------------

[](#with-the-nette-di-container)

Register panel in `config.neon`:

```
extensions:
    vendorVersions: Milo\VendorVersions\Bridges\Nette\DI\Extension(%debugMode%)

# Optionally set path to composer.json file
vendorVersions:
    path: 'path/to/composer.json'

# When you use panel multiple times, you may wish to adjust some visual properties
vendorVersions:
    panelTitle: 'For deployment'
    iconColor: 'green'
```

Manual panel registration
-------------------------

[](#manual-panel-registration)

```
Tracy\Debugger::getBar()->addPanel(
    new Milo\VendorVersions\Panel
);

# Optionally set path to composer.json file
Tracy\Debugger::getBar()->addPanel(
    new Milo\VendorVersions\Panel(__DIR__ . '/some/dir')
);

# When you use panel multiple times, you may wish to adjust some visual properties
Tracy\Debugger::getBar()->addPanel(
    $panel = new Milo\VendorVersions\Panel(__DIR__ . '/some/dir')
);
$panel->setPanelTitle('For deployment');
$panel->setIconColor('green');
```

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity42

Moderate usage in the ecosystem

Community23

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 58.3% 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 ~272 days

Recently: every ~350 days

Total

9

Last Release

1595d ago

### Community

Maintainers

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

---

Top Contributors

[![milo](https://avatars.githubusercontent.com/u/439140?v=4)](https://github.com/milo "milo (7 commits)")[![chapcz](https://avatars.githubusercontent.com/u/3541306?v=4)](https://github.com/chapcz "chapcz (1 commits)")[![josefsabl](https://avatars.githubusercontent.com/u/1252386?v=4)](https://github.com/josefsabl "josefsabl (1 commits)")[![keithy](https://avatars.githubusercontent.com/u/193501?v=4)](https://github.com/keithy "keithy (1 commits)")[![mabar](https://avatars.githubusercontent.com/u/20974277?v=4)](https://github.com/mabar "mabar (1 commits)")[![mpromain](https://avatars.githubusercontent.com/u/6650852?v=4)](https://github.com/mpromain "mpromain (1 commits)")

---

Tags

composerbarvendortracycomposer.lock

### Embed Badge

![Health badge](/badges/milo-vendor-versions/health.svg)

```
[![Health](https://phpackages.com/badges/milo-vendor-versions/health.svg)](https://phpackages.com/packages/milo-vendor-versions)
```

###  Alternatives

[recca0120/laravel-tracy

A Laravel Package to integrate Nette Tracy Debugger

388283.0k3](/packages/recca0120-laravel-tracy)[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)
