vault backup: 2025-11-26 15:12:40

This commit is contained in:
Vincent Verbruggen
2025-11-26 15:12:40 +01:00
parent 5d55c88efb
commit dbe8119f52
6 changed files with 107 additions and 9 deletions

View File

@@ -1,3 +1,17 @@
<https://github.com/simshaun/recurr>
https://github.com/simshaun/recurr
#Carbon #TimeKeeping
PHP library for working with recurrence rules (RRULE, RFC 5545 standard) and converting them into DateTime objects. Useful for calendar applications and scheduling systems.
## Features
- Parse and create RRULE recurrence rules
- Transform rules into DateTime collections
- Generate human-readable descriptions of recurrence patterns
- Multi-language support for text output
- Apply constraints and filters (Before, After, Between)
- Handles edge cases like month-end dates
```bash
composer require simshaun/recurr
```
#php #rrule #recurrence #calendar #scheduling #datetime #recurring-events