Perform searches with Eloquent models using an array-like API setup

Maintainers

Package info

github.com/ctdesarrollo-fbr/eloquent-searches

pkg:composer/ctdesarrollo-fbr/searches

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.1.0 2026-06-12 18:59 UTC

This package is auto-updated.

Last update: 2026-06-12 19:11:34 UTC


README

Are you tired of write if, where and join statements in all your search methods as if tomorrow never comes, then this might be a solution for you!

Perform searches with Eloquent models using an array-like API setup.

This library is just a query-builder translator, so in the end it uses exactly the same methods.