URI
An RFC-3986 compliant Unified Resource Identifier value object implementation.
The URI package provides an immutable, object-oriented implementation of a Uniform Resource Identifier that complies with RFC-3986.
Installation
Add the Castor repository to your composer.json
.
{ "repositories": [{ "type": "composer", "url": "https://castor-labs.github.io/php-packages" }]}
And then install with composer.
composer require castor/uri