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(1mo ago)04.7k↓49.3%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 1mo ago

READMEChangelog (5)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

44

—

FairBetter than 92% of packages

Maintenance83

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

Recently: every ~99 days

Total

7

Last Release

56d 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 (5 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

[laravel-doctrine/orm

An integration library for Laravel and Doctrine ORM

8425.3M87](/packages/laravel-doctrine-orm)[larapack/doctrine-support

Better Doctrine Support with Laravel (Support for `enum`)

1752.3M55](/packages/larapack-doctrine-support)[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.

4485.3M4](/packages/martin-georgiev-postgresql-for-doctrine)[marktopper/doctrine-dbal-timestamp-type

Add the timestamp type for Doctrine/DBAL

49808.2k1](/packages/marktopper-doctrine-dbal-timestamp-type)[flow-php/doctrine-dbal-bulk

Bulk inserts and updates for Doctrine DBAL

14295.2k1](/packages/flow-php-doctrine-dbal-bulk)[williarin/wordpress-interop

Interoperability library to work with WordPress database in third party apps

6610.9k2](/packages/williarin-wordpress-interop)

PHPackages © 2026

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