Package Data | |
---|---|
Maintainer Username: | osi-open-source |
Maintainer Contact: | webteam@objectsystems.com (OSI WebTeam) |
Package Create Date: | 2020-09-04 |
Package Last Update: | 2021-07-30 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-12-17 03:08:05 |
Package Statistics | |
---|---|
Total Downloads: | 21,544 |
Monthly Downloads: | 68 |
Daily Downloads: | 2 |
Total Stars: | 2 |
Total Watchers: | 4 |
Total Forks: | 0 |
Total Open Issues: | 0 |
Simply add the following line to your composer.json
and run install/update:
$ composer require osi-open-source/lumen-query-builder-filters
With Filters
/users?name=John&with=roles&take=3&skip=15
With JSON Filters
/users?filters={"name":{"value":"John","pattern":"LIKE","not":false}}&skip=2&take=15