opis/uri
Build, parse, and validate URIs and URI templates with Opis URI. A lightweight PHP library for working with RFC-compliant URI components, assembling URLs, and verifying formats in PHP 7.4+ and 8.x projects.
Opis URI library allows you to build, parse and validate URIs and URI-templates.
Opis URI is licensed under the Apache License, Version 2.0.
Opis URI is available on Packagist and it can be installed from a command line interface by using Composer.
composer require opis/uri
Or you could directly reference it into your composer.json file as a dependency
{
"require": {
"opis/uri": "^1.1"
}
}
How can I help you explore Laravel packages today?