PHPackages                             brezgalov/yii2-modules - 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. [Framework](/categories/framework)
4. /
5. brezgalov/yii2-modules

ActiveLibrary[Framework](/categories/framework)

brezgalov/yii2-modules
======================

yii2

v1.0.4(4y ago)072MITPHP

Since Dec 29Pushed 4y agoCompare

[ Source](https://github.com/Brezgalov/yii2-modules)[ Packagist](https://packagist.org/packages/brezgalov/yii2-modules)[ RSS](/packages/brezgalov-yii2-modules/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (6)Used By (0)

1. Создать папку **/modules/&lt;Имя модуля&gt;**
2. Создать **Module.php** внутри папки вида:

> ```
> namespace app\modules\;
> use yii\base\BootstrapInterface;
>
> class Module extends \brezgalov\modules\Module implements BootstrapInterface
> {
>     /**
>      * @var string
>      */
>     public $id = '';
> }
>
> ```

3. Создаем файл **/modules/&lt;Имя модуля&gt;/config/urlManager.php**, куда кладем роуты
4. Прописываем **&lt;Имя модуля&gt;** в **/config/modules** в виде:

> '&lt;Имя модуля&gt;' =&gt; \[ 'class' =&gt; 'app\\modules&lt;Имя модуля&gt;\\Module', \],

5. Прописываем имя модуля в массив в файле **/config/bootstrap.php**

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity65

Established project with proven stability

 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

Every ~300 days

Total

5

Last Release

1537d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/brezgalov-yii2-modules/health.svg)

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

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k104.3M844](/packages/laravel-socialite)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k38.6M289](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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