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

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

webinertia/bjy-profiler
=======================

Database profiler for Laminas\\Db. Module forked from rafalli/BjyProfiler

0.0.11(2y ago)013.4k↓33.3%1[1 issues](https://github.com/webinertia/bjy-profiler/issues)MITPHPPHP ^8.0 | ^8.1 | ^8.2

Since Jul 2Pushed 2y agoCompare

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

READMEChangelog (10)Dependencies (1)Versions (5)Used By (0)

Important
=========

[](#important)

You must be running php &gt;= 8.0 to use this package. So far the only changes have been updating the package so that it installs for php 8.1 and updating return types and syntax for 8.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

========================

```
composer require --dev webinertia/bjy-profiler
```

Configuration &amp; 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

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~74 days

Total

4

Last Release

829d ago

Major Versions

0.0.11 → 1.0.x-dev2024-02-09

### Community

Maintainers

![](https://www.gravatar.com/avatar/4d6eed33e61a99f1147789696252f4523130b5035a19eb07e034a7407fd44548?d=identicon)[tyrsson](/maintainers/tyrsson)

---

Top Contributors

[![bjyoungblood](https://avatars.githubusercontent.com/u/230542?v=4)](https://github.com/bjyoungblood "bjyoungblood (39 commits)")[![tyrsson](https://avatars.githubusercontent.com/u/1237487?v=4)](https://github.com/tyrsson "tyrsson (15 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)")[![bnkr](https://avatars.githubusercontent.com/u/497023?v=4)](https://github.com/bnkr "bnkr (3 commits)")[![e-belair](https://avatars.githubusercontent.com/u/596562?v=4)](https://github.com/e-belair "e-belair (3 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)")[![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)")[![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)")[![diemuzi](https://avatars.githubusercontent.com/u/1476204?v=4)](https://github.com/diemuzi "diemuzi (1 commits)")[![dorbal](https://avatars.githubusercontent.com/u/1236419?v=4)](https://github.com/dorbal "dorbal (1 commits)")

---

Tags

laminasprofilerdbwebinertia

### Embed Badge

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

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

###  Alternatives

[barryvdh/laravel-debugbar

PHP Debugbar integration for Laravel

19.1k124.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)[recca0120/laravel-tracy

A Laravel Package to integrate Nette Tracy Debugger

388283.0k3](/packages/recca0120-laravel-tracy)

PHPackages © 2026

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