Files
Obsidian-Vault/Career/Resources/Packages/Recurr.md
2025-11-26 15:12:40 +01:00

631 B

https://github.com/simshaun/recurr

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
composer require simshaun/recurr

#php #rrule #recurrence #calendar #scheduling #datetime #recurring-events