PHP Package: rlanvin/php-rrule
PHP library for creating recurrence rules following the iCalendar specification, providing flexible and easy-to-use functionalities for generating recurring events in applications.
Package Description
PHP library 'php-rrule' is a comprehensive tool for handling complex recurring event rules, supporting advanced features like exclusion rules, recurrence sets, and customizable recurring patterns. With this library, developers can effortlessly manage event scheduling and recurrence logic in their applications.
Download Latest Version: 2.6.0

Previous Versions
Code Integration Example
Make sure to include the correct namespace and class paths for proper usage.
<?php
// Example from PHPlibraries.com
require_once 'libs/rlanvin/php-rrule/2.6.0/loader.php';
require_once 'libs/composer/composer/2.8.12/loader.php';
require_once 'libs/symfony/console/7.3.4/loader.php';
use RRule\RRule;
use RRule\RRuleSet;
$obj = new RRule();
echo '✅ Test OK: ' . get_class($obj);
?>
We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.
Community Discussion
Ask questions, share tips, or report issues below.