Libraries tagged by query analyser
ismailelbery/api-performance-analyzer
0 Downloads
Production-safe API performance profiler for Laravel — slow endpoints, query/N+1 analysis, health scores, alerts and PDF digests.
gladehq/laravel-query-lens
19 Downloads
A Laravel package for analyzing and optimizing database queries with performance insights
codevia/request-analyzer
14 Downloads
This is a PSR-7 request analyzer to easily find usefull data such as pagination query params
aghar/symfony-perf-analyzer
10 Downloads
Symfony Performance Analyzer is a smart CLI tool that automatically scans your codebase to instantly detect performance bottlenecks like N+1 queries and risky debug configurations. By providing a clear performance score and actionable insights, it helps developers ship faster, production-ready applications with absolute confidence.
atmos/laravel-db-sentinel
1 Downloads
Smart database query monitoring and optimization tool for Laravel 7+.
ameheina/querylyser
13 Downloads
Analyse laravel queries
phpmyadmin/sql-parser
52542034 Downloads
A validating SQL lexer and parser with a focus on MySQL dialect.
martinkup/symfony-profiler-optimization-advisor-bundle
1135 Downloads
Symfony Profiler bundle that analyzes per-request signals and produces scored, actionable optimization opportunities with ready-made AI agent prompts.
udan11/sql-parser
6495 Downloads
A validating SQL lexer and parser with a focus on MySQL dialect.
tommyknocker/pdo-database-class
6137 Downloads
Framework-agnostic PHP database library with unified API for MySQL, MariaDB, PostgreSQL, SQLite, MSSQL, and Oracle. Query Builder, caching, sharding, window functions, CTEs, JSON, migrations, ActiveRecord, CLI tools, AI-powered analysis. Zero external dependencies.
mateffy/laraperf
2087 Downloads
Performance analysis toolkit for AI coding agents — SQL query profiling, N+1 detection, EXPLAIN ANALYZE, via Artisan commands outputting structured JSON.
stefanfroemken/mysqlreport
18272 Downloads
MySQL Report - Analyze and profile your TYPO3 database queries
socialblue/laravel-query-adviser
3833 Downloads
With Laravel Query Adviser you can get more insights into the SQL queries created by Eloquent models used in your app. It logs the queries used by your application and provides a helpful overview of the SQL queries. You can rerun the SQL query to analyze the database impact or copy the SQL query to your clipboard. The handy card view allows you to quickly point out the pain points of your application's SQL queries.
mortenscheel/laravel-query-recorder
12619 Downloads
A package to record and analyze database queries in Laravel applications.
benjdiasaad/laravel-db-monitor
570 Downloads
Real-time database health monitoring for Laravel applications. Detects slow queries, N+1 issues, missing indexes, and suggests performance optimizations.