Libraries tagged by laravel query
protonemedia/laravel-cross-eloquent-search
595357 Downloads
Laravel package to search through multiple Eloquent models. Supports pagination, eager loading relations, single/multiple columns, sorting and scoped queries.
mattiasgeniar/phpunit-query-count-assertions
1014187 Downloads
A custom assertion for phpunit that allows you to count the amount of SQL queries used in a test. Can be used to enforce certain performance characteristics (ie: limit queries to X for a certain action).
lorisleiva/laravel-search-string
466315 Downloads
Generates database queries based on one unique string using a simple and customizable syntax.
lanin/laravel-api-debugger
1931032 Downloads
Easily debug your JSON API.
iksaku/laravel-mass-update
1466685 Downloads
Update multiple Laravel Model records, each with different values, using a single query!
sammyk/laravel-facebook-sdk
1273630 Downloads
Fully unit tested Facebook SDK v5 integration for Laravel & Lumen 5.x
bvanhoekelen/performance
973096 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.
ecotone/ecotone
615818 Downloads
Enterprise architecture layer for Laravel and Symfony — CQRS, Event Sourcing, Durable Workflows (Sagas, Orchestrators), Projections, and Outbox messaging via PHP attributes.
supliu/laravel-query-monitor
118187 Downloads
Laravel Query Monitor
rexshijaku/sql-to-laravel-builder
33674 Downloads
SQL to Laravel Query Builder
overtrue/laravel-query-logger
342706 Downloads
A dev tool to log all queries for laravel application.
aglipanci/laravel-eloquent-case
266388 Downloads
Adds CASE statement support to Laravel Query Builder.
protonemedia/inertiajs-tables-laravel-query-builder
203623 Downloads
Inertia.js Front-end Components for Spatie's Laravel Query Builder
unlu/laravel-api-query-builder
718769 Downloads
Laravel API Query Builder Package.
mehradsadeghi/laravel-filter-querystring
140239 Downloads
Filter your queries based on url query string parameters like a breeze.