PHP code example of kdubuc / query-string-parser

1. Go to this page and download the library: Download kdubuc/query-string-parser library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

kdubuc / query-string-parser example snippets


$middleware = new \Kdubuc\Middleware\QueryStringParser(
    urlEncoding: PHP_QUERY_RFC1738,
    style: 'form',
    explode: true,
);