PHPackages                             devgroup/yii2-events-system - 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. devgroup/yii2-events-system

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

devgroup/yii2-events-system
===========================

The easy and flexible system of events attaching via admin panel

42633[1 issues](https://github.com/DevGroup-ru/yii2-events-system/issues)PHP

Since Jul 19Pushed 8y ago8 watchersCompare

[ Source](https://github.com/DevGroup-ru/yii2-events-system)[ Packagist](https://packagist.org/packages/devgroup/yii2-events-system)[ RSS](/packages/devgroup-yii2-events-system/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Events system for Yii2
======================

[](#events-system-for-yii2)

It is a Yii2 extension for events managing via admin panel.

[![Build Status](https://camo.githubusercontent.com/4871964880a4b006364b61ff16fb1139949d372c3718d96506d8fa0dc56cdb27/68747470733a2f2f7472617669732d63692e6f72672f44657647726f75702d72752f796969322d6576656e74732d73797374656d2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/DevGroup-ru/yii2-events-system)[![codecov](https://camo.githubusercontent.com/e2f54118a9ef8e4eb6ea330a1f0f139853d91657918a08681d8bf72fd4347dd4/68747470733a2f2f636f6465636f762e696f2f67682f44657647726f75702d72752f796969322d6576656e74732d73797374656d2f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/DevGroup-ru/yii2-events-system)

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist devgroup/yii2-events-system "*"

```

or add

```
"devgroup/yii2-events-system": "*"

```

to the require section of your `composer.json` file.

Setting
-------

[](#setting)

For events managing via control panel You must set the `DevGroup\EventsSystem\Module` module at your `config/web.php` configuration file.

```
    // ...
    'modules' => [
        // ...
        'event' => [
            'class' => 'DevGroup\EventsSystem\Module',
            'manageControllerBehaviors' => [
                'access' => [
                    'class' => 'yii\filters\AccessControl',
                    'rules' => [
                        [
                            'allow' => true,
                            'roles' => ['@'],
                        ],
                    ],
                ],
                'verbs' =>[
                    'class' => 'yii\filters\VerbFilter',
                    'actions' => [
                        'delete' => ['POST'],
                    ],
                ]
            ],
        ],
        // ...
    ],
    // ...
```

After it any authorized user can manage events at the `http://example.com/event/manage/index` route. You can change access rules for this controller. Just update the `manageControllerBehaviors` property at `DevGroup\EventsSystem\Module` module.

Extra
-----

[](#extra)

- Database structure
- Usage examples

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 87.1% 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/b39988f8d3bfe24528079c8e623dfcf53bb2e44052866965a8a9347b0781aea0?d=identicon)[fps01](/maintainers/fps01)

---

Top Contributors

[![fps01](https://avatars.githubusercontent.com/u/2114997?v=4)](https://github.com/fps01 "fps01 (27 commits)")[![bethrezen](https://avatars.githubusercontent.com/u/260284?v=4)](https://github.com/bethrezen "bethrezen (4 commits)")

### Embed Badge

![Health badge](/badges/devgroup-yii2-events-system/health.svg)

```
[![Health](https://phpackages.com/badges/devgroup-yii2-events-system/health.svg)](https://phpackages.com/packages/devgroup-yii2-events-system)
```

###  Alternatives

[parsecsv/php-parsecsv

CSV data parser for PHP

6885.7M38](/packages/parsecsv-php-parsecsv)[sensiolabs/ansi-to-html

A library to convert a text with ANSI codes to HTML

2537.8M53](/packages/sensiolabs-ansi-to-html)[b13/container

Create Custom Container Content Elements for TYPO3

1823.1M63](/packages/b13-container)[lizhichao/one-sm

国密sm3

1871.4M4](/packages/lizhichao-one-sm)[kornrunner/keccak

Pure PHP implementation of Keccak

1252.7M251](/packages/kornrunner-keccak)[torann/json-ld

Extremely simple JSON-LD markup generator.

149620.7k1](/packages/torann-json-ld)

PHPackages © 2026

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