eloquent-filter
by mehdi-fathi
Eloquent Filter adds custom filters automatically to your Eloquent Models in Laravel.It's easy to use and fully dynamic, just with sending the Query Strings to it.
eloquent-has-by-non-dependent-subquery
by mpyw
Convert has() and whereHas() constraints to non-dependent subqueries.
l5-filterable-sortable
A trait for filtering and sorting Query Builder results, based on Laracasts/Dedicated-Query-String-Filtering
laravel-cacheable
by rinvex
Rinvex Cacheable is a granular, intuitive, and fluent caching system for eloquent models. Simple, but yet powerful, plug-n-play with no hassle.
laravel-datamapper
An easy to use data mapper for Laravel 5 that fits perfectly to the approach of Domain Driven Design (DDD).
laravel-eloquent-query-cache
by rennokki
Adding cache on your Laravel Eloquent queries' results is now a breeze.
laravel-filter-querystring
Filter your queries based on url query string parameters like a breeze.
laravel-query-expressions
by tpetry
Database-independent Query Expressions as a replacement to DB::raw calls
laravel-query-filter
by zgldh
An easier way to filter Eloquent and Models. Save you from Request::input and Where hell.
laravel-repository-query
by guosheng1987
This package support a easy way to bind a parameter named `$filters` to your url. After that your Bulider instance can bind it into your `Where` condition
performance
by bvanhoekelen
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.
query-filters
A Laravel package to filter database queries based on the query string.
requent
by sheikhheera
A GraphQL like interface to map a request to eloquent query with data transformation.
squirrel
by davidmpeace
Laravel package that automatically caches and retrieves models when querying records using Eloquent ORM