PHPackages                             fonclub/yii2-menu - 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. fonclub/yii2-menu

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

fonclub/yii2-menu
=================

Menu module for Yii2

0323[1 issues](https://github.com/fonclub/yii2-menu/issues)PHP

Since Feb 24Pushed 11y ago2 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Menu module for Yii 2
=====================

[](#menu-module-for-yii-2)

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

[](#installation)

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

Either run

```
php composer.phar require fonclub/yii2-menu "*"

```

or add

```
"fonclub/yii2-menu": "*"

```

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

Usage
-----

[](#usage)

Once the extension is installed, simply modify your application configuration as follows:

```
'modules' => [
    ...
    'menu' => [
        'class' => 'fonclub\menu\Module',
    ],
],
```

Import the translations and use category 'fonclub/menu':

```
yii i18n/import @fonclub/menu/messages

```

To use the module, execute yii migration

```
yii migrate/up --migrationPath=@vendor/fonclub/yii2-menu/migrations

```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/fonclub-yii2-menu/health.svg)

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

###  Alternatives

[xj/yii2-sitemap

yii2-sitemap

142.7k](/packages/xj-yii2-sitemap)

PHPackages © 2026

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