Libraries tagged by query-params
milito/query-filter
8968 Downloads
This is package to use query filter for each model. This package is made entirely for personal use. But if you are eager to use this, you can easily use this package by using readme. This is very simple and amateur :).
jwohlfert23/laravel-api-query
16073 Downloads
Provides laravel scope to build query from request query params
matgargano/query-params-for-images
811 Downloads
WordPress plugin `query-params-for-images`
ooxif/laravel-query-param
3862 Downloads
Treats binary data in a correct way with Laravel's database system (Eloquent)
touhidurabir/laravel-filterable
28 Downloads
A package to filter laravel model based on query params or retrieved model collection
plazzag/polario-sdk-php
115 Downloads
API for Polario __Naming:__ * json properties are formatted in camel case (fooBar) besides of enums (FooBar) * route params are formatted in hyphen case (foo-bar) * query params are formatted in snake case (foo_bar) * query params could hold lists of elements if they are comma separated * enum properties are formatted in capitalized camel case (FooBar) __Default values:__ * default values are specified for optional parameters do only apply to POST requests __Types:__ * numbers are considered to be float values * strings that are not specified to be html formatted should not be interpreted as html to avoid unexpected bahavior, like xss attacks * timestamps are considered to be in unix time __Headers:__ * ___Platform___: can be always set as header param to specify the platform of the request for the logging output
tarkhov/php-query-params
0 Downloads
Set url querystring params using PHP.
skowronline/query-param-validator-bundle
24 Downloads
Validate Query Param values
psa/cakephp-query-param-preserver
43620 Downloads
A CakePHP Query Param Preserver Component
mepihindeveloper/php-query-param
24 Downloads
Component for working with query string params
evg-rudakov/yii2-storing-query-params-grid-view
8 Downloads
GridView with the ability to store queryParams to the $_SESSION
bezerrath/laravel-query-param
7 Downloads
Treats binary data in a correct way with Laravel's database system (Eloquent)
apichef/laravel-request-query-helper
223 Downloads
Easily interact with JSON-API query params.
san/san-sample-pagination
14 Downloads
ZF2 Sample Module with Pagination support Query Param.
pointybeard/laravel-filterable-model
2033 Downloads
Add filtering via http request query params to eloquent models