simshaun/recurr
PHP library for working with recurrence rules (RRULE); meant to help with recurring calendar events. observed · 2026-08-28
Health v2 · maintenance only
52/100
- Activity 45
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4830
- days_rel: n/a
- days_push: 330
- n_releases_24m: 0
Adoption not part of the score
1602 stars · 152 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Recurr is a PHP library for parsing, building, and transforming recurrence rules (RRULE from RFC 5545) into DateTime objects. It is designed to power calendars with recurring events and is inspired by rrule.js.
Use cases
- parse RRULE strings into recurring event dates in PHP
- generate DateTime objects from recurrence rules for a calendar
- build RRULE strings programmatically with a fluent API
- compute occurrences of monthly or weekly recurring events
- limit or constrain generated recurrence dates
- implement recurring events in a scheduling application
When to choose
- you need RFC 5545 RRULE support in a PHP project
- you are building a calendar or scheduling feature with recurring events
- you want a small focused library rather than a full iCalendar suite
When to avoid
- you need full iCalendar file parsing or generation, not just RRULEs
- you are not working in PHP
- you need recurrence handling in JavaScript (use rrule.js instead)
Facets
library · maturity active
date-time parser developer-tools web-development php rrule recurrence-rules calendar-events rfc5545 icalendar
1 source
- readme: https://github.com/simshaun/recurr · fetched 2026-08-28 · c65235167060
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| simshaun/recurr | main | 52 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem