Skip to content

php-debugbar/doctrine-bridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Doctrine Bridge for PHP Debug Bar

Install

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

composer require php-debugbar/doctrine-bridge:"^1@dev"

Demo

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

cd demo && ./build.sh

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

php -S localhost:8000

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.

About

Doctrine bridge for PHP Debugbar

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages