Libraries tagged by database query log
bytetcore/lalog
4 Downloads
A robust Laravel SQL Query Logger that logs all database queries to files with rotation, performance metrics, and cross-database compatibility.
mamun724682/laravel-db-governor
1 Downloads
Safe production database access for Laravel with query approvals, audit logs, and rollback.
padosoft/laravel-querymonitor
676 Downloads
Laravel QueryMonitor is a package for Laravel that allows you to monitor and log:Slow SQL Queries: Monitors the actual execution time of SQL queries on the database.Slow Eloquent Methods: Monitors the total time taken by Eloquent methods, including PHP processing.
juniora/laravel-querymonitor
938 Downloads
Laravel QueryMonitor is a package for Laravel that allows you to monitor and log:Slow SQL Queries: Monitors the actual execution time of SQL queries on the database.Slow Eloquent Methods: Monitors the total time taken by Eloquent methods, including PHP processing.
buddhika/laralog
5 Downloads
A Classic Laravel Database Query Logger
ashpie/identity_db
10 Downloads
Updates user's identities on login based on a database query. Some update rules are configurable.
arisuongaku/identity_db
29 Downloads
Updates user's identities on login based on a database query. Some update rules are configurable.
snype/nplusone
13 Downloads
This package helps you detect and log N+1 queries in a Laravel application to help optimize database performance. By listening to all database queries executed during the request lifecycle, the package identifies queries that may lead to N+1 query problems, which can severely impact the performance of your application.
pkeidel/laralog
55 Downloads
Logs a lot of informations like events, database queries, cache access, memory usage and a lot more
geisi/laravel-db-session-helper
9 Downloads
This package is build on top of the Laravel session database driver. With it you are able to query users by their login state.
dd4you/lgs
598 Downloads
Store general settings like website name, logo url, contacts in the database easily. Everything is cached, so no extra query is done