| 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: | 2025-10-28 03:07:39 |
| Package Statistics | |
|---|---|
| Total Downloads: | 21,819 |
| Monthly Downloads: | 30 |
| Daily Downloads: | 0 |
| Total Stars: | 2 |
| Total Watchers: | 3 |
| 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