Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.15 KB

README.md

File metadata and controls

40 lines (28 loc) · 1.15 KB

Opis URI

Tests Latest Stable Version Latest Unstable Version License

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.0"
    }
}