dwsla / deal-qsapi
Deal - QSAPI: A Query String API component
Installs: 3 004
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 14
Forks: 1
Open Issues: 0
Requires
- php: >=5.3.0
- monga/monga: ~0.2.3
This package is not auto-updated.
Last update: 2018-06-08 04:37:57 UTC
README
Deal-QSAPI is a PHP-based query-string parser package for API's that allows a client to specify:
- filter conditions
- field-limiting
- pagination
- ordering
It is extensible using different engines and exporters.
Requirements
- PHP 5.3
Installation
Using Composer, add the following to your project's composer.json
:
{
"repositories" : [
{
"type" : "vcs",
"url" : "https://github.com/dwsla/deal-qsapi.git"
}
],
"require" : {
"deal-qsapi" : "dev-master"
}
}