sloth-dev-guy / searches
Perform searches with Eloquent models using an array-like API setup
0.4.0
2026-06-24 02:17 UTC
Requires
- php: ^8.1
- illuminate/container: ^10.0|^11.0|^12.0|^13.0
- illuminate/database: ^10.0|^11.0|^12.0|^13.0
- illuminate/events: ^10.0|^11.0|^12.0|^13.0
- illuminate/support: ^10.0|^11.0|^12.0|^13.0
Requires (Dev)
- fakerphp/faker: ^1.23
- laravel/framework: ^10.0|^11.0|^12.0|^13.0
- laravel/pail: ^1.2.2
- laravel/pint: ^1.24
- laravel/sail: ^1.41
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.6
- phpunit/phpunit: ^11.0
Suggests
- illuminate/http: Required to use custom requests object in controllers (^9.0)
- laravel/lumen-framework: Required to use defaults functionalities inherit to the laravel frameworks (laravel|lumen) (^9.0)
This package is auto-updated.
Last update: 2026-06-24 02:18:24 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.