mehdi-fathi/eloquent-filter
Laravel package to filter Eloquent models via query strings. Supports complex query structures, custom/overridable conditions, builder integration, and fine-grained control over filter execution. Useful for APIs and large datasets, with optional rate limiting.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ysm/filterable | 0.91 | — | 8 | 8 | 1 | 57 | 0 | 5.3 | 12.5 | MIT | 9 months ago | |
| ndnam90/laravel-filterable | 0.86 | — | 0 | 0 | 0 | 0 | 0 | 0.6 | — | — | 8 years ago | |
| mnabialek/laravel-eloquent-filter | 0.84 | — | 25 | 26 | 11 | 24 | 2 | 2.6 | 5.8 | MIT | 5 years ago | |
| laraditz/saring | 0.82 | Saring is a simple Eloquent model filtering package for Laravel and Lumen. Add the Filterable trait to models, create per-model filter classes (e.g., UserFilter), optionally whitelist filterable fields, and call Model::filter($request->all()). | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| indexzer0/eloquent-filtering | 0.82 | Define allowed filters on your Eloquent models and apply them from simple arrays or request data—no custom query logic. Supports complex, type-based filtering for APIs and dashboards on Laravel 10+ / PHP 8.2+. | 225 | 225 | 8 | 2K | 1 | 20.6 | 15.2 | MIT | 2 months ago | |
| cerbero/query-filters | 0.82 | — | 85 | 86 | 16 | 3K | 0 | 0.9 | 20.7 | MIT | — | |
| laravellegends/eloquent-filter | 0.81 | — | 40 | 40 | 8 | 373 | 0 | 1.3 | 13.9 | MIT | 4 years ago | |
| lacodix/laravel-model-filter | 0.81 | Filter, search, and sort Eloquent models with reusable filter classes and query-string support. Includes built-in types (string, date, number, enum), relation/nested relation filtering, custom complex logic, and filter visualisation. | 175 | 175 | 14 | 2K | 1 | 27.6 | 18.0 | MIT | 1 month ago | |
| laraditz/model-filter | 0.81 | Flexible Eloquent model filtering for Laravel with operator support (eq, gte, etc.), AND/OR grouping, and relationship filters via dot notation. Add a Filterable trait and allowlist fields, optionally create filter classes for custom logic, and filter using request params under filters[]. | 0 | 0 | 0 | 1 | 0 | 0.0 | 13.8 | MIT | — | |
| laravie/query-filter | 0.81 | Laravie Query Filter adds a clean, reusable way to filter Eloquent queries from request input. Define filter classes and apply them to models to handle searching, sorting, and conditional constraints without cluttering controllers or repositories. | 75 | 76 | 10 | 4K | 0 | 7.4 | 23.6 | MIT | 2 years ago | |
| mohammad-fouladgar/eloquent-builder | 0.77 | — | 526 | 527 | 43 | 2K | 0 | 4.2 | 8.7 | MIT | 6 years ago | |
| spatie/laravel-query-builder | 0.73 | Build safe, flexible Eloquent queries from incoming API requests. Supports whitelisted filtering (partial/exact/scope/custom), sorting, includes, field selection, pagination, and grouped AND/OR filters—ideal for JSON:API-style endpoints with minimal boilerplate. | 4,449 | 4,465 | 411 | 1M | 0 | 64.4 | 38.8 | MIT | 1 month ago |
How can I help you explore Laravel packages today?