maraful / query-summary
Query summary in Laravel Debugbar
Installs: 36 215
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:package
Requires
Requires (Dev)
- phpunit/phpunit: ^8.5
- squizlabs/php_codesniffer: ^3.5
This package is auto-updated.
Last update: 2025-06-07 12:02:20 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.