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

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

sciarcinski/laravel-menu
========================

Menu generator package for the Laravel 5.\*, Laravel 6.0 framework

4.1(6y ago)2195MITPHPPHP &gt;=7.2

Since Feb 23Pushed 6y agoCompare

[ Source](https://github.com/sciarcinski/laravel-menu)[ Packagist](https://packagist.org/packages/sciarcinski/laravel-menu)[ RSS](/packages/sciarcinski-laravel-menu/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (4)DependenciesVersions (6)Used By (0)

Laravel 5.*, 6.* Menu
=====================

[](#laravel-5-6-menu)

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

[](#installation)

1. Run

```
composer require sciarcinski/laravel-menu
```

in console to install this module

2. Open `config/app.php` and:

#### Service Provider

[](#service-provider)

```
Sciarcinski\LaravelMenu\MenusServiceProvider::class,
```

#### Facade

[](#facade)

```
'Menu' => Sciarcinski\LaravelMenu\Facades\Menu::class,
```

Getting started
---------------

[](#getting-started)

To get started run:

```
php artisan menu:make TestMenu
```

This will create a file: App\\Menus\\TestMenu

**To render the menu in your view:**

```

  {!! Menu::get('test_menu')->render() !!}

```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity62

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

Total

5

Last Release

2387d ago

Major Versions

2.5.4 → 3.1.22018-12-21

3.1.2 → 4.02019-09-13

PHP version history (2 changes)2.0.x-devPHP &gt;=7.0

4.0PHP &gt;=7.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/20979945?v=4)[sciarcinski](/maintainers/sciarcinski)[@sciarcinski](https://github.com/sciarcinski)

---

Top Contributors

[![sciarcinski](https://avatars.githubusercontent.com/u/20979945?v=4)](https://github.com/sciarcinski "sciarcinski (35 commits)")

---

Tags

laravellaravel 6menularavel 5

### Embed Badge

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

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

###  Alternatives

[vespakoen/menu

Managing menus the easy way.

27187.0k5](/packages/vespakoen-menu)[victorybiz/geoip-location

Get the geographical location of website visitors based on their IP addresses. Support Laravel and PHP (Non-Laravel) Project.

22164.3k2](/packages/victorybiz-geoip-location)[nedwors/navigator

A Laravel package to ease defining navigation menus

433.4k](/packages/nedwors-navigator)[efficiently/jquery-laravel

This package provides jQuery and the jQuery-ujs driver for your Laravel &gt;= 6 application.

1311.2k1](/packages/efficiently-jquery-laravel)[nguyendachuy/laravel-menu

Laravel Menu Builder | Drag &amp; Drop | Bootstrap | Laravel 7 | Laravel 8 | Laravel 9 | Laravel 10 | Laravel 11 | Laravel 12

162.2k](/packages/nguyendachuy-laravel-menu)

PHPackages © 2026

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