https://github.com/opis/uri
Build, parse, and validate URIs and URI-templates
https://github.com/opis/uri
opis php uri uri-templates
Last synced: 10 months ago
JSON representation
Build, parse, and validate URIs and URI-templates
- Host: GitHub
- URL: https://github.com/opis/uri
- Owner: opis
- License: apache-2.0
- Created: 2021-01-03T16:32:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-30T21:59:24.000Z (over 1 year ago)
- Last Synced: 2025-07-27T19:12:43.421Z (11 months ago)
- Topics: opis, php, uri, uri-templates
- Language: PHP
- Homepage:
- Size: 34.2 KB
- Stars: 15
- Watchers: 5
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Opis URI
==========
[](https://github.com/opis/uri/actions)
[](https://packagist.org/packages/opis/uri)
[](https://packagist.org/packages/opis/uri)
[](https://packagist.org/packages/opis/uri)
**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][license].
## 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].
```bash
composer require opis/uri
```
Or you could directly reference it into your `composer.json` file as a dependency
```json
{
"require": {
"opis/uri": "^1.1"
}
}
```
[license]: https://www.apache.org/licenses/LICENSE-2.0 "Apache License"
[Packagist]: https://packagist.org/packages/opis/database "Packagist"
[Composer]: https://getcomposer.org "Composer"