Browse Source

Fixed sabre/vobject link (was dead) and added sabre/uri

pull/609/head
Evert Pot 9 years ago
parent
commit
19b1f8efab
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      README.md

+ 3
- 1
README.md View File

204
 * [Purl](https://github.com/jwage/purl) - A URL manipulation library.
204
 * [Purl](https://github.com/jwage/purl) - A URL manipulation library.
205
 * [Uri](https://github.com/thephpleague/uri) - Another URL manipulation library.
205
 * [Uri](https://github.com/thephpleague/uri) - Another URL manipulation library.
206
 * [PHP Domain Parser](https://github.com/jeremykendall/php-domain-parser) - A domain suffix parser library.
206
 * [PHP Domain Parser](https://github.com/jeremykendall/php-domain-parser) - A domain suffix parser library.
207
+* [sabre/uri](https://github.com/fruux/sabre-uri) - A functional URI manipulation library.
208
+
207
 
209
 
208
 ## Email
210
 ## Email
209
 *Libraries for sending and parsing email.*
211
 *Libraries for sending and parsing email.*
710
 * [Chief](https://github.com/adamnicholson/Chief) - A command bus library.
712
 * [Chief](https://github.com/adamnicholson/Chief) - A command bus library.
711
 * [Sslurp](https://github.com/EvanDotPro/Sslurp) - A library that makes dealing with SSL suck less.
713
 * [Sslurp](https://github.com/EvanDotPro/Sslurp) - A library that makes dealing with SSL suck less.
712
 * [Metrics](https://github.com/beberlei/metrics) - A simple metrics API library.
714
 * [Metrics](https://github.com/beberlei/metrics) - A simple metrics API library.
713
-* [Sabre VObject](https://github.com/evert/sabre-vobject) - A library for parsing VCard and iCalendar objects.
715
+* [sabre/vobject](https://github.com/fruux/sabre-vobject) - A library for parsing VCard and iCalendar objects.
714
 * [Annotations](https://github.com/doctrine/annotations) - An annotations library (part of Doctrine).
716
 * [Annotations](https://github.com/doctrine/annotations) - An annotations library (part of Doctrine).
715
 * [Whoops](https://github.com/filp/whoops) - A pretty error handling library.
717
 * [Whoops](https://github.com/filp/whoops) - A pretty error handling library.
716
 * [LadyBug](https://github.com/raulfraile/Ladybug) - A dumper library.
718
 * [LadyBug](https://github.com/raulfraile/Ladybug) - A dumper library.

Loading…
Cancel
Save