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

ActiveLibrary

portospire/bjy-profiler
=======================

Database profiler for Laminas\\Db (also plugin for LaminasDeveloperTools). Module forked from andrey-mokhov/bjy-profiler

1.3.4(3y ago)114.8k↓100%MITPHPPHP ^7.0 || ^8.0

Since Jul 25Pushed 3y agoCompare

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

READMEChangelog (6)Dependencies (6)Versions (19)Used By (0)

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

[](#bjyprofiler)

Version 1.3.4

Provides Laminas\\Db adapters with extensions for database query profiling, as well as a profiler similar to ZF1's Zend\_Db\_Profiler. BJYoungblood 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 portospire/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' => [
        '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

37

—

LowBetter than 83% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity77

Established project with proven stability

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

Recently: every ~222 days

Total

12

Last Release

1408d ago

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

1.2.0PHP &gt;=5.5

1.3.0PHP ^5.5 || ^7.0

1.3.1.3PHP ^7.0

1.3.2PHP ^7.0 || ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/1135a74687b9fd33d2435085b2e412b9645bfb1385994fc0a482c9e70c79278d?d=identicon)[portospire](/maintainers/portospire)

---

Top Contributors

[![bjyoungblood](https://avatars.githubusercontent.com/u/230542?v=4)](https://github.com/bjyoungblood "bjyoungblood (39 commits)")[![criterion9](https://avatars.githubusercontent.com/u/23464351?v=4)](https://github.com/criterion9 "criterion9 (24 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

laminasprofilerdbzf3zdt

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[samsonasik/error-hero-module

A Hero for your Laminas and Mezzio application to trap php errors &amp; exceptions

5233.4k1](/packages/samsonasik-error-hero-module)[facile-it/sentry-module

This module allows integration of Sentry Client into laminas and mezzio

19372.5k](/packages/facile-it-sentry-module)[kokspflanze/zfc-twig

Laminas/Zend Framework Module that provides a Twig rendering strategy and extensions to render actions or trigger events from your templates

15299.3k4](/packages/kokspflanze-zfc-twig)[lm-commons/lmc-user

A generic user registration and authentication module for Laminas. Supports Laminas\\Db and Doctrine2.

1880.7k5](/packages/lm-commons-lmc-user)[php-db/phpdb

Database abstraction layer, SQL abstraction, result set abstraction, and RowDataGateway and TableDataGateway implementations

1815.0k6](/packages/php-db-phpdb)

PHPackages © 2026

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