maraful / query-summary
Query summary in Laravel Debugbar
v0.5.1
2020-02-06 20:34 UTC
Requires
Requires (Dev)
- phpunit/phpunit: ^8.5
- squizlabs/php_codesniffer: ^3.5
This package is auto-updated.
Last update: 2026-03-07 13:49:21 UTC
README
Provides a query summary in laravel-debugbar. For situations where you have many queries being made, and you need the raw queries summarised into a list of unique queries, the number of times they ran, and the total query time. Eg:
Installation
Install the package with composer. It is recommended to only require the package in development.
composer require maraful/query-summary --dev
A Service Provider is used to automatically add the Query Summary "collector", and you'll see the results in Laravel Debugbar.
