php-debugbar/doctrine-bridge
Doctrine Bridge for PHP Debug Bar adds collectors to profile Doctrine ORM/DBAL activity in the PHP Debug Bar. Install via Composer, run the included demo with a local DB, and execute PHPUnit/Panther tests for verification.
Architecture fit: The package is a critical dependency for Laravel's official barryvdh/laravel-debugbar package, providing Doctrine ORM/DBAL integration. It is not redundant but a core component for Laravel projects using DebugBar with Doctrine. Recent maintenance by @barryvdh (maintainer of the main DebugBar package) confirms its relevance and active support within the Laravel ecosystem.
Integration feasibility: High for Laravel environments as it is automatically handled when installing barryvdh/laravel-debugbar. For non-Laravel projects, integration requires explicit setup but is simplified by clear documentation and Symfony/DebugBar compatibility.
Technical risk: Low. The v3.0.0 update resolves PHP 8.5 compatibility and DebugBar v3 alignment, with dependency management via Composer. Minimal risk from Symfony version constraints if properly versioned.
Key questions: How does this package interact with Laravel's service container for Doctrine integration? Are there specific configuration steps beyond installing the main DebugBar package? How does it handle Doctrine version compatibility (e.g., Doctrine 2.10+)?
Stack fit: Excellent fit for Laravel stacks using DebugBar and Doctrine. Designed as a bridge, it integrates seamlessly with Laravel's service providers and follows PSR standards for dependency injection.
Migration path: Existing Laravel projects using barryvdh/laravel-debugbar automatically include this package. Upgrading to v3.0.0 requires only composer update with no breaking changes. Non-Laravel projects must explicitly require the
How can I help you explore Laravel packages today?