Skip to content

kdubuc/query-string-parser-psr15

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Query String Parser

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.

Install

Via Composer

$ composer require kdubuc/query-string-parser

Testing

$ vendor/bin/phpunit tests/

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email kevindubuc62@gmail.com instead of using the issue tracker.

Credits

License

The CeCILL-B License. Please see License File for more information.

About

PSR 15 to parse query (manage duplicate fields ...)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages