From 19b1f8efabca539c64c9d84d829dba8a4fba7200 Mon Sep 17 00:00:00 2001 From: Evert Pot Date: Mon, 21 Mar 2016 23:56:26 -0400 Subject: [PATCH] Fixed sabre/vobject link (was dead) and added sabre/uri --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1fd4ec7..5b741f3 100644 --- a/README.md +++ b/README.md @@ -204,6 +204,8 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Purl](https://github.com/jwage/purl) - A URL manipulation library. * [Uri](https://github.com/thephpleague/uri) - Another URL manipulation library. * [PHP Domain Parser](https://github.com/jeremykendall/php-domain-parser) - A domain suffix parser library. +* [sabre/uri](https://github.com/fruux/sabre-uri) - A functional URI manipulation library. + ## Email *Libraries for sending and parsing email.* @@ -710,7 +712,7 @@ Libraries to help manage database schemas and migrations. * [Chief](https://github.com/adamnicholson/Chief) - A command bus library. * [Sslurp](https://github.com/EvanDotPro/Sslurp) - A library that makes dealing with SSL suck less. * [Metrics](https://github.com/beberlei/metrics) - A simple metrics API library. -* [Sabre VObject](https://github.com/evert/sabre-vobject) - A library for parsing VCard and iCalendar objects. +* [sabre/vobject](https://github.com/fruux/sabre-vobject) - A library for parsing VCard and iCalendar objects. * [Annotations](https://github.com/doctrine/annotations) - An annotations library (part of Doctrine). * [Whoops](https://github.com/filp/whoops) - A pretty error handling library. * [LadyBug](https://github.com/raulfraile/Ladybug) - A dumper library.