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

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

helilabs/menu-generator
=======================

HTML Menu Generator that plays well with bootstrap.

0.2.0(9y ago)026MITPHP

Since Apr 21Pushed 9y ago1 watchersCompare

[ Source](https://github.com/mohammedmanssour/menu-generator)[ Packagist](https://packagist.org/packages/helilabs/menu-generator)[ RSS](/packages/helilabs-menu-generator/feed)WikiDiscussions master Synced 3d ago

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

HeliMenuGenerator
=================

[](#helimenugenerator)

HTML Menu Generator that plays well with bootstrap

Why Built
---------

[](#why-built)

This was because in every new project i do for some client i start with the same menu so i needed a menu genertor to save time as much as possible

What does HeliMenuGenerator exactly generate?
---------------------------------------------

[](#what-does-helimenugenerator-exactly-generate)

HeliMenuGenerator just generates multi level html `ul` list this because every project has it's own styling

installation
------------

[](#installation)

in `config/app` file

1- the `providers` section add the following ling

```
Helilabs\HeliMenuGenerator\LaravelLogic\HeliMenuGeneratorServiceProvider::class,
```

2- the `aliases` section add the following ling

```
'Menu' => Helilabs\HeliMenuGenerator\LaravelLogic\HeliMenuGenerator::class,
```

How to use HeliMenuGenerator?
-----------------------------

[](#how-to-use-helimenugenerator)

fisrt create a menu Array like this

```
$menu = [
    'dashboard' => [
        'icon' => 'ti-panel',
        'text' => trans('messages.dashboard'),
        'url' => url('/')
    ],
    'users' => [
        'icon' => 'ti-user',
        'text' => trans('messages.users'),
        'url' => url('/')
    ],
    'productsContainer' => [
        'icon' => 'ti-package',
        'text' => trans('messages.products'),
        'url' => '#',
        'children' => [
            'products' => [
                'icon' => 'ti-package',
                'text' => trans('messaegs.products'),
                'url' => url('/products'),
            ],
            'categories' => [
                'icon' => 'ti-layers-alt',
                'text' => trans('messages.categories'),
                'url' => url('/categories')
            ]
        ]
    ],
    'orders' => [
        'icon' => 'ti-shopping-cart',
        'text' => trans('messages.orders'),
        'url' => url('/')
    ],
];
```

then use menu generator to do the rest

```
{!! HeliMenuGenerator::parse( $menu ) !!}
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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.

###  Release Activity

Cadence

Every ~13 days

Total

2

Last Release

3296d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/aeb75f35979097845cce704062910a6a8c85bc0a7b49b081df7350a4f20023fc?d=identicon)[manssour.mohammed](/maintainers/manssour.mohammed)

---

Top Contributors

[![mohammedmanssour](https://avatars.githubusercontent.com/u/19733629?v=4)](https://github.com/mohammedmanssour "mohammedmanssour (3 commits)")

---

Tags

laravelhtml-menu-generator

### Embed Badge

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

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

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[interaction-design-foundation/laravel-geoip

Support for multiple Geographical Location services.

17221.0k3](/packages/interaction-design-foundation-laravel-geoip)[nedwors/navigator

A Laravel package to ease defining navigation menus

433.1k](/packages/nedwors-navigator)[xefi/faker-php-laravel

Faker php integration with laravel

1915.1k](/packages/xefi-faker-php-laravel)[dcblogdev/laravel-junie

Install pre-configured guides for Jetbrains Junie

392.5k](/packages/dcblogdev-laravel-junie)

PHPackages © 2026

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