URI manipulations
The League Uri Manipulations
repository contains:
- an URI formatter to format URI string representation output;
- URI middlewares to filter Uri objects;
To be used, the URI objects are required to implement one of the following interface:
League\Uri\Interfaces\Uri
;Psr\Http\Message\UriInteface
;
All functions and classes are located under the following namespace : League\Uri\Modifiers
System Requirements
You need:
- PHP >= 7.0 but the latest stable version of PHP is recommended
Installation
$ composer require league/uri-manipulations