Merge pull request #480 from hansott/master

Replace thephpleague/url with thephpleague/uri.
This commit is contained in:
Jamie York 2015-11-02 23:40:44 +00:00
commit be50168fdc
1 changed files with 1 additions and 1 deletions

View File

@ -191,8 +191,8 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
*Libraries for parsing URLs.*
* [Purl](https://github.com/jwage/purl) - A URL manipulation library.
* [Uri](https://github.com/thephpleague/uri) - A URL manipulation Library.
* [PHP Domain Parser](https://github.com/jeremykendall/php-domain-parser) - A domain suffix parser library.
* [Url](https://github.com/thephpleague/url) - A simple URL manipulation library.
## Email
*Libraries for sending and parsing email.*