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

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

ilbronza/menu
=============

:Menu generator

0206PHP

Since May 10Pushed 3w ago2 watchersCompare

[ Source](https://github.com/ilBronza/Menu)[ Packagist](https://packagist.org/packages/ilbronza/menu)[ RSS](/packages/ilbronza-menu/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Menu
====

[](#menu)

Menu generator

```
declare App\Providers\Helpers\MenuItems
```

```
$menu = app('menu');

$menu->setUsesCache(false);

$buttons = [];

$item = $menu->createButton([
	'name' => 'manzone',
]);
$item->setText('manzallone');
$item->addIcon('address-card');

foreach(['masd', 'uasjh', '134', 'qd', 'dwdw', 'dac', 'vfeb', 'er', '134', 'awsdwef'] as $name)
{
	$child = $menu->createButton([
		'name' => $name,
	]);
	$child->setText($name);

	$item->addChild($child);
}

$item->setDropdownColumns(4);

$item = $menu->createButton([
	'name' => 'fraccarone'
]);
$item->addIcon('handshake');
$item->setText('manzallato');

$item = $menu->createButton([
	'name' => 'mamnama'
]);
$item->setText('ioscolaaro');
$item->addIcon('feather');

$menu->moveItemToNavbar($item, 'manzarotta');

```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance62

Regular maintenance activity

Popularity13

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity11

Early-stage or recently created project

 Bus Factor1

Top contributor holds 84.4% 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/33c65523e8a1cdfe8ed5f5fb8d90101b28eceb8c2ef7acb50a24cf6c42b8e639?d=identicon)[ilBronza](/maintainers/ilBronza)

---

Top Contributors

[![bronza](https://avatars.githubusercontent.com/u/3426331?v=4)](https://github.com/bronza "bronza (27 commits)")[![lbortolon](https://avatars.githubusercontent.com/u/109848849?v=4)](https://github.com/lbortolon "lbortolon (3 commits)")[![ilBronza](https://avatars.githubusercontent.com/u/68387610?v=4)](https://github.com/ilBronza "ilBronza (2 commits)")

### Embed Badge

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

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

###  Alternatives

[t3/dce

Best FlexForm based content elements since 2012. With TCA mapping feature, simple backend view and much more features which makes it super easy to create own content element types.

17463.6k1](/packages/t3-dce)

PHPackages © 2026

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