If multiple fields of the same name exist in a query string, every other web processing language would read them into an array, but PHP silently overwrites them (source). PSR-15 Middleware parse query string and keep duplicates in PSR7 URI Query.
Via Composer
$ composer require kdubuc/query-string-parser
$ vendor/bin/phpunit tests/
Please see CONTRIBUTING for details.
If you discover any security related issues, please email kevindubuc62@gmail.com instead of using the issue tracker.
The CeCILL-B License. Please see License File for more information.