PHPackages                             host33/yii2-multilevel-vertical-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. host33/yii2-multilevel-vertical-menu

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

host33/yii2-multilevel-vertical-menu
====================================

This extension consists of a multilevel vertical menu.

44351[1 issues](https://github.com/host33/yii2-multilevel-vertical-menu/issues)CSS

Since May 7Pushed 5y ago3 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

yii2-multilevel-vertical-menu
=============================

[](#yii2-multilevel-vertical-menu)

This extension consists of a multilevel vertical menu. It is based on the SMenu extension. The CSS code has been taken from this page: [http://tympanus.net/codrops/2013/04/19/responsive-multi-level-menu/](http://tympanus.net/codrops/2013/04/19/responsive-multi-level-menu/ "http://tympanus.net/codrops/2013/04/19/responsive-multi-level-menu/")

Demo
----

[](#demo)

[https://yiidemos.oligalma.com/multilevelverticalmenu](https://yiidemos.oligalma.com/multilevelverticalmenu "https://yiidemos.oligalma.com/multilevelverticalmenu")

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

[](#installation)

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

Either run

```
$ php composer.phar require host33/yii2-multilevel-vertical-menu "dev-master"

```

or add

```
"host33/yii2-multilevel-vertical-menu": "dev-master"

```

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

Usage
-----

[](#usage)

```
use host33\multilevelverticalmenu\MultilevelVerticalMenu;
echo MultilevelVerticalMenu::widget(
array(
"menu"=>array(
  array("url"=>array(),
               "label"=>"Products",
          array("url"=>array(
                       "route"=>"/product/create"),
                       "label"=>"Create product",),
          array("url"=>array(
                      "route"=>"/product/list"),
                      "label"=>"Product List",),
          array("url"=>array(),
                       "label"=>"View Products",
          array("url"=>array(
                       "route"=>"/product/show",
                       "params"=>array("id"=>3),
                       "htmlOptions"=>array("title"=>"title")),
                       "label"=>"Product 3"),
            array("url"=>array(),
                         "label"=>"Product 4",
                array("url"=>array(
                             "route"=>"/product/show",
                             "params"=>array("id"=>5)),
                             "label"=>"Product 5")))),
          array("url"=>array(
                       "route"=>"/event/create"),
                       "label"=>"Sales"),
          array("url"=>array(
                       "route"=>"/event/create"),
                       "label"=>"Extensions",
                       "visible"=>false),
          array("url"=>array(),
                       "label"=>"Documentation",
              array("url"=>array(
                           "link"=>"http://www.yiiframework.com",
                           "htmlOptions"=>array("target"=>"_BLANK")),
                           "label"=>"Yii Framework"),
          array("url"=>array(),
                       "label"=>"Clothes",
          array("url"=>array(
                       "route"=>"/product/men",
                       "params"=>array("id"=>3),
                       "htmlOptions"=>array("title"=>"title")),
                       "label"=>"Men"),
            array("url"=>array(),
                         "label"=>"Women",
                array("url"=>array(
                             "route"=>"/product/scarves",
                             "params"=>array("id"=>5)),
                             "label"=>"Scarves"))),
              array("url"=>array(
                           "route"=>"site/menuDoc"),
                           "label"=>"Disabled Link",
						   "disabled"=>true),
                )
          ),
    "transition" => 1 // To choose between 1,2,3,4 and 5.
)
);
```

License
-------

[](#license)

**yii2-multilevel-vertical-menu** is released under the GPLv3 License. See the bundled `LICENSE.md` for details.

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity30

Early-stage or recently created project

 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/cbe22a4b4c4f5f221d5889eb893abae75c9331b977d4f7a46e335587aae2ed11?d=identicon)[oligalma](/maintainers/oligalma)

---

Top Contributors

[![oligalma](https://avatars.githubusercontent.com/u/8697725?v=4)](https://github.com/oligalma "oligalma (1 commits)")

### Embed Badge

![Health badge](/badges/host33-yii2-multilevel-vertical-menu/health.svg)

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

###  Alternatives

[symfony/event-dispatcher

Provides tools that allow your application components to communicate with each other by dispatching events and listening to them

8.5k985.9M3.4k](/packages/symfony-event-dispatcher)[symfony/polyfill-intl-grapheme

Symfony polyfill for intl's grapheme\_\* functions

1.7k702.8M27](/packages/symfony-polyfill-intl-grapheme)[seld/phar-utils

PHAR file format utilities, for when PHP phars you up

875180.0M32](/packages/seld-phar-utils)[phpdocumentor/graphviz

Wrapper for Graphviz

9811.3M21](/packages/phpdocumentor-graphviz)

PHPackages © 2026

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