opis / uri
Build, parse and validate URIs and URI-templates
Installs: 14 972 817
Dependents: 7
Suggesters: 0
Security: 0
Stars: 16
Watchers: 4
Forks: 5
Open Issues: 1
pkg:composer/opis/uri
Requires
- php: ^7.4 || ^8.0
- opis/string: ^2.0
Requires (Dev)
- phpunit/phpunit: ^9
This package is auto-updated.
Last update: 2025-10-29 02:57:07 UTC
README
Opis URI library allows you to build, parse and validate URIs and URI-templates.
License
Opis URI is licensed under the Apache License, Version 2.0.
Requirements
- PHP ^7.4 || ^8.0
Installation
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"
}
}