PHPackages                             mirzaarehman/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. mirzaarehman/menus

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

mirzaarehman/menus
==================

Laravel Menus

01.2kPHP

Since May 20Pushed 2y ago2 watchersCompare

[ Source](https://github.com/mirzaarehman/menus-master)[ Packagist](https://packagist.org/packages/mirzaarehman/menus)[ RSS](/packages/mirzaarehman-menus/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

mirzaarehman Menus
==================

[](#mirzaarehman-menus)

[![Source](https://camo.githubusercontent.com/444cfa48361be32e9b324cdd4260490fd395f9bc8c9607e48787a427a4db585d/687474703a2f2f696d672e736869656c64732e696f2f62616467652f736f757263652d6d69727a61617265686d616e2f6d656e75732d626c75652e7376673f7374796c653d666c61742d737175617265)](https://github.com/mirzaarehman/menus)[![License](https://camo.githubusercontent.com/30597ff9a350144f03bffdd9183e16468e0b3ca1193e1d08591d992622738d55/687474703a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](https://tldrlegal.com/license/mit-license)

---

Easily create dynamic menus from within your Laravel 5 application. Originally developed for [FusionCMS](https://github.com/fusioncms/fusioncms), an open source content management system.

mirzaarehman Menus was based off of Lavary's [Laravel Menu](https://github.com/lavary/laravel-menu) package with support for the mirzaarehman Shinobi package.

The package follows the FIG standards PSR-1, PSR-2, and PSR-4 to ensure a high level of interoperability between shared PHP code. At the moment the package is not unit tested, but is planned to be covered later down the road.

Documentation
-------------

[](#documentation)

You will find user friendly and updated documentation in the wiki here: [mirzaarehman Menus Wiki](https://github.com/mirzaarehman/menus/wiki)

Quick Installation
------------------

[](#quick-installation)

Begin by installing the package through Composer.

```
composer require mirzaarehman/menus

```

Once this operation is complete, simply add the service provider class and facade alias to your project's `config/app.php` file:

#### Service Provider

[](#service-provider)

```
mirzaarehman\Menus\MenusServiceProvider::class,
```

#### Facade

[](#facade)

```
'Menu' => mirzaarehman\Menus\Facades\Menu::class,
```

And that's it! With your coffee in reach, start building out some awesome menus!

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity22

Early-stage or recently created project

 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/98e64c0b955c32310e907fa7d96ad41417e8c655792834d517c42cdf1bd61463?d=identicon)[mirzaarehman](/maintainers/mirzaarehman)

---

Top Contributors

[![mirzaarehman](https://avatars.githubusercontent.com/u/8476473?v=4)](https://github.com/mirzaarehman "mirzaarehman (2 commits)")

### Embed Badge

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

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

###  Alternatives

[bertptrs/phpstreams

A streams library for PHP based on the Java 8 Streams API.

883.2k](/packages/bertptrs-phpstreams)[cheprasov/php-parallel

The class allows you to run multiple operations parallel in different processes and send results to the main process. Useful if you need to run multiple independent operations simultaneously, instead of sequential execution, or if you run several independent queries, for example, queries to different data bases

1712.5k5](/packages/cheprasov-php-parallel)

PHPackages © 2026

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