php-debugbar/doctrine-bridge

Doctrine bridge for PHP Debugbar

Maintainers

👁 barryvdh

Package info

github.com/php-debugbar/doctrine-bridge

Homepage

pkg:composer/php-debugbar/doctrine-bridge

Statistics

Installs: 15 126

Dependents: 3

Suggesters: 2

Stars: 0

Open Issues: 2

v3.0.0 2026-01-09 15:26 UTC

Requires

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 965cc6bd51b51a15bf423c668bc71c3fd14f7c53

doctrinedebugbardev

This package is auto-updated.

Last update: 2026-06-09 16:22:55 UTC


README

Install

This requires https://github.com/php-debugbar/php-debugbar/ to be installed first.

composer require php-debugbar/doctrine-bridge

Demo

To run the demo, clone this repository and build the demo database.

composer run install-demo

Then start the Built-In PHP webserver from the root:

composer run demo

Then visit http://localhost:8000/demo/

Testing

To test, run php vendor/bin/phpunit. To debug Browser tests, you can run PANTHER_NO_HEADLESS=1 vendor/bin/phpunit --debug. Run vendor/bin/bdi detect drivers to download the latest drivers.