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

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

rafalli/bjy-profiler
====================

Database profiler for Laminas\\Db. Module forked from andrey-mokhov/bjy-profiler

1.3.1(6y ago)113.8k3MITPHPPHP ^5.5 || ^7.0

Since Jul 25Pushed 6y agoCompare

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

READMEChangelog (1)Dependencies (6)Versions (9)Used By (0)

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

[](#bjyprofiler)

Provides Laminas\\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 Laminas\\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 rafalli/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' => [
        'Laminas\\DeveloperTools',
        '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('Laminas\Db\Adapter\Adapter')->getProfiler();
$queryProfiles = $profiler->getQueryProfiles();
```

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 50.6% 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 ~481 days

Recently: every ~544 days

Total

6

Last Release

2308d 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://avatars.githubusercontent.com/u/6507412?v=4)[rafalli](/maintainers/rafalli)[@rafalli](https://github.com/rafalli)

---

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)")[![rafalli](https://avatars.githubusercontent.com/u/6507412?v=4)](https://github.com/rafalli "rafalli (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

laminasprofilerdb

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[barryvdh/laravel-debugbar

PHP Debugbar integration for Laravel

19.2k130.0M719](/packages/barryvdh-laravel-debugbar)[php-debugbar/php-debugbar

Debug bar in the browser for php application

4.4k26.7M61](/packages/php-debugbar-php-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.8k25.1M1.4k](/packages/tracy-tracy)[magento/community-edition

Magento 2 (Open Source)

12.1k53.0k12](/packages/magento-community-edition)[wheelpros/fitment-platform-api

Magento 2 (Open Source)

12.1k1.2k](/packages/wheelpros-fitment-platform-api)[laminas/laminas-developer-tools

Module for developer and debug tools for use with laminas-mvc applications.

252.1M36](/packages/laminas-laminas-developer-tools)

PHPackages © 2026

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