PHPackages                             trntv/yii2-debug-xhprof - 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. trntv/yii2-debug-xhprof

ActiveYii2-extension[Debugging &amp; Profiling](/categories/debugging)

trntv/yii2-debug-xhprof
=======================

xhprof panel for Yii2 debug module

1615.4k9[2 issues](https://github.com/trntv/yii2-debug-xhprof/issues)[1 PRs](https://github.com/trntv/yii2-debug-xhprof/pulls)1PHP

Since Oct 16Pushed 10y ago4 watchersCompare

[ Source](https://github.com/trntv/yii2-debug-xhprof)[ Packagist](https://packagist.org/packages/trntv/yii2-debug-xhprof)[ RSS](/packages/trntv-yii2-debug-xhprof/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (1)

Yii2 debug xhprof panel
=======================

[](#yii2-debug-xhprof-panel)

xhprof panel for Yii2 debug module

IMPORTANT
---------

[](#important)

This is an early prototype, it is working, but pretty ugly. Contribute to it, to make it more pretty and awesome.

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist trntv/yii2-debug-xhprof "*"

```

or add

```
"trntv/yii2-debug-xhprof": "*"

```

to the require section of your `composer.json` file.

add panel to your debug module configuration

```
'modules'=>[
    ...
    'debug'=>[
        ...
        'panels'=>[
            ...
            'xhprof'=>[
                'class'=>'\trntv\debug\xhprof\panels\XhprofPanel'
            ]
        ]
    ]
    ...
]

```

Usage
-----

[](#usage)

soon ;)

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity34

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1162056?v=4)[Yevhen Terentiev](/maintainers/trntv)[@trntv](https://github.com/trntv)

### Embed Badge

![Health badge](/badges/trntv-yii2-debug-xhprof/health.svg)

```
[![Health](https://phpackages.com/badges/trntv-yii2-debug-xhprof/health.svg)](https://phpackages.com/packages/trntv-yii2-debug-xhprof)
```

###  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.4k](/packages/spatie-craft-ray)

PHPackages © 2026

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