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

ActiveBitrix-module[Debugging &amp; Profiling](/categories/debugging)

alex19pov31/bx.xhprof
=====================

Xhprof for bitrix

1.0.0(1y ago)0251MITPHP

Since Feb 6Pushed 1y ago1 watchersCompare

[ Source](https://github.com/alex19pov31/bx.xhprof)[ Packagist](https://packagist.org/packages/alex19pov31/bx.xhprof)[ RSS](/packages/alex19pov31-bxxhprof/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (2)Used By (1)

XHprof for bitrix
=================

[](#xhprof-for-bitrix)

Установка:

```
composer require alex19pov31/bx.xhprof
```

Примеры использования:

```
use Bx\XHProf\XHProfManager;

XHProfManager::instance()->start();             // запускаем профайлер
//some code ....
XHProfManager::instance()->end('custom_label'); //  останавливаем профайлер и записываем данные
```

Описание условий для включения профайлера:

```
use Bx\XHProf\BaseChecker;
use Bx\XHProf\DefaultChecker;
use Bx\XHProf\XHProfManager;

class CustomChecker extends BaseChecker
{
    protected function check(): bool
    {
        if ([some_logic...]) {
            return true;
        }

        return false;
    }
}

XHProfManager::instance()->setStrategy(
    new CustomChecker(new DefaultChecker())
);
```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance40

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 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

513d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/786683?v=4)[Alexader Nesterov](/maintainers/alex19pov31)[@alex19pov31](https://github.com/alex19pov31)

---

Top Contributors

[![alex19pov31](https://avatars.githubusercontent.com/u/786683?v=4)](https://github.com/alex19pov31 "alex19pov31 (14 commits)")

### Embed Badge

![Health badge](/badges/alex19pov31-bxxhprof/health.svg)

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

###  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)
