# simshaun/recurr

PHP library for working with recurrence rules (RRULE); meant to help with recurring calendar events.

Repository: https://github.com/simshaun/recurr
Canonical: https://ross.abutalabs.com/products/recurr
Language: PHP
License: NOASSERTION
License Family: other
Topics: php, recurring-events, recurrence, recurrence-rules
Last push: 2025-10-07T07:01:11+00:00

## Health v2 (maintenance only)
Score: 52/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 45, release rhythm 35, longevity 100
- inputs: {"age_days": 4830, "days_push": 330, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1602, forks 152 (observed 2026-08-28T04:05:09.717313+00:00)

## What it is
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
- artifact type: library
- maturity: active
- function: date-time, parser
- domain: developer-tools, web-development
- platform: php
- tags: rrule, recurrence-rules, calendar-events, rfc5545, icalendar

## Member repositories
- simshaun/recurr (main) score 52

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:09.717313+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:52:38.049088+00:00, confidence not recorded.
  - readme: https://github.com/simshaun/recurr (fetched 2026-08-28T04:05:09.717313+00:00, sha c65235167060)
- Data as of 2026-08-30T08:39:29.467469+00:00.
