Tucker-Eric/EloquentFilter
An Eloquent Way To Filter Laravel Models And Their Relationships observed · 2026-08-28
Health v2 · maintenance only
74/100
- Activity 71
- Release rhythm 62
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 77.5
- age_days: 3834
- days_rel: 177
- days_push: 177
- n_releases_24m: 5
Adoption not part of the score
1765 stars · 125 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Laravel package that lets you filter Eloquent models and their relationships dynamically using request input, replacing boilerplate conditional query building with declarative filter classes. It maps query string parameters to reusable filter methods defined per model.
Use cases
- filter laravel models by query string parameters
- build dynamic list endpoints with multiple optional filters
- filter eloquent models and their relationships
- clean up controller query building code
- apply request-based filters to eloquent queries
- filter users by name, company, and roles from url params
When to avoid
- you don't use Laravel or Eloquent ORM
- you need full-text or vector search rather than database query filtering
- your filtering needs are simple enough for a couple of where clauses
Facets
library · maturity stable
orm database web-framework web-development backend databases php laravel eloquent query-filtering model-filters dynamic-queries web-server
2 sources
- readme: https://github.com/Tucker-Eric/EloquentFilter · fetched 2026-08-28 · 1088e9f954b9
- homepage: http://tucker-eric.github.io/EloquentFilter · fetched 2026-08-29 · 8afb4973cb07
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Tucker-Eric/EloquentFilter | main | 74 |
For agents
markdown · JSON · MCP: product_card(name="Tucker-Eric/EloquentFilter")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem