PHP Package: simshaun/recurr
Recurr is a versatile PHP library for recurring events and schedules, providing simple and flexible solutions for developers.
Package Description
Recurr is a powerful PHP library designed to handle recurring events and schedules efficiently. It simplifies the management of repetitive tasks by offering a broad range of features and customization options. With Recurr, developers can effortlessly create, update, and manage recurring events in their applications, saving time and effort in the process.
Download Latest Version: 6.0.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/simshaun/recurr/6.0.0/loader.php';
require_once 'libs/composer/installers/2.3.0/loader.php';
require_once 'libs/sebastianbergmann/phpunit/12.4.1/loader.php';
use Simshaun\Recurr\Event;
use PHPUnit\Framework\TestCase;
$obj = new Event();
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.