PHPackages                             samdark/yii2-iconized-menu-widget - 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. samdark/yii2-iconized-menu-widget

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

samdark/yii2-iconized-menu-widget
=================================

IconizedMenu automatically adds favicons in front of menu links

1.3.2(12y ago)82117BSD-3-ClausePHP

Since Jan 9Pushed 6y ago1 watchersCompare

[ Source](https://github.com/samdark/yii2-iconized-menu-widget)[ Packagist](https://packagist.org/packages/samdark/yii2-iconized-menu-widget)[ Docs](https://github.com/samdark/yii2-iconized-menu-widget)[ RSS](/packages/samdark-yii2-iconized-menu-widget/feed)WikiDiscussions master Synced yesterday

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

Iconized menu
=============

[](#iconized-menu)

Allows you to create a menu with the corresponding favicon on the left of each item.

[![Screenshot of the menu](https://camo.githubusercontent.com/6b395985f913898f4d1c8925082f8ca4703635b21268804ece7cfc9f76543902/68747470733a2f2f7261772e6769746875622e636f6d2f73616d6461726b2f796969322d69636f6e697a65642d6d656e752d7769646765742f6d61737465722f73637265656e73686f742e706e67)](https://camo.githubusercontent.com/6b395985f913898f4d1c8925082f8ca4703635b21268804ece7cfc9f76543902/68747470733a2f2f7261772e6769746875622e636f6d2f73616d6461726b2f796969322d69636f6e697a65642d6d656e752d7769646765742f6d61737465722f73637265656e73686f742e706e67)

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

[](#installation)

Add the following to `require` section of your `composer.json`:

```
"samdark/yii2-iconized-menu-widget": "*"

```

Then do `composer install`.

Usage
-----

[](#usage)

```
use samdark\iconizedMenu;
echo Menu::widget([
	'items' => [
		['label' => 'Yii Framework', 'url' => 'http://yiiframework.com/'],
		['label' => 'RMCreative', 'url' => 'http://rmcreative.ru/', 'items' => [
			['label' => 'Yii Framework Russia', 'url' => 'http://yiiframework.ru/'],
		]],
		['label' => 'Twitter', 'url' => 'http://twitter.com/'],
	],
]);
```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity67

Established project with proven stability

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

Total

5

Last Release

4419d ago

### Community

Maintainers

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

---

Top Contributors

[![samdark](https://avatars.githubusercontent.com/u/47294?v=4)](https://github.com/samdark "samdark (10 commits)")

---

Tags

faviconiconswidgetyii2menuextensionyiifaviconicon

### Embed Badge

![Health badge](/badges/samdark-yii2-iconized-menu-widget/health.svg)

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

###  Alternatives

[kartik-v/yii2-icons

Set of icon frameworks for use in Yii Framework 2.0

73970.3k34](/packages/kartik-v-yii2-icons)[evgeniyrru/yii2-slick

Yii2 extension for Slick Carousel

22182.1k3](/packages/evgeniyrru-yii2-slick)

PHPackages © 2026

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