PHP code example of mepihindeveloper / php-query-string
1. Go to this page and download the library: Download mepihindeveloper/php-query-string 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/ */
mepihindeveloper / php-query-string example snippets
declare(strict_types = 1);
use mepihindeveloper\components\query\param\ParamBuilder;
use mepihindeveloper\components\query\QueryStringBuilder;
error_reporting(E_ALL);
ini_set('display_errors', '1');
ini_set('display_startup_errors', '1');
('ferret')->build(),
(new ParamBuilder())->setName('a')->setValue([11, 22])->build(),
])->setFragment('nose')->build();
src/
--- exceptions/
------ QueryStringNotFoundException.php
--- interfaces/
------ QueryStringInterface.php
--- QueryString.php
--- QueryStringAbstract.php
--- QueryStringBuilder.php