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

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

demogorgorn/yii2-superfish-menu
===============================

Yii2 superfish jQuery menu widget

02601PHP

Since Feb 10Pushed 9y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Yii2 Superfish jQuery menu widget
=================================

[](#yii2-superfish-jquery-menu-widget)

This is the Yii2 Superfish jQuery menu widget that renders a nice looking menu.

Example of usage of the widget.

```
 echo \demogorgorn\superfish\Superfish::widget([
    'options' => [
        'class' => 'uk-float-right',
    ],
    'items' => [
        ['label' => 'First level menu item', 'url' => ['/site/index']],
        ['label' => 'First level menu item', 'url' => ['/site/preimushestva']],
        ['label' => 'First level menu item', 'url' => ['/site/juridicheskie-uslugi']],
        ['label' => 'First level menu item', 'url' => ['/site/tarify']],
        ['label' => 'First level menu item', 'url' => ['/site/publikacii']],
        [
            'label' => 'First level menu item',
            'url' => ['/site/kontakty'],
            'items' => [
                [
                    'label' => 'Second level menu item',
                    'url' => ['/site/index'],
                    'items' => [
                        ['label' => 'Third level menu item', 'url' => ['/site/index']],
                        ['label' => 'Third level menu item', 'url' => ['/site/preimushestva']],
                        ['label' => 'Third level menu item', 'url' => ['/site/juridicheskie-uslugi']],
                        ['label' => 'Third level menu item', 'url' => ['/site/tarify']],
                        ['label' => 'Third level menu item', 'url' => ['/site/publikacii']],
                    ],
                ],
                ['label' => 'Second level menu item', 'url' => ['/site/preimushestva']],
                [
                   'label' => 'Second level menu item',
                   'url' => ['/site/juridicheskie-uslugi'],
                   'options' => ['class' => 'li tag options'],
                   'linkOptions' => ['class' => 'link optionts'],
                ],
                ['label' => 'Second level menu item', 'url' => ['/site/tarify']],
                ['label' => 'Second level menu item', 'url' => ['/site/publikacii']],
            ],
        ],
    ],
  ]);
```

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

[](#installation)

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

Either run

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

```

or add

```
"demogorgorn/yii2-superfish-menu": "*"

```

to the require section of your `composer.json` file and run `composer update`.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92.3% 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/0ddafc5317495cf6271337b51e4992e54e33583006f31bc45e5ad55d302f75b8?d=identicon)[demogorgorn](/maintainers/demogorgorn)

---

Top Contributors

[![demogorgorn](https://avatars.githubusercontent.com/u/7351565?v=4)](https://github.com/demogorgorn "demogorgorn (12 commits)")[![smichae](https://avatars.githubusercontent.com/u/5036176?v=4)](https://github.com/smichae "smichae (1 commits)")

### Embed Badge

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

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

###  Alternatives

[josemmo/verifactu-php

Librería para la implementación del sistema VERI\*FACTU de la AEAT española

947.1k1](/packages/josemmo-verifactu-php)

PHPackages © 2026

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