opis/uri

Build, parse and validate URIs and URI-templates

Maintainers

Package info

github.com/opis/uri

Homepage

pkg:composer/opis/uri

Statistics

Installs: 20 091 378

Dependents: 7

Suggesters: 0

Stars: 16

Open Issues: 1

1.1.0 2021-05-22 15:57 UTC

This package is auto-updated.

Last update: 2026-02-20 00:07:48 UTC


README

Tests Packagist Version Packagist Downloads Packagist 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.1"
    }
}