Download the PHP package yehiahamid/easyparse without Composer
On this page you can find all versions of the php package yehiahamid/easyparse. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download yehiahamid/easyparse
More information about yehiahamid/easyparse
Files in yehiahamid/easyparse
Download yehiahamid/easyparse
More information about yehiahamid/easyparse
Files in yehiahamid/easyparse
Vendor yehiahamid
Package easyparse
Short Description query sting parser for rest apis supports filterations, sorting, fields, embeds
License
Package easyparse
Short Description query sting parser for rest apis supports filterations, sorting, fields, embeds
License
Please rate this library. Is it a good library?
Informations about the package easyparse
easyparser
easyparser is a simple query string parser for rest api php.
it's simply convert the QS to structured types.
you can parse your query string to filter, sort, get certain fields and embed resources
installation using composer
composer require yehiahamid/easyparse
Usage
available filtering operator
in Query string | in result object |
---|---|
eq | = |
ne | != |
gt | > |
lt | < |
like | like |
ilike | ilike |
le | <= |
ge | >= |
All versions of easyparse with dependencies
PHP Build Version
Package Version
No informations.
The package yehiahamid/easyparse contains the following files
Loading the files please wait ....