php-debugbar / doctrine-bridge
Doctrine bridge for PHP Debugbar
v2.0.0-beta1
2025-07-22 14:04 UTC
Requires
- php: ^8
- doctrine/dbal: ^3.6|^4
- doctrine/orm: ^2.10|^3.0
- php-debugbar/php-debugbar: ^2.0
Requires (Dev)
- dbrekelmans/bdi: ^1
- phpunit/phpunit: ^8|^9
- symfony/panther: ^1|^2.1
This package is auto-updated.
Last update: 2025-09-23 08:59:40 UTC
README
Install
This requires https://github.com/php-debugbar/php-debugbar/ to be installed first.
composer require php-debugbar/doctrine-bridge:"^2@beta"
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.