PHPackages                             erikgall/menus - 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. [Framework](/categories/framework)
4. /
5. erikgall/menus

ActiveLibrary[Framework](/categories/framework)

erikgall/menus
==============

MyBarn menu manager for the laravel framework.

v1.1.0(10y ago)124PHPPHP &gt;=5.4.0

Since Jun 25Pushed 10y ago1 watchersCompare

[ Source](https://github.com/erikgall/menus)[ Packagist](https://packagist.org/packages/erikgall/menus)[ RSS](/packages/erikgall-menus/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

Menu/Item Manager for Laravel 5.1
=================================

[](#menuitem-manager-for-laravel-51)

```
$menu = $menus->build('siteMenu', function ($m) {

      $m->add('MAIN NAVIGATION', ['class' => 'header']);

      $dashboard = $m->add('Dashboard', ['url' => '#', 'class' => 'treeview']);

      $dashboard->link->wrap('span')
                      ->fa('dashboard')
                      ->iconLeft();

      $dashboard->add('Settings', ['url' => route('admin.dashboard')])->link->wrap('span')
                                                                            ->fa('circle-o');

      $page = $m->add('Pages', ['url' => route('admin.page.index')]);

      $page->link->wrap('span')
                 ->fa('newspaper-o');

      return $m;
    });

```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

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

Total

2

Last Release

3967d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/44d0a5db4aa44c040bcdd2d07a5a4e894f02fc08a11140e2282ac7d080d113f6?d=identicon)[erikgall](/maintainers/erikgall)

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/erikgall-menus/health.svg)

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

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k39.6M298](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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