Libraries tagged by query log
therencemanzo/slowquerylogger
5 Downloads
This librabry will logged all slow queries based on the threshold
thamibn/laravel-periscope
26 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.
initorm/database
105 Downloads
Database manager that composes initorm/dbal and initorm/query-builder into a fluent CRUD + transaction + query-log API with an optional static facade.
filisko/tracy-redbean
21 Downloads
RedBeanPHP queries logger panel for Tracy
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.
axel-dzhurko/load-analyser
909 Downloads
PHP performance tool analyser your script on time, memory usage and db query. Support Laravel and Composer for web, web console and command line interfaces.
allstak/sdk-symfony
3 Downloads
Official AllStak Symfony bundle — drop-in, fully automatic observability for Symfony 6.4 and 7.x. One install plus an API key auto-captures errors, inbound and outbound HTTP, DB queries, logs, traces and spans, breadcrumbs, console commands, and messenger messages. Every integration is on by default and individually toggleable.
sofronz/elysia
3 Downloads
A powerful, customizable query string filter package for Laravel that lets you filter, sort, and search models using query parameters — without writing repetitive query logic.
eril/db-model-entity
0 Downloads
A lightweight, fluent, and efficient database toolkit separating query logic from data mutations.
iconscout/laravel-tracker-elasticsearch
358 Downloads
A Laravel Visitor Tracker. Allows storage of the trackers in elasticsearch.
baklysystems/app-watch-laravel-client
0 Downloads
Self-hosted Laravel monitoring — client package for automatic telemetry collection (exceptions, logs, queries, queues, schedules, HTTP requests, metrics, MySQL health)
mamun724682/laravel-db-governor
1 Downloads
Safe production database access for Laravel with query approvals, audit logs, and rollback.
cloud-castle/grafana-loki
2 Downloads
Полный клиент Grafana Loki для PHP 8.1+: push с батчингом, gzip, повторами и резервным каналом; Query API с LogQL и живым tail; PSR-3 логгер и мосты Monolog/cloud-castle; маскирование секретов и in-memory Loki для тестов.
allanzico/laravel-helios
21 Downloads
A lightweight, self-hosted monitoring tool for Laravel applications with real-time tracking of logs, jobs, queries, and performance.
padosoft/laravel-querymonitor
677 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.