sloth-dev-guy / searches
Perform searches with Eloquent models using an array-like API setup
Installs: 1 119
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: ^8.1
- illuminate/container: ^9.0|^10.0|^11.0
- illuminate/database: ^9.0|^10.0|^11.0
- illuminate/events: ^9.0|^10.0|^11.0
- illuminate/support: ^9.0|^10.0|^11.0
Requires (Dev)
- doctrine/dbal: ^2.13|^3.1
- fakerphp/faker: ^1.23
- laravel/lumen-framework: ^9.0|^10.0|^11.0
- mockery/mockery: ^1.6
- phpunit/phpunit: ^11.0
- vlucas/phpdotenv: ^5.4
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: 2024-11-18 13:39:49 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.