You should instead use:
The package contains:
- an object to format URI string representation output;
- a function to get the URI reference information according to RFC3986;
- URI middlewares to ease filtering and manipulating Uri objects;
You need:
- PHP >= 7.0 but the latest stable version of PHP is recommended
- the
intl
extension
$ composer require league/uri-manipulations
Full documentation can be found at uri.thephpleague.com.
League Uri Manipulations
has a :
- a PHPUnit test suite
- a coding style compliance test suite using PHP CS Fixer.
- a code analysis compliance test suite using PHPStan.
To run the tests, run the following command from the project folder.
$ composer test
Contributions are welcome and will be fully credited. Please see CONTRIBUTING and CONDUCT for details.
If you discover any security related issues, please email nyamsprod@gmail.com instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.