Download the PHP package technically-php/rack-utils-http-query without Composer
On this page you can find all versions of the php package technically-php/rack-utils-http-query. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download technically-php/rack-utils-http-query
More information about technically-php/rack-utils-http-query
Files in technically-php/rack-utils-http-query
Download technically-php/rack-utils-http-query
More information about technically-php/rack-utils-http-query
Files in technically-php/rack-utils-http-query
Vendor technically-php
Package rack-utils-http-query
Short Description Tiny package to build HTTP URL query string compatible with Rails apps
License MIT
Package rack-utils-http-query
Short Description Tiny package to build HTTP URL query string compatible with Rails apps
License MIT
Please rate this library. Is it a good library?
Informations about the package rack-utils-http-query
RackUtils HTTP query
Tiny package to build HTTP URL query string compatible with Rails app.
Usage
This library produces output without explicit indices. As simple as that.
Motivation
PHP stock http_build_query()
converts array into items with indices explicitly defined.
This is not compatible with the way Rails applications parse requests.
Relevant StackOverflow discussions:
Details
This package follows
Rack::Utils.parse_nested_query
specification.
Please check RackUtilsHttpQueryTest.php.
All versions of rack-utils-http-query with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6
The package technically-php/rack-utils-http-query contains the following files
Loading the files please wait ....