Merge pull request #743 from MatthiasKuehneEllerhold/add-yasumi

Add yasumi
This commit is contained in:
Jamie York 2017-03-10 20:23:37 +00:00 committed by GitHub
commit 2dc267c721
1 changed files with 1 additions and 0 deletions

View File

@ -465,6 +465,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [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.
* [Yasumi](https://github.com/azuyalabs/yasumi) - An library to help you calculate the dates and names of holidays.
## Event
*Libraries that are event-driven or implement non-blocking event loops.*