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

ActiveYii2-extension

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

xhprof panel for Yii2 debug module

1615.3k↓100%9[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 1mo 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 60% 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://www.gravatar.com/avatar/9a67acd28d366ff328006f3e62c314993301a3742af6dbf0da18693cda04c9c6?d=identicon)[trntv](/maintainers/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)
```

PHPackages © 2026

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