PHPackages                             kak/navmenu - 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. kak/navmenu

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

kak/navmenu
===========

Yii2 navmenu widgets

0.0.2(5y ago)0426MITPHP &gt;=5.4.0

Since Nov 3Compare

[ Source](https://github.com/sanchezzzhak/kak-navmenu)[ Packagist](https://packagist.org/packages/kak/navmenu)[ Docs](https://github.com/sanchezzzhak/kak-navmenu)[ RSS](/packages/kak-navmenu/feed)WikiDiscussions Synced today

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

kak-navmenu
===========

[](#kak-navmenu)

Sidebar, TopMenu, Tabs, widgets for Yii2

Preview
-------

[](#preview)

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist kak/navmenu "*"

```

or add

```
"kak/navmenu": "*"

```

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

Usage `Sidebar`
---------------

[](#usage-sidebar)

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

```
use kak\widgets\navmenu\Sidebar;
use yii\web\View;
use yii\web\Controller;
/**
 * @var $this View
 * @var $context Controller
*/
$context =  $this->context;
?>

        or

```

Usage `Tabs` (responsive bootstrap tabs)
----------------------------------------

[](#usage-tabs-responsive-bootstrap-tabs)

```
use kak\widgets\navmenu\Tabs;

echo Tabs::widget([
    'options' => ['class' => 'nav nav-tabs '],
    'items' => [
        ['label' => 'Stat for Month', 'url' => ['month'], 'active' => true],
        // ...
    ]
]);
```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity40

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

Total

2

Last Release

2066d ago

### Community

Maintainers

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

---

Top Contributors

[![sanchezzzhak](https://avatars.githubusercontent.com/u/1337066?v=4)](https://github.com/sanchezzzhak "sanchezzzhak (18 commits)")

---

Tags

yii2widgetnavmenu bootstrapnavmenu for yii2

### Embed Badge

![Health badge](/badges/kak-navmenu/health.svg)

```
[![Health](https://phpackages.com/badges/kak-navmenu/health.svg)](https://phpackages.com/packages/kak-navmenu)
```

###  Alternatives

[softark/yii2-dual-listbox

Bootstrap Dual Listbox Widget for Yii 2

20151.1k11](/packages/softark-yii2-dual-listbox)[richardfan1126/yii2-js-register

Yii2 widget to register JS into view

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

PHPackages © 2026

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