PHPackages                             cheack/debugbar-doctrine - 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. [Database &amp; ORM](/categories/database)
4. /
5. cheack/debugbar-doctrine

ActiveLibrary[Database &amp; ORM](/categories/database)

cheack/debugbar-doctrine
========================

Laravel Debugbar integration for Doctrine DBAL with query logging and performance profiling support

1.3.1(3mo ago)06.1k↓72.6%1MITPHPPHP ^8.0

Since Jan 3Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/cheack/debugbar-doctrine)[ Packagist](https://packagist.org/packages/cheack/debugbar-doctrine)[ Docs](https://github.com/cheack/debugbar-doctrine)[ RSS](/packages/cheack-debugbar-doctrine/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (7)Dependencies (10)Versions (8)Used By (0)

Laravel Debugbar Query Logging for Doctrine
===========================================

[](#laravel-debugbar-query-logging-for-doctrine)

A package that provides Doctrine DBAL middleware integration with Laravel Debugbar for query logging and performance profiling.

Installation
------------

[](#installation)

Install the package via Composer:

```
composer require cheack/debugbar-doctrine
```

Usage
-----

[](#usage)

1. Register the middleware in your Doctrine configuration (`config/doctrine.php`):

```
'managers' => [
    'default' => [
        ...
        'middlewares' => [
            \Cheack\DebugbarDoctrine\Middleware\Middleware::class,
        ],
    ],
],
```

2. The middleware will automatically start logging your Doctrine queries to Laravel Debugbar.

Contributing
------------

[](#contributing)

Contributions are welcome! Please feel free to submit a Pull Request.

License
-------

[](#license)

This package is open-sourced software licensed under the MIT license.

###  Health Score

43

—

FairBetter than 89% of packages

Maintenance81

Actively maintained with recent releases

Popularity24

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 88.9% 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 ~74 days

Recently: every ~99 days

Total

7

Last Release

103d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e8118843d741b183f93452fa881b9fc593b9e73ac8eeba10f14b15f921f20728?d=identicon)[cheack](/maintainers/cheack)

---

Top Contributors

[![cheack](https://avatars.githubusercontent.com/u/668493?v=4)](https://github.com/cheack "cheack (8 commits)")[![TomHAnderson](https://avatars.githubusercontent.com/u/493920?v=4)](https://github.com/TomHAnderson "TomHAnderson (1 commits)")

---

Tags

middlewarelaravelloggingprofilerdebugbardoctrinedbal

### Embed Badge

![Health badge](/badges/cheack-debugbar-doctrine/health.svg)

```
[![Health](https://phpackages.com/badges/cheack-debugbar-doctrine/health.svg)](https://phpackages.com/packages/cheack-debugbar-doctrine)
```

###  Alternatives

[barryvdh/laravel-debugbar

PHP Debugbar integration for Laravel

19.3k133.0M759](/packages/barryvdh-laravel-debugbar)[laravel-doctrine/orm

An integration library for Laravel and Doctrine ORM

8465.5M96](/packages/laravel-doctrine-orm)[fruitcake/laravel-debugbar

PHP Debugbar integration for Laravel

19.3k2.3M65](/packages/fruitcake-laravel-debugbar)[illuminate/database

The Illuminate Database package.

2.8k54.9M11.6k](/packages/illuminate-database)[martin-georgiev/postgresql-for-doctrine

Extends Doctrine with native PostgreSQL support for arrays, JSONB, ranges, PostGIS geometries, text search, ltree, uuid, and 100+ PostgreSQL-specific functions.

4585.8M4](/packages/martin-georgiev-postgresql-for-doctrine)[yajra/laravel-oci8

Oracle DB driver for Laravel via OCI8

8793.2M25](/packages/yajra-laravel-oci8)

PHPackages © 2026

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