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.
- Host: GitHub
- URL: https://github.com/amphp/uri
- Owner: amphp
- License: mit
- Created: 2016-09-05T12:12:31.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-06-19T04:22:16.000Z (over 6 years ago)
- Last Synced: 2025-04-05T11:34:16.524Z (6 months ago)
- Topics: php, uri
- Language: PHP
- Size: 27.3 KB
- Stars: 23
- Watchers: 7
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# uri
[](https://travis-ci.org/amphp/uri)
[](https://coveralls.io/github/amphp/uri?branch=master)
`amphp/uri` is a URI parser and resolver.
## Requirements
- PHP 7.0+
## Installation
```bash
composer require amphp/uri
```