PHPackages                             halumein/yii2-schedule - 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. halumein/yii2-schedule

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

halumein/yii2-schedule
======================

schedule module

0721PHP

Since Jan 18Pushed 8y ago4 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Yii2-schedule
=============

[](#yii2-schedule)

Модуль расписаний

```
 composer require halumein/yii2-schedule "*"

```

миграция:

```
php yii migrate --migrationPath=vendor/halumein/yii2-schedule/migrations

```

В конфигурационный файл приложения добавить модуль test

```
    'modules' => [
        'schedule' => [
            'class' => 'halumein\schedule\Module',
            'userModel' => 'namespace\to\userModel' //модель пользователей, которые будут работать с расписанием
            'sourceList' => [
                'namespace\to\someModel' => 'modelName'
                // 'common\models\Playzone' => 'Игровые зоны'
                ...
            ], // список моделей, для которых будет создаваться расписание
        ],
        //...
    ]
```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 51% 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/ca61f99bdb01eb0f458944223a12e55575f73c4ffc6965259e2b96a8bbc26cee?d=identicon)[halumein](/maintainers/halumein)

---

Top Contributors

[![halumein](https://avatars.githubusercontent.com/u/5361342?v=4)](https://github.com/halumein "halumein (25 commits)")[![usesgraphcrt](https://avatars.githubusercontent.com/u/17561572?v=4)](https://github.com/usesgraphcrt "usesgraphcrt (22 commits)")[![AlChilyakov](https://avatars.githubusercontent.com/u/18215959?v=4)](https://github.com/AlChilyakov "AlChilyakov (2 commits)")

### Embed Badge

![Health badge](/badges/halumein-yii2-schedule/health.svg)

```
[![Health](https://phpackages.com/badges/halumein-yii2-schedule/health.svg)](https://phpackages.com/packages/halumein-yii2-schedule)
```

###  Alternatives

[jcbrand/converse.js

Browser based XMPP instant messaging client

3.3k156.7k](/packages/jcbrand-conversejs)

PHPackages © 2026

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