PHPackages                             remeritus/livewire-rrule-generator - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. remeritus/livewire-rrule-generator

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

remeritus/livewire-rrule-generator
==================================

Generates RRule string using Livewire.

0.2.1(4mo ago)039[1 PRs](https://github.com/remeritus/livewire-rrule-generator/pulls)MITPHPPHP ^8.1|^8.2CI failing

Since Jan 17Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/remeritus/livewire-rrule-generator)[ Packagist](https://packagist.org/packages/remeritus/livewire-rrule-generator)[ Docs](https://github.com/remeritus/livewire-rrule-generator)[ GitHub Sponsors](https://github.com/remeritus)[ RSS](/packages/remeritus-livewire-rrule-generator/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (9)Versions (21)Used By (0)

[![Livewire RRule Generator](./docs/images/livewire-rrule-generator-logo.png)](./docs/images/livewire-rrule-generator-logo.png)

[![Latest Version on Packagist](https://camo.githubusercontent.com/44f6764d0e2ae78c8ac02138bac7edc0eafc4fa6310be9a6aff9d42572263717/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f72656d6572697475732f6c697665776972652d7272756c652d67656e657261746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/remeritus/livewire-rrule-generator)[![GitHub Tests Action Status](https://camo.githubusercontent.com/67e1c8280ba3941b652de131dac69187a5f921fee0ea7326c0b825f8d059e027/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f72656d6572697475732f6c697665776972652d7272756c652d67656e657261746f722f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/remeritus/livewire-rrule-generator/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/6e07d2d95c09283ae126b9e7d93612f3e867610bfb875580a8054357a7b7c47e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f72656d6572697475732f6c697665776972652d7272756c652d67656e657261746f722f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/remeritus/livewire-rrule-generator/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/060473b4bcdfe613b4906b24175b2ddb045fea2dc168d4428f0ca0985becdb0f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f72656d6572697475732f6c697665776972652d7272756c652d67656e657261746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/remeritus/livewire-rrule-generator)

Livewire Rrule Generator is a GUI for `rlanvin/php-rrule`. It generates `RRULE` from [RFC 5545](https://datatracker.ietf.org/doc/html/rfc5545) complaint strings that can be used to manage recurring events.

Functionality is limited to Daily/Weekly/Monthly/Yearly rrules and GUI mimics Google Calendar approach.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require remeritus/livewire-rrule-generator
```

You can publish the config file with:

```
php artisan vendor:publish --tag="livewire-rrule-generator_without_prefix-config"
```

This is the content of the published config file:

```
return [
    'title'         => 'Define Schedule',
    'includeWeekend' => TRUE,
    'frequencies' => [
        'DAILY'     => TRUE,
        'WEEKLY'    => TRUE,
        'MONTHLY'   => TRUE,
        'YEARLY'    => TRUE,
    ],
    'defaultView'   => 'WEEKLY',
    'weekStarts'    => 'MO',
];
```

Setup
-----

[](#setup)

### TailwindCSS

[](#tailwindcss)

Add these additional lines into your tailwind.config.js file:

```
// use `purge` instead of `content` if using TailwindCSS v2.x
content: [
    './vendor/remeritus/livewire-rrule-generator/resources/views/**/*.blade.php',
    // etc...
]
```

Usage
-----

[](#usage)

### In your views

[](#in-your-views)

#### If you want to create new Rrule string

[](#if-you-want-to-create-new-rrule-string)

```

```

#### If you want to edit existing Rrule string

[](#if-you-want-to-edit-existing-rrule-string)

If you want to edit existing RRule you can pass it to `rrule-string`

```

```

### Accessing RRule String

[](#accessing--rrule-string)

- There is an `` from which you can extract the RRule String. So if you place `` within a form it will be part of the forms data.
- You can also listen to livewire event `rruleCreated`, which emits RRule String on Rrule's creation.

Credits
-------

[](#credits)

- [Richard Sihm](https://github.com/remeritus)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

41

—

FairBetter than 89% of packages

Maintenance76

Regular maintenance activity

Popularity7

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~80 days

Recently: every ~181 days

Total

19

Last Release

130d ago

PHP version history (3 changes)v0.0.1-alphaPHP ^8.0

0.1.4PHP ^8.1

0.2.1PHP ^8.1|^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/03b097b94a7e77a7daa6ddce34577e4f588eb6778c8ee5b3fead442cffe3b4e9?d=identicon)[remeritus](/maintainers/remeritus)

---

Top Contributors

[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (11 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (11 commits)")[![remeritus](https://avatars.githubusercontent.com/u/7386641?v=4)](https://github.com/remeritus "remeritus (2 commits)")

---

Tags

laravelremerituslivewire-rrule-generator

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/remeritus-livewire-rrule-generator/health.svg)

```
[![Health](https://phpackages.com/badges/remeritus-livewire-rrule-generator/health.svg)](https://phpackages.com/packages/remeritus-livewire-rrule-generator)
```

###  Alternatives

[livewire/volt

An elegantly crafted functional API for Laravel Livewire.

4195.3M84](/packages/livewire-volt)[leandrocfe/filament-apex-charts

Apex Charts integration for Filament PHP.

4861.2M8](/packages/leandrocfe-filament-apex-charts)[spatie/laravel-livewire-wizard

Build wizards using Livewire

4061.0M4](/packages/spatie-laravel-livewire-wizard)[ramonrietdijk/livewire-tables

Dynamic tables for models with Laravel Livewire

21147.4k](/packages/ramonrietdijk-livewire-tables)[ralphjsmit/livewire-urls

Get the previous and current url in Livewire.

82270.3k4](/packages/ralphjsmit-livewire-urls)[marcorieser/statamic-livewire

A Laravel Livewire integration for Statamic.

2381.5k10](/packages/marcorieser-statamic-livewire)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
