Download the PHP package odoku/eloquent-searcher without Composer
On this page you can find all versions of the php package odoku/eloquent-searcher. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download odoku/eloquent-searcher
More information about odoku/eloquent-searcher
Files in odoku/eloquent-searcher
Download odoku/eloquent-searcher
More information about odoku/eloquent-searcher
Files in odoku/eloquent-searcher
Vendor odoku
Package eloquent-searcher
Short Description Give searching power to Eloquent.
License MIT
Package eloquent-searcher
Short Description Give searching power to Eloquent.
License MIT
Please rate this library. Is it a good library?
Informations about the package eloquent-searcher
Eloquent Searcher
Usage
Create searcher class.
Implement searcher trait into your model.
And use it.
Builtin Rules
- Searcher::EQUALS
- Searcher::CONTAINS
- Searcher::STARTSWITH
- Searcher::ENDSWITH
- Searcher::GT
- Searcher::GTE
- Searcher::LT
- Searcher::LTE
- Searcher::RANGE
- Searcher::DATE_RANGE
- Searcher::DATETIME_RANGE
- Searcher::IN
- Searcher::IS_NULL
- Searcher::IS_NOT_NULL
- Searcher::IS_TRUE
- Searcher::IS_NOT_TRUE
- Searcher::IS_FALSE
- Searcher::IS_NOT_FALSE
All versions of eloquent-searcher with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
illuminate/database Version ~5.3.0|~5.4.0
illuminate/support Version ~5.3.0|~5.4.0
illuminate/database Version ~5.3.0|~5.4.0
illuminate/support Version ~5.3.0|~5.4.0
The package odoku/eloquent-searcher contains the following files
Loading the files please wait ....