Libraries tagged by laravel queries
paknahad/querifier
12805 Downloads
A library to get requested query from the client and generate a query for Doctrine, Cake-php ORM or Laravel Eloquent
konekt/search
28300 Downloads
Laravel package to search through multiple Eloquent models. Supports pagination, eager loading relations, single/multiple columns, sorting and scoped queries.
jguyomard/silex-capsule-eloquent
19202 Downloads
Capsule/Eloquent Service Provider for Silex 2
denisgeomiq/eloquent-has-by-non-dependent-subquery
4437 Downloads
Convert has() and whereHas() constraints to non-dependent subqueries.
anourvalar/eloquent-request
9914 Downloads
Dynamic Query Builder based on request
agog/osmose
10793 Downloads
Elegant filtering for laravel's eloquent models
rennokki/dynamodb
24436 Downloads
AWS DynamoDB Eloquent ORM for Laravel 7+
abdulelahragih/querybuilder
1005 Downloads
Fast, lightweight and simple SQL query builder that does not depend on any third-party library besides PDO to execute the queries in a safe way. The syntax is inspired by Laravel Query Builder.
ptx/clickhouse-builder
7231 Downloads
Clickhouse laravel sql query builder
yorcreative/laravel-query-watcher
3 Downloads
A Laravel package that provides configurable application query capturing & monitoring.
teamq/laravel-datatables
3046 Downloads
Custom filter and sorting set for 'spatie/laravel-query-builder' package
sunaoka/laravel-query-logger
778 Downloads
Query logger for Laravel.
socialblue/laravel-query-adviser
3298 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.
ritaswc/laravel-query-logger
9056 Downloads
A dev tool to log all queries for laravel application.
ponchrobles/inertiajs-tables-laravel-query-builder
331 Downloads
Inertia.js Front-end Components for Spatie's Laravel Query Builder