Skip to content

Commit

Permalink
update uri-interface readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Jun 16, 2023
1 parent 375a46e commit baa3246
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ URI
[![Latest Version](https://img.shields.io/github/release/thephpleague/uri.svg?style=flat-square)](https://github.com/thephpleague/uri/releases)
[![Total Downloads](https://img.shields.io/packagist/dt/league/uri.svg?style=flat-square)](https://packagist.org/packages/league/uri)

The `Uri` package provides simple and intuitive classes to manage URIs in PHP. You will be able to
The `Uri` package provides simple and intuitive classes to manage URIs in PHP.

> ⚠️ this is a sub-split, for development, pull requests and issues, visit: https://github.com/thephpleague/uri-src
You will be able to

- parse, build and resolve URIs
- create URIs from different sources (string, PHP environment, base URI, URI template, ...);
Expand Down Expand Up @@ -79,11 +83,6 @@ Documentation

Full documentation can be found at [uri.thephpleague.com][].

Contributing
-------

> ⚠️ this is a sub-split, for development, pull requests and issues, visit: https://github.com/thephpleague/uri-src
License
-------

Expand Down

0 comments on commit baa3246

Please sign in to comment.