PHPackages                             tonybogdanov/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. tonybogdanov/xhprof

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

tonybogdanov/xhprof
===================

v1.0(6y ago)195MITPHP

Since Nov 30Pushed 6y ago1 watchersCompare

[ Source](https://github.com/TonyBogdanov/xhprof)[ Packagist](https://packagist.org/packages/tonybogdanov/xhprof)[ RSS](/packages/tonybogdanov-xhprof/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

```
cd ~/
mkdir xhprof
cd xhprof
git clone https://github.com/tideways/php-xhprof-extension.git .
phpize
./configure
make
sudo make install
```

```
echo "extension=tideways_xhprof.so" >> php.ini
service apache2 restart
```

```
composer require --dev tonybogdanov/xhprof
```

```
\Profiler\Profiler::registerPublicPath( 'public/xhprof', 'http://localhost/xhprof' );
\Profiler\Profiler::start();

// Code being profiled.

\Profiler\Profiler::stop();
exit;
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

2355d ago

### Community

Maintainers

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

---

Top Contributors

[![TonyBogdanov](https://avatars.githubusercontent.com/u/3586948?v=4)](https://github.com/TonyBogdanov "TonyBogdanov (1 commits)")

### Embed Badge

![Health badge](/badges/tonybogdanov-xhprof/health.svg)

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

###  Alternatives

[symfony/stopwatch

Provides a way to profile code

2.8k387.2M918](/packages/symfony-stopwatch)[spatie/ignition

A beautiful error page for PHP applications.

510147.6M69](/packages/spatie-ignition)[soloterm/dumps

A Laravel command to intercept dumps from your Laravel application.

125285.7k3](/packages/soloterm-dumps)[steevanb/php-backtrace

Nice debug\_backtrace() dump, with call and code preview

22142.6k5](/packages/steevanb-php-backtrace)[milo/vendor-versions

Bar with versions list of vendor libraries for Tracy

19155.1k5](/packages/milo-vendor-versions)[larawatcher/larawatcher

Larawatcher: Laravel Database Query Profiler

10487.6k](/packages/larawatcher-larawatcher)

PHPackages © 2026

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