Update README.md

Added a useful PHP time library
This commit is contained in:
zjkal 2024-03-08 22:09:48 +08:00 committed by GitHub
parent a3d2710f7c
commit de0fecf0fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -509,6 +509,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.
* [Moment.php](https://github.com/fightbulc/moment.php) - Moment.js inspired PHP DateTime handler with i18n support.
* [Yasumi](https://github.com/azuyalabs/yasumi) - A library to help you calculate the dates and names of holidays.
* [TimeHelper](https://github.com/zjkal/time-helper) - A smart PHP datetime helper library.
### Event
*Libraries that are event-driven or implement non-blocking event loops.*