laravel-http-query-polyfill
Backward-compatible polyfill for Laravel's Http::query() method (RFC 10008) on Laravel < 13.19
elastickit-laravel
by ykan
Laravel integration for ElasticKit: client bootstrapping and native pagination.
laravel-query-engine
by victormgomes
Automatically generates dynamic API parameters, strict validation, and optimized queries based on Eloquent Models.
laravel-request-query-cache
by langsys
Request caching toolkit for Laravel: per-request Eloquent query deduplication (firstCached/getCached) plus idempotent HTTP responses via the idempotent middleware.
laravel-query-lens
by youngmayor
A premium database query and performance developer dashboard for Laravel API endpoints.
utilitarian-laravel-toolkit
Laravel implementation of Utilitarian Architecture: CQRS operations (Query, Command, Action), State Machine, and Data mapping utilities
laravel-n1-detector
Production-safe N+1 query detector for Laravel with sampling, fingerprinting, and alerting.
laravel-sql-monitor
by denny
A comprehensive SQL query monitoring and analysis tool for Laravel development environments
laravel-eloquent-query-cache
by atldays
Adding cache on your Laravel Eloquent queries' results is now a breeze.
laravel-query-watchdog
by abirhossain
Production-safe Laravel query performance monitor with fingerprinting, aggregation, alerts, and dashboard insights.
laravel-odata
by novabytes
Apply OData 4 query options to Eloquent models. Supports $filter, $select, $expand, $orderby, $top, $skip, and $count.
laravel-index-advisor
by erencagliz
Runtime query observer and index recommendation package for Laravel.
laravel-smart-filter
by yared
Automatically convert HTTP query parameters into Eloquent query filters for Laravel APIs
laravel-search-query-parser
Parse GitHub-style search queries into structured filters for Laravel Eloquent. Supports field:value, comparisons, exclusions, and relation filters.
laravel-data-proxy
by adrosoftware
A GraphQL-like declarative data retrieval layer for Laravel with query batching and optimization
laravel-query-sentinel
A driver-agnostic, CI-ready, extensible Laravel package for analyzing database query performance
laravel-cqrs
A clean CQRS (Command Query Responsibility Segregation) pattern implementation for Laravel applications
laravel-query-doctor
by qdenka
Detect N+1 queries, missing indexes, and slow queries in your Laravel app before they reach production.
laravel-base-filter
by jaikumar0101
A powerful and flexible Laravel package for building and applying query filters with ease
laravel-query-lens
by gladehq
A Laravel package for analyzing and optimizing database queries with performance insights
laravel-query-binding
by pxl
Declarative route model binding with full query builder control for Laravel
laravel-query-debugger
Auto-detect N+1 queries, slow queries and suggest optimizations for Laravel Eloquent
laravel-query-debugger
Automatic query tracking, analysis, and debugging for Laravel applications with N+1 detection, slow query monitoring, and performance insights
laravel-db2-raw
by kalel1500
laravel-db2-raw is a simple helper to execute raw DB2 queries in Laravel.
laravel-enhanced-filters
Extensible Laravel filtering engine with Amazon-style faceted search. Supports field types (string, numeric, boolean, date), operator-level validation, clean structured errors, and automatic query builder mapping. Perfect for APIs, dashboards, and complex multi-field filters.
laravel-query-filter
by soliudeen999
A powerful and flexible query filter system for Laravel applications
laravel-query-watcher
by eta
A Laravel package to monitor and log database queries with configurable thresholds
laravel-query-api
by rawnoq
A powerful Laravel package that brings GraphQL-like flexibility to REST APIs with elegant query management
laravel-json-filter
by pawsmedz
Dynamic JSON filtering for Eloquent Builder with Laravel 9-12 & PHP 8.1-8.4 support (MySQL, PostgreSQL & SQLite).
laravel-inflight-query-lock
by bensedev
Deduplicate concurrent identical queries using distributed locks and async execution
laravel-request-filters
by curvestech
Simpler way to map request queries to database queries in a seamless way that follows single responsibility principle
laravel-query-kit
A Laravel toolkit to handle for handling queries via a criteria pattern.
laravel-searchable
by soraspire
A Laravel package that provides a flexible Searchable trait with support for custom operators (like, regex, soundex, fulltext, etc.)
architecture-generator
Laravel Architecture Generator - A powerful tool to generate project structure based on popular architecture patterns
laravel-searchable-trait
A powerful, flexible search trait for Laravel Eloquent models with support for relation searches, custom column selection, and configurable table mappings.
laravel-querymonitor
by juniora
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.
laravel-query-cache
by juzaweb
Adding cache on your Laravel Eloquent queries' results is now a breeze.
laravel-expressions
by buckhamduffy
Database-independent Query Expressions as a replacement to DB::raw calls
laravel-querymonitor
by padosoft
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.
laravel-migration-tests
Provides tools for integration testing Laravel migrations.