sloth-dev-guy/searches

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

Installs: 2 979

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/sloth-dev-guy/searches

0.3.0 2025-04-24 23:11 UTC

This package is auto-updated.

Last update: 2025-09-25 00:01:23 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.