PHPackages                             alex290/yii2-multinav - 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. alex290/yii2-multinav

ActiveYii2-extension

alex290/yii2-multinav
=====================

Yii2 Multilevel Nav hover

1.1.3(1y ago)166↓100%MITPHP

Since Mar 14Pushed 1y ago1 watchersCompare

[ Source](https://github.com/alex290/yii2-multilevel-nav)[ Packagist](https://packagist.org/packages/alex290/yii2-multinav)[ RSS](/packages/alex290-yii2-multinav/feed)WikiDiscussions main Synced 1mo ago

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

Yii2 Multilevel Nav hover
=========================

[](#yii2-multilevel-nav-hover)

Yii2 Multilevel Nav hover

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist alex290/yii2-multinav "*"

```

or add

```
"alex290/yii2-multinav": "*"

```

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

Usage
-----

[](#usage)

Once the extension is installed, simply use it in your code by :

```
echo Nav::widget([
        'items' => [
            [
                'label' => 'Home',
                'url' => ['site/index'],
                'linkOptions' => [],
            ],
            [
                'label' => 'Dropdown',
                 'items' => [
                     [
                         'label' => 'Dropdown',
                         'items' => [
                             ['label' => 'Level 1 - Dropdown A', 'url' => '#'],
                             ['label' => 'Level 1 - Dropdown B', 'url' => '#'],
                         ],
                     ],
                     ['label' => 'Level 1 - Dropdown A', 'url' => '#'],
                     ['label' => 'Level 1 - Dropdown B', 'url' => '#'],
                 ],
            ],
        ],
        'options' => [
            'class' =>'nav-pills', // set this to nav-tabs to get tab-styled navigation
            'backgroundColor' => '#222', // Цвет фона меню
            'backgroundColorHover' => '#3d3d3d', // Цвет пункта меню при наведении
            'backgroundColorActive' => '#3d3d3d', // Цвет пункта меню активного
            'color' => '#fff', // Цвет текста меню
            'colorActive' => '#fff', // Цвет текста меню активного
            'colorHover' => '#fff', // Цвет текста меню при наведении
        ],
    ]);

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

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 ~92 days

Recently: every ~115 days

Total

6

Last Release

691d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/35fd7f2d7b8be6fef06a2c6aee576282f55559098fd5d6075a7fedc80df48f34?d=identicon)[alex290](/maintainers/alex290)

---

Top Contributors

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

---

Tags

yii2extension

### Embed Badge

![Health badge](/badges/alex290-yii2-multinav/health.svg)

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

###  Alternatives

[skeeks/cms

SkeekS CMS — control panel and tools based on php framework Yii2

13825.6k46](/packages/skeeks-cms)[dmstr/yii2-cookie-consent

Yii2 Cookie Consent Widget

1452.6k](/packages/dmstr-yii2-cookie-consent)[richardfan1126/yii2-js-register

Yii2 widget to register JS into view

1357.2k7](/packages/richardfan1126-yii2-js-register)

PHPackages © 2026

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