PHPackages                             kerneldos/yii2-admin-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. [Admin Panels](/categories/admin)
4. /
5. kerneldos/yii2-admin-modules

ActiveYii2-extension[Admin Panels](/categories/admin)

kerneldos/yii2-admin-modules
============================

The Yii2 extension of module management

1.4(5y ago)0201MITPHP

Since Nov 16Pushed 5y ago1 watchersCompare

[ Source](https://github.com/kerneldos/yii2-admin-modules)[ Packagist](https://packagist.org/packages/kerneldos/yii2-admin-modules)[ Docs](https://github.com/kerneldos/yii2-admin-modules)[ RSS](/packages/kerneldos-yii2-admin-modules/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (5)Versions (6)Used By (1)

yii2-admin-modules
==================

[](#yii2-admin-modules)

[![Latest Version on Packagist](https://camo.githubusercontent.com/3cee3d6c87d6904c16de0ba4b7399d634c27bfd326f0f45b9e93ad087d4127f4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6b65726e656c646f732f796969322d61646d696e2d6d6f64756c65732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/kerneldos/yii2-admin-modules)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Total Downloads](https://camo.githubusercontent.com/84341fe21a4c2461420b1e75ac19c9688afa02b275ab716b5ab0ed1661290a07/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6b65726e656c646f732f796969322d61646d696e2d6d6f64756c65732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/kerneldos/yii2-admin-modules)

Install
-------

[](#install)

Via [composer](http://getcomposer.org/download/)

```
$ composer require --prefer-dist kerneldos/yii2-admin-modules
```

or add

```
"kerneldos/yii2-admin-modules": "~1.0"

```

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

### Apply migrations to create required tables

[](#apply-migrations-to-create-required-tables)

```
yii migrate --migrationPath=@kerneldos/extmodule/migrations --interactive=0
```

Usage
-----

[](#usage)

Add the module to your main config file for manual config, ex:

```
'modules' => [
    //...
    'admin' => [
        'class' => 'kerneldos\extmodule\Module',

        'layoutPath' => '@app/views/layouts',
        'layout' => 'main',

        'as Access' => [
            'class' => 'yii\filters\AccessControl',
            'rules' => [
                [
                    'allow' => true,
                    'roles' => ['admin'],
                ],
            ],
        ],
    ],
    //...
],
```

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CODE\_OF\_CONDUCT](CODE_OF_CONDUCT.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [kerneldos](https://github.com/kerneldos)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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 ~0 days

Total

5

Last Release

2053d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/24893326?v=4)[Мишин Артём](/maintainers/kerneldos)[@kerneldos](https://github.com/kerneldos)

---

Top Contributors

[![mishinAe](https://avatars.githubusercontent.com/u/143597772?v=4)](https://github.com/mishinAe "mishinAe (4 commits)")[![kerneldos](https://avatars.githubusercontent.com/u/24893326?v=4)](https://github.com/kerneldos "kerneldos (2 commits)")

---

Tags

yii2extensionkerneldosyii2-admin-modules

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

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

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

###  Alternatives

[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.9M67](/packages/dmstr-yii2-adminlte-asset)[yiister/yii2-gentelella

Free admin template for backend

277293.1k5](/packages/yiister-yii2-gentelella)

PHPackages © 2026

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