PHPackages                             regionelombardia-open20/luya-module-event - 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. regionelombardia-open20/luya-module-event

ActiveLuya-module[Utility &amp; Helpers](/categories/utility)

regionelombardia-open20/luya-module-event
=========================================

The event module will provide you a basic event system with categories. You can show past, future and current events.

12.0k↓50%1PHP

Since Sep 30Pushed 5y agoCompare

[ Source](https://github.com/regionelombardia-open20/luya-module-event)[ Packagist](https://packagist.org/packages/regionelombardia-open20/luya-module-event)[ RSS](/packages/regionelombardia-open20-luya-module-event/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

Event Module
============

[](#event-module)

The event module gives the possibility to add events to a Luya application. Therefore events can be added in the backend, which get shown on the frontend afterwards. It is possible to list all, past, current and future events. It is possible to show all categories or a single category.

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

[](#installation)

For the installation of modules Composer is required.

```
composer require johnnymcweed/luya-module-event:dev-master
```

### Configuration

[](#configuration)

```
return [
    'modules' => [
        // ...
        'event' => 'johnnymcweed\event\frontend\Module',
        'eventadmin' => 'johnnymcweed\event\admin\Module',
        // ...
    ],
];
```

### Initialization

[](#initialization)

After successfully installation and configuration run the migrate, import and setup command to initialize the module in your project.

1.) Migrate your database.

```
./vendor/bin/luya migrate
```

2.) Import the module and migrations into your LUYA project.

```
./vendor/bin/luya import
```

After adding the persmissions to your group you will be able to edit and add new news articles.

Example Views
-------------

[](#example-views)

There are default views set up. Use these or create your own custom views.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 Bus Factor1

Top contributor holds 57.9% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/6eb97765ff9c2a6c83df362376ac9fe8f21e4ac4c3b65fd1e2380233178fe500?d=identicon)[open2.0](/maintainers/open2.0)

---

Top Contributors

[![JohnnyMcWeed](https://avatars.githubusercontent.com/u/9844452?v=4)](https://github.com/JohnnyMcWeed "JohnnyMcWeed (11 commits)")[![StefanoCavazzini](https://avatars.githubusercontent.com/u/27275250?v=4)](https://github.com/StefanoCavazzini "StefanoCavazzini (4 commits)")[![waltermazza](https://avatars.githubusercontent.com/u/46817459?v=4)](https://github.com/waltermazza "waltermazza (3 commits)")[![giuseppealtomonte](https://avatars.githubusercontent.com/u/11960163?v=4)](https://github.com/giuseppealtomonte "giuseppealtomonte (1 commits)")

### Embed Badge

![Health badge](/badges/regionelombardia-open20-luya-module-event/health.svg)

```
[![Health](https://phpackages.com/badges/regionelombardia-open20-luya-module-event/health.svg)](https://phpackages.com/packages/regionelombardia-open20-luya-module-event)
```

PHPackages © 2026

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