sloth-dev-guy/searches
Perform searches with Eloquent models using an array-like API setup
4,557
| Install | |
|---|---|
composer require sloth-dev-guy/searches |
|
| Latest Version: | 0.4.0 |
| PHP: | ^8.1 |
| License: | MIT |
| Last Updated: | Jun 24, 2026 |
| Links: | GitHub · Packagist |
Maintainer: sloth-dev-guy
Eloquent Searches
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.