PHPackages                             andrey-mokhov/bjy-profiler - 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. andrey-mokhov/bjy-profiler

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

andrey-mokhov/bjy-profiler
==========================

Database profiler for Zend\\Db (also plugin for ZendDeveloperTools). Module forked from bjyoungblood/bjy-profiler

1.3.0(9y ago)442.8k5MITPHPPHP ^5.5 || ^7.0

Since Jul 25Pushed 9y ago2 watchersCompare

[ Source](https://github.com/andrey-mokhov/bjy-profiler)[ Packagist](https://packagist.org/packages/andrey-mokhov/bjy-profiler)[ Docs](https://github.com/andrey-mokhov/BjyProfiler)[ RSS](/packages/andrey-mokhov-bjy-profiler/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (3)Dependencies (6)Versions (8)Used By (0)

BjyProfiler
===========

[](#bjyprofiler)

Master: [![Build Status](https://camo.githubusercontent.com/6e93d23e2b6f74359d141b216eeeb91cbd781f319daed78597cfcf9b613daebe/68747470733a2f2f7472617669732d63692e6f72672f616e647265792d6d6f6b686f762f626a792d70726f66696c65722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/andrey-mokhov/bjy-profiler)[![Coverage Status](https://camo.githubusercontent.com/5d2c86f0bd3b0744088d820f535683ca6656f458db4ec283efe0f0fb35f30634/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f616e647265792d6d6f6b686f762f626a792d70726f66696c65722f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/andrey-mokhov/bjy-profiler)

Provides Zend\\Db adapters with extensions for database query profiling, as well as a profiler similar to ZF1's Zend\_Db\_Profiler. I ported much of this code from ZF1's Zend\_Db.

Note: this module now works with Zend\\Db's built-in profiler.

**Note**: PHP &gt;= 5.5 is required for stack traces with query profiles.

Composer/Packagist Users
========================

[](#composerpackagist-users)

```
composer require --dev andrey-mokhov/bjy-profiler
```

Configuration &amp; Usage
-------------------------

[](#configuration--usage)

Add `BjyProfiler` to your `development.config.php` in section `modules`, example:

```
return [
    // Additional modules to include when in development mode
    'modules' => [
        'ZendDeveloperTools',
        'BjyProfiler',
    ],
    // Configuration overrides during development mode
    'module_listener_options' => [
        'config_glob_paths' => [realpath(__DIR__) . '/autoload/{,*.}{global,local}-development.php'],
        'config_cache_enabled' => false,
        'module_map_cache_enabled' => false,
    ],
];
```

```
$profiler = $sl->get('Zend\Db\Adapter\Adapter')->getProfiler();
$queryProfiles = $profiler->getQueryProfiles();
```

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community21

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 51.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 ~339 days

Total

5

Last Release

3323d ago

PHP version history (3 changes)v1.0.0PHP &gt;=5.3

1.2.0PHP &gt;=5.5

1.3.0PHP ^5.5 || ^7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/de2c856cdc8df5a82aeacfa5ad2a49abfdde8e9b46ee4aae0a966224194c12a7?d=identicon)[andrey-mokhov](/maintainers/andrey-mokhov)

---

Top Contributors

[![bjyoungblood](https://avatars.githubusercontent.com/u/230542?v=4)](https://github.com/bjyoungblood "bjyoungblood (39 commits)")[![andrey-mokhov](https://avatars.githubusercontent.com/u/2811694?v=4)](https://github.com/andrey-mokhov "andrey-mokhov (7 commits)")[![internalsystemerror](https://avatars.githubusercontent.com/u/1626298?v=4)](https://github.com/internalsystemerror "internalsystemerror (6 commits)")[![inditel](https://avatars.githubusercontent.com/u/1333005?v=4)](https://github.com/inditel "inditel (3 commits)")[![DroidArena](https://avatars.githubusercontent.com/u/306248?v=4)](https://github.com/DroidArena "DroidArena (3 commits)")[![bnkr](https://avatars.githubusercontent.com/u/497023?v=4)](https://github.com/bnkr "bnkr (3 commits)")[![vgarvardt](https://avatars.githubusercontent.com/u/173697?v=4)](https://github.com/vgarvardt "vgarvardt (2 commits)")[![ashawley](https://avatars.githubusercontent.com/u/358615?v=4)](https://github.com/ashawley "ashawley (2 commits)")[![coss](https://avatars.githubusercontent.com/u/723596?v=4)](https://github.com/coss "coss (2 commits)")[![rcapile](https://avatars.githubusercontent.com/u/189857?v=4)](https://github.com/rcapile "rcapile (2 commits)")[![diemuzi](https://avatars.githubusercontent.com/u/1476204?v=4)](https://github.com/diemuzi "diemuzi (1 commits)")[![manuakasam](https://avatars.githubusercontent.com/u/1087280?v=4)](https://github.com/manuakasam "manuakasam (1 commits)")[![mouhamed](https://avatars.githubusercontent.com/u/3195102?v=4)](https://github.com/mouhamed "mouhamed (1 commits)")[![AlloVince](https://avatars.githubusercontent.com/u/176019?v=4)](https://github.com/AlloVince "AlloVince (1 commits)")[![S3RK](https://avatars.githubusercontent.com/u/1466284?v=4)](https://github.com/S3RK "S3RK (1 commits)")[![sebastien-gallet](https://avatars.githubusercontent.com/u/968164?v=4)](https://github.com/sebastien-gallet "sebastien-gallet (1 commits)")[![dorbal](https://avatars.githubusercontent.com/u/1236419?v=4)](https://github.com/dorbal "dorbal (1 commits)")

---

Tags

profilerdbzf3zdt

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/andrey-mokhov-bjy-profiler/health.svg)

```
[![Health](https://phpackages.com/badges/andrey-mokhov-bjy-profiler/health.svg)](https://phpackages.com/packages/andrey-mokhov-bjy-profiler)
```

###  Alternatives

[barryvdh/laravel-debugbar

PHP Debugbar integration for Laravel

19.2k124.3M624](/packages/barryvdh-laravel-debugbar)[php-debugbar/php-debugbar

Debug bar in the browser for php application

4.4k21.3M40](/packages/php-debugbar-php-debugbar)[fruitcake/laravel-debugbar

PHP Debugbar integration for Laravel

19.1k662.9k29](/packages/fruitcake-laravel-debugbar)[tracy/tracy

😎 Tracy: the addictive tool to ease debugging PHP code for cool developers. Friendly design, logging, profiler, advanced features like debugging AJAX calls or CLI support. You will love it.

1.8k24.4M1.3k](/packages/tracy-tracy)[fruitcake/laravel-telescope-toolbar

Toolbar for Laravel Telescope based on Symfony Web Profiler

8041.6M3](/packages/fruitcake-laravel-telescope-toolbar)[laracraft-tech/laravel-xhprof

Easy XHProf setup to profile your laravel application!

235321.4k](/packages/laracraft-tech-laravel-xhprof)

PHPackages © 2026

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