PHPackages                             moonwalkerz/oc-events-plugin - 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. moonwalkerz/oc-events-plugin

ActiveOctober-plugin

moonwalkerz/oc-events-plugin
============================

Events Manager for October CMS

v1.0.21(2y ago)43192MITJavaScriptPHP &gt;=7.4

Since Oct 19Pushed 2y ago1 watchersCompare

[ Source](https://github.com/moonwalkerz/oc-events-plugin)[ Packagist](https://packagist.org/packages/moonwalkerz/oc-events-plugin)[ RSS](/packages/moonwalkerz-oc-events-plugin/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (8)Dependencies (3)Versions (12)Used By (0)

 [![](cover_github.jpg)](cover_github.jpg)

Events | October CMS
====================

[](#events--october-cms)

MoonWalkerz present "Events"! A simple event plugin for October CMS. this plugin allows you to create and publish events on your website. What more do you want?

News and Changelog
------------------

[](#news-and-changelog)

V1.0.21

- Minor bug fix.
- Translations added and fixed.

V1.0.18

- Add Default Event theme in Tailwind CSS, you can disable this function in component settings and use your custom css.
- in component settings you can enable or disable attachments.
- Leaflet map update and minor fix.
- Perimission fix.

🔥 Features 🔥
------------

[](#-features-)

- Fully manageable from backend.
- Add and manage multiple categories.
- Add and manage multiple locations.
- Add and manage multiple tags.
- Add and manage mutiple contacts.
- You can set the start and end of the event.
- Default Tailwind CSS event style
- Enable ord disable attachments on event page

💊 Dependencies 💊
----------------

[](#-dependencies-)

this plugin needs the following dependencies:

- Rainlab.Translate
- Inetis.ListSwitch

🚀 Install 🚀
-----------

[](#-install-)

You can install this plugin with this command:

```
composer require moonwalkerz/oc-events-plugin

```

Next:

```
php artisan october:migrate

```

⚙️ Documentation ⚙️
-------------------

[](#️-documentation-️)

Using this plugin is really simple! Once installed just insert the component on the page and and enter the settings and filters you want.

In page component setting, by default is enabled Tailwind css style, you can disable that and use your custom style.

in single event page, in component settings you can enable or disable attachments.

below some examples:

### Example of an event page with url like /event/yyy/mm/dd/slug

[](#example-of-an-event-page-with-url-like-eventyyymmddslug)

```
url = "/evento/:y/:m/:d/:slug"
layout = "default"
title = "Evento"

[eventPage]
slug = "{{ :slug }}"
y = "{{ :y }}"
m = "{{ :m }}"
d = "{{ :d }}"
==

{% component 'eventPage' %}

```

### Example of a page with a list of events

[](#example-of-a-page-with-a-list-of-events)

The list of events has two possible types of pagination, the classic one with page numbering or the incremental one that adds new events by pressing loadmore url = "/events/:page?" layout = "default" title = "Events"

```
[eventList]
pageNumber = "{{ :page }}"
eventsPerPage = 9
skip = 0
paginate = 0
timeline = 1
sortOrder = "date_from asc"
eventPage = "event"
categories = "{{ :categories }}"
==

{% component 'eventList' %}

```

### Example of a page with a list of events filtered by tag

[](#example-of-a-page-with-a-list-of-events-filtered-by-tag)

```
url = "/tag/:tags/:page?"
layout = "default"
title = "Events by Tag"

[eventList]
pageNumber = "{{ :page }}"
eventsPerPage = 9
skip = 0
paginate = 0
timeline = 1
sortOrder = "date_from asc"
eventPage = "event"
categories = "{{ :categories }}"
tags = "{{ :tags }}"
==

            Events  tagged by {{ tags }}

    {% component 'eventList' %}

```

🙏 Big Thanks to 🙏
-----------------

[](#-big-thanks-to-)

- Leaflet |
- Rainlab |
- BlackFox IT |  (bug reporting and testing)

🤑 Support Us 🤑
--------------

[](#-support-us-)

These codes make your life easier and you avoid wasting time?
Give us some RedBull!

USDT(BEP20)
0x367B9207ACBC30022F9A7262320E36661D7Ffeb5

✉️ Contact Us ✉️
----------------

[](#️-contact-us-️)

Do you have any suggestions?
Do you need to customise this plugin?

Mail:
Telegram: @MoonWalkerzDev

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 59% of commits — single point of failure

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 ~35 days

Recently: every ~87 days

Total

11

Last Release

950d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d164ece0b7512a99bc483cbb9c58a96d1163d09afe54277f766f1dd09525710c?d=identicon)[inalto](/maintainers/inalto)

---

Top Contributors

[![Ygrev39](https://avatars.githubusercontent.com/u/88211631?v=4)](https://github.com/Ygrev39 "Ygrev39 (69 commits)")[![inalto](https://avatars.githubusercontent.com/u/6382732?v=4)](https://github.com/inalto "inalto (48 commits)")

---

Tags

plugineventscmsoctobervenues

### Embed Badge

![Health badge](/badges/moonwalkerz-oc-events-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/moonwalkerz-oc-events-plugin/health.svg)](https://phpackages.com/packages/moonwalkerz-oc-events-plugin)
```

###  Alternatives

[offline/oc-mall-plugin

E-commerce solution for October CMS

1744.6k2](/packages/offline-oc-mall-plugin)[october/rain

October Rain Library

1601.7M63](/packages/october-rain)[abwebdevelopers/oc-imageresize-plugin

Image resizing made easy for October CMS

141.3k](/packages/abwebdevelopers-oc-imageresize-plugin)

PHPackages © 2026

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