From d40329df80858b254c33d4583ccb574deeb71fdb Mon Sep 17 00:00:00 2001 From: Oladipo Ademola Date: Sun, 30 Nov 2025 08:14:48 +0100 Subject: [PATCH] Add Recurr library to date handling section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 26bc8f6bd..28e4bcf1b 100644 --- a/README.md +++ b/README.md @@ -520,6 +520,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. +* [Recurr](https://laravel-news.com/recurr) - A library for working with recurrence rules for calendar dates. ### Event *Libraries that are event-driven or implement non-blocking event loops.*