rlacerda83 / query-parser
Query parser for lumem
Installs: 4 973
Dependents: 3
Suggesters: 0
Security: 0
Stars: 20
Watchers: 2
Forks: 3
Open Issues: 1
Requires
- php: >=5.3.2
Requires (Dev)
- laravel/lumen-framework: 5.1.*
- phpunit/phpunit: ~4.4
- vlucas/phpdotenv: ~1.0
This package is auto-updated.
Last update: 2024-10-29 00:01:36 UTC
README
Query string parser for Lumen API
The Query Parser package is for you that want to implement sorting and filter functions in their API. With Query Parser is simple and intuitive to implement these features.
Current Features
- Support Mysql and MongoDB
- Sort
- Filter
- Limit which fields are returned by the API
Support mongoDB using https://github.com/jenssegers/laravel-mongodb package.
Upcoming Features
- Add standard ElasticSearch filter
- Manager loading related resource representations
Documentation
Please refer to our extensive Wiki documentation for more information.
Contributing
Contributions are welcome and will be fully credited. Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email r.lacerda83@gmail.com instead of using the issue tracker.