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

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

thunderid/menu
==============

menu generator

074PHP

Since Mar 22Pushed 11y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Installation
============

[](#installation)

Usage
=====

[](#usage)

Adding new Menu Item
--------------------

[](#adding-new-menu-item)

*Bootstrap 3*

```
$menu = new \thunderid\menu\Bootstrap3Menu();
$menu->add('dashboard', 'Dashboard', 'http://yahoo.com', null, '__left_nav');
$menu->add('overview', 'Overview', 'http://yahoo.com', 'glyphicon glyphicon-add', 'dashboard');
```

*Material Admin*

```
$menu = new \thunderid\menu\MaterialAdminSideMenu();
$menu->add('dashboard', 'Dashboard', 'http://yahoo.com', null);
$menu->add('overview', 'Overview', 'http://yahoo.com', 'glyphicon glyphicon-add', 'dashboard');
```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

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

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[monsieurbiz/sylius-menu-plugin

This plugins allows you to manage menus.

1570.2k1](/packages/monsieurbiz-sylius-menu-plugin)

PHPackages © 2026

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