PHPackages                             phpnt/yii2-metismenu - 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. phpnt/yii2-metismenu

ActiveYii2-extension

phpnt/yii2-metismenu
====================

Yii2 Metis Menu

0.0.3(7y ago)227.3k↓26.9%1MITCSSPHP &gt;=5.4.0

Since Apr 11Pushed 7y ago1 watchersCompare

[ Source](https://github.com/phpnt/yii2-metismenu)[ Packagist](https://packagist.org/packages/phpnt/yii2-metismenu)[ RSS](/packages/phpnt-yii2-metismenu/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (3)Versions (3)Used By (1)

phpNT - metisMenu
=================

[](#phpnt---metismenu)

[![Latest Stable Version](https://camo.githubusercontent.com/f11ce455be6cf904067d8608c7033e2d668bf3c9f132d4d80727862b65f6a9b2/68747470733a2f2f706f7365722e707567782e6f72672f7068706e742f796969322d6d657469736d656e752f762f737461626c65)](https://packagist.org/packages/phpnt/yii2-metismenu) [![Total Downloads](https://camo.githubusercontent.com/1ca70b9408cdf512f435665eb149540f16c920d5bf768c9a2b4c60ca72f9c0fb/68747470733a2f2f706f7365722e707567782e6f72672f7068706e742f796969322d6d657469736d656e752f646f776e6c6f616473)](https://packagist.org/packages/phpnt/yii2-metismenu) [![Latest Unstable Version](https://camo.githubusercontent.com/061ada05b0c7f16879adf1fab4d6c01a65e15fc63300c11bc44ff00e83b76c4c/68747470733a2f2f706f7365722e707567782e6f72672f7068706e742f796969322d6d657469736d656e752f762f756e737461626c65)](https://packagist.org/packages/phpnt/yii2-metismenu) [![License](https://camo.githubusercontent.com/7f994ee65627ffffe667aae8045e650eb0aa4fbc7ca730ad15329df7921f964d/68747470733a2f2f706f7365722e707567782e6f72672f7068706e742f796969322d6d657469736d656e752f6c6963656e7365)](https://packagist.org/packages/phpnt/yii2-metismenu)

### Описание:

[](#описание)

### Плагин поможет сделать меню в боковой колонке сайта, настраиваются выпадающие списки подпунктов и их направление, подходит для Bootstrap вёрстки.

[](#плагин-поможет-сделать-меню-в-боковой-колонке-сайта-настраиваются-выпадающие-списки-подпунктов-и-их-направление-подходит-для-bootstrap-вёрстки)

### [DEMO](http://phpnt.com/widget/metismenu)

[](#demo)

---

### - [Поддержать phpNT](http://phpnt.com/donate/index)

[](#--поддержать-phpnt)

---

### Социальные сети:

[](#социальные-сети)

- [Канал YouTube](https://www.youtube.com/c/phpnt)
- [Группа VK](https://vk.com/phpnt)
- [Группа facebook](https://www.facebook.com/Phpnt-595851240515413/)

---

Установка:

---

```
php composer.phar require "phpnt/yii2-metismenu" "*"

```

или

```
composer require phpnt/yii2-metismenu

```

или добавить в composer.json файл

```
"phpnt/yii2-metismenu": "*"

```

### Представление:

[](#представление)

---

```

```

```

         [
                ['label' => 'Элемент 1',
                    'url' => ['services/index'],
                    'options'=>['class'=>'dropdown active'],
                    'template' => '{label}',
                    'items' => [
                        ['label' => 'Ссылка 1', 'url' => ['#']],
                        ['label' => 'Ссылка 2', 'url' => ['#']],
                    ]
                ],
                ['label' => 'Элемент 2',
                    'url' => ['services/index'],
                    'options'=>['class'=>'dropdown'],
                    'template' => '{label}',
                    'items' => [
                        ['label' => 'Ссылка 1', 'url' => ['#']],
                        ['label' => 'Ссылка 2', 'url' => ['#']],
                    ]
                ],
                ['label' => 'Элемент 3',
                    'url' => ['services/index'],
                    'options'=>['class'=>'dropdown'],
                    'template' => '{label}',
                    'items' => [
                        ['label' => 'Ссылка 1', 'url' => ['#']],
                        ['label' => 'Ссылка 2', 'url' => ['#']],
                    ]
                ],
            ],
            'options' => [
                'id'=>'side-menu',
                'class' => 'metismenu',
            ],
            'activeCssClass'=>'active',
            'firstItemCssClass'=>'fist',
            'lastItemCssClass' =>'last',
        ]); ?>

------------
# Документация (примеры):
## [metisMenu](https://github.com/onokumus/metisMenu)
------------
### Версия:
### 0.0.1
------------
### Лицензия:
### [MIT](https://ru.wikipedia.org/wiki/%D0%9B%D0%B8%D1%86%D0%B5%D0%BD%D0%B7%D0%B8%D1%8F_MIT)
------------
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity49

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

Every ~302 days

Total

3

Last Release

2720d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4ef8790bedff67ae354b2d0450ffd1eaccc992bfb880213fdbb22a75e1e2c4d3?d=identicon)[phpnt](/maintainers/phpnt)

---

Top Contributors

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

---

Tags

yii2phpntmetisMenumetis-menu

### Embed Badge

![Health badge](/badges/phpnt-yii2-metismenu/health.svg)

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

PHPackages © 2026

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