From e7735a9b645b88761354d836d9005c6470a6aa46 Mon Sep 17 00:00:00 2001 From: Mark Sch Date: Tue, 19 Jul 2016 18:16:11 +0200 Subject: [PATCH] Add Chronos DateTime library. (#677) * Add Chonons DateTime library. * Fix typo. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1fb90ab..8b4e327 100644 --- a/README.md +++ b/README.md @@ -455,6 +455,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [CalendR](http://yohan.giarel.li/CalendR/) - A calendar management library. * [Carbon](https://github.com/briannesbitt/Carbon) - A simple DateTime API extension. +* [Chronos](https://github.com/cakephp/chronos) - A DateTime API extension supporting both mutable and immutable date/time. * [ExpressiveDate](https://github.com/jasonlewis/expressive-date) - Another DateTime API extension. * [Moment.php](https://github.com/fightbulc/moment.php) - Moment.js inspired PHP DateTime handler with i18n support.