Download the PHP package rezakia/slow-query-logger without Composer
On this page you can find all versions of the php package rezakia/slow-query-logger. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rezakia/slow-query-logger
More information about rezakia/slow-query-logger
Files in rezakia/slow-query-logger
Download rezakia/slow-query-logger
More information about rezakia/slow-query-logger
Files in rezakia/slow-query-logger
Vendor rezakia
Package slow-query-logger
Short Description A Laravel package to log slow database queries.
License MIT
Package slow-query-logger
Short Description A Laravel package to log slow database queries.
License MIT
Please rate this library. Is it a good library?
Informations about the package slow-query-logger
Laravel Slow Query Logger
A Laravel package to log slow SQL queries for performance analysis and debugging.
๐ฆ Installation
You can install the package via Composer:
โ๏ธ Configuration
You can publish the config file with:
This is the content of the published config file:
๐งช Testing
Run tests using:
Or if using Testbench:
๐ Usage
Once installed, the package automatically logs slow queries. You can view them in the log file specified in your config.
Each log entry contains:
User ID (or guest)
Request method and URL
Route name
SQL query and bindings
Execution time
โ Example Log
๐ License
MIT ยฉ Reza Kiamanesh
rezakiamanesh
reza kia
All versions of slow-query-logger with dependencies
PHP Build Version
Package Version
The package rezakia/slow-query-logger contains the following files
Loading the files please wait ....