PHP Package: simshaun/recurr

Recurr is a versatile PHP library for recurring events and schedules, providing simple and flexible solutions for developers.

Current Version: 6.0.0
Last Updated: Date not available
PHP Requirement: >=8.4
Dependencies:
composer/installers
phpunit/phpunit
⚠️ To ensure full functionality, the above dependencies might be required.

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.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 6.0.0

Download Download v6.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.