An open API service indexing awesome lists of open source software.

https://github.com/amphp/uri

Uri Parser and Resolver.
https://github.com/amphp/uri

php uri

Last synced: 5 months ago
JSON representation

Uri Parser and Resolver.

Awesome Lists containing this project

README

          

# uri

[![Build Status](https://img.shields.io/travis/amphp/uri/master.svg?style=flat-square)](https://travis-ci.org/amphp/uri)
[![CoverageStatus](https://img.shields.io/coveralls/amphp/uri/master.svg?style=flat-square)](https://coveralls.io/github/amphp/uri?branch=master)
![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)

`amphp/uri` is a URI parser and resolver.

## Requirements

- PHP 7.0+

## Installation

```bash
composer require amphp/uri
```