From 208ec6764d9a01991f0985ca490f70ac3e57344d Mon Sep 17 00:00:00 2001 From: Jamie York Date: Fri, 18 Jan 2013 17:52:42 +0000 Subject: [PATCH] --- awesome-php.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/awesome-php.md b/awesome-php.md index 1274525..6766154 100644 --- a/awesome-php.md +++ b/awesome-php.md @@ -67,7 +67,8 @@ A list of amazingly awesome PHP libraries that you should consider using (and so * [Tala Payments](https://github.com/adrianmacneil/tala-payments) - A payment processing library. * [Ruler](https://github.com/bobthecow/Ruler) - A simple stateless production rules engine. * [Carbon](https://github.com/briannesbitt/Carbon) - A simple DateTime API extension. -* [ExpressiveDate](https://github.com/jasonlewis/expressive-date) - Another DateTime extension. +* [Datum](https://github.com/dandoescode/datum) - A fork of the Carbon DateTime API extension. +* [ExpressiveDate](https://github.com/jasonlewis/expressive-date) - Another DateTime API extension. * [Upload](https://github.com/codeguy/Upload) - A library for handling file uploads and validation. * [Sismo](http://sismo.sensiolabs.org/) - A continuous testing server library. * [Fetch](https://github.com/tedivm/Fetch) - An IMAP library.