Download the PHP package codelytv/criteria-from-url without Composer
On this page you can find all versions of the php package codelytv/criteria-from-url. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package criteria-from-url
🎼 Criteria from URL # 🔒 Read-only repository Any modification must be done in the [main repository](https://github.com/CodelyTV/php-criteria). ## 📥 Installation ## 💻 Usage The criteria converter expect an url with the following format: * `filters`: An array of filters. Composed by: - `field`: The field to filter by. - `operator`: The operator to apply. [You can see here](https://github.com/CodelyTV/php-criteria/tree/main/packages/criteria) the valid operators list. - `value`: The value to filter by. * `orderBy`: The field to order by. * `order`: The order to apply. `asc` or `desc`. * `pageSize`: The number of items per page. * `pageNumber`: The page number. ### Url examples Url with one filter and no order or pagination: Url with two filter, order and pagination: ### Code usage
All versions of criteria-from-url with dependencies
PHP Build Version
Package Version
The package codelytv/criteria-from-url contains the following files
Loading the files please wait ....