PHPackages                             maks757/yii2-data-events - 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. maks757/yii2-data-events

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

maks757/yii2-data-events
========================

Events module.

0.0.001(9y ago)01PHP

Since Feb 15Pushed 9y ago1 watchersCompare

[ Source](https://github.com/maks757/yii2-data-events)[ Packagist](https://packagist.org/packages/maks757/yii2-data-events)[ RSS](/packages/maks757-yii2-data-events/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (6)Versions (2)Used By (0)

yii2-data-articles
==================

[](#yii2-data-articles)

### backend config

[](#backend-config)

```
'modules' => [
    'articles' => [
        'class' => \maks757\articlesdata\ArticleModule::className(),
        // activate multi language
        'multi_languages' => true, // default false
        'language_class' => Object::className(), // yor language model, ( Language::className() )
        'language_default' => 1, // yor language model, param id ( Language::find()->one()->id or Language::find()->one()->getPrimaryKey() )
        'language_where' => ['show' => true], // yor language model, method where()
        'language_field' => 'name' // yor language model, field name language
    ],
    //...
],
```

### common config

[](#common-config)

```
'components' => [
        'article' => [
            'class' => \maks757\imagable\Imagable::className(),
            'imageClass' => CreateImageMetaMulti::className(),
            'nameClass' => GenerateName::className(),
            'imagesPath' => '@frontend/web/images',
            'categories' => [
                'category' => [
                    'article' => [
                        'size' => [
                            'origin' => [
                                'width' => 0,
                                'height' => 0,
                            ]
                        ]
                    ],
                    'images' => [
                        'size' => [
                            'origin' => [
                                'width' => 0,
                                'height' => 0,
                            ]
                        ]
                    ]
                ]
            ]
        ],
        //...
    ],
```

[![Alt text](/image/author.jpg "Optional title")](/image/author.jpg)

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

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

Unknown

Total

1

Last Release

3422d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/11841208?v=4)[Cherednyk Maxim](/maintainers/maks757)[@maks757](https://github.com/maks757)

---

Top Contributors

[![maks757](https://avatars.githubusercontent.com/u/11841208?v=4)](https://github.com/maks757 "maks757 (4 commits)")

---

Tags

events

### Embed Badge

![Health badge](/badges/maks757-yii2-data-events/health.svg)

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

###  Alternatives

[doctrine/event-manager

The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.

6.0k517.6M149](/packages/doctrine-event-manager)[psr/event-dispatcher

Standard interfaces for event handling.

2.3k650.1M1.2k](/packages/psr-event-dispatcher)[laminas/laminas-eventmanager

Trigger and listen to events within a PHP application

1.0k71.7M251](/packages/laminas-laminas-eventmanager)[simshaun/recurr

PHP library for working with recurrence rules

1.6k16.7M51](/packages/simshaun-recurr)

PHPackages © 2026

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