Download the PHP package hosseinsheikh/query-filters without Composer
On this page you can find all versions of the php package hosseinsheikh/query-filters. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download hosseinsheikh/query-filters
More information about hosseinsheikh/query-filters
Files in hosseinsheikh/query-filters
Download hosseinsheikh/query-filters
More information about hosseinsheikh/query-filters
Files in hosseinsheikh/query-filters
Vendor hosseinsheikh
Package query-filters
Short Description query filters
License MIT
Homepage https://github.com/hosseinsheikh-web/query-filters
Package query-filters
Short Description query filters
License MIT
Homepage https://github.com/hosseinsheikh-web/query-filters
Please rate this library. Is it a good library?
Informations about the package query-filters
Hossein Sheikh Query Filters
- To use query filters, you can do the following
- Add QueryFilters trait to model
- Use existing classes or build query class
- Use filters() method in model
UserModel::query() ->filters([ \HosseinSheikh\QueryFilters\Name::class, \HosseinSheikh\QueryFilters\Status::class, ]) ->get()
All versions of query-filters with dependencies
PHP Build Version
Package Version
The package hosseinsheikh/query-filters contains the following files
Loading the files please wait ....