Registry / utility / rlanvin-php-rrule

rlanvin-php-rrule

JSON →
library2.6.0phppackagistunverified

Lightweight and fast recurrence rules for PHP (RFC 5545)

composer require rlanvin/php-rrule
INSTALL
IMPORT
SIG · RLANVIN-PHP-RRULE
R
rlanvin-php-rrule
utilityphpv2.6.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

RRule
use RRule\RRule;

Generate recurring dates using RFC 5545 rules.

<?php use RRule\RRule; $rrule = new RRule('FREQ=DAILY;INTERVAL=2'); foreach ($rrule as $occurrence) { echo $occurrence->format('Y-m-d') . "\n"; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.6.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
rlanvin-php-rrule — pip install rlanvin-php-rrule · libregistry