co-stack / dbal-profiler
doctrine/dbal connection decorator for profiling queries
1.0.0
2025-06-25 18:41 UTC
Requires
- php: >=8.2
- doctrine/dbal: ^4.0.0
Suggests
- symfony/stopwatch: You can add your stopwatch to the driver and it will record all queries under the name 'doctrine'
This package is not auto-updated.
Last update: 2025-06-26 14:39:03 UTC
README
This package is a subset of the symfony project and mostly copied from https://github.com/symfony/symfony/tree/7.4/src/Symfony/Bridge/Doctrine/Middleware/Debug
This package aims to provide a light and framework-agnostic way to profile DBAL queries.