Libraries tagged by sql logger
lukeme/laravel-adminer
5 Downloads
Adminer database management tool for your Laravel application. modify by luke
thamibn/laravel-periscope
16 Downloads
Laravel adapter for php-periscope — wires Telescope-tier observability events into the periscope C extension's trace. Time-travel debugging, SQL/log/cache/job inspection, and an AI-native MCP server in one package.
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.
oopartners/duplicate-queries
4374 Downloads
A zend toolbar plugin to log SQL duplicate queries
ypio/php-microsoft-graph-file-converter
285 Downloads
A PHP library that allow you to easly use the Microsft Graph API to convert some file formats in some others file format like docx to pdf.
tyea/redlog
382 Downloads
A Laravel package for writing log messages to a MySQL, PostgreSQL, SQLite, or SQL Server database
rzani/yii2-sqlogger
11 Downloads
Another logger extension
programming_cat/laravel-querylog
81 Downloads
output query log with 'querylog' channel
mamun724682/laravel-db-governor
1 Downloads
Safe production database access for Laravel with query approvals, audit logs, and rollback.
felo-z/laravel-helper
9 Downloads
Laravel helper
davajlama/antlog
50 Downloads
SQL logger helper
cobaia/monologdoctrine
4447 Downloads
Monolog meets Doctrine as SQL Logger
hexmakina/tracer
147 Downloads
SQL query logger
askerakbar/lens
8 Downloads
A sleek, developer-friendly SQL query logger for Laminas MVC applications.
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.