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

ActiveDevflow-plugin[Utility &amp; Helpers](/categories/utility)

getdevflow/menu-builder
=======================

Full featured navigation/menu builder plugin for Devflow CMF.

v1.0.2(3w ago)00GPL-2.0-onlyPHPPHP &gt;=8.4

Since May 18Pushed 3w agoCompare

[ Source](https://github.com/getdevflow/menu-builder)[ Packagist](https://packagist.org/packages/getdevflow/menu-builder)[ RSS](/packages/getdevflow-menu-builder/feed)WikiDiscussions 1.x Synced 1w ago

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

Devflow Navigation Plugin
=========================

[](#devflow-navigation-plugin)

A full navigation/menu builder for Devflow CMF.

> **Requires** Devflow Version: 2.x

> **Tested Up To:** 2.0.0

> **Requires PHP:** 8.4+

> **Stable Tag:** 1.0.2

> **License:** GPLv2-only

Screenshot
----------

[](#screenshot)

[![screenshot.png](public/images/screenshot.png)](public/images/screenshot.png)

Features
--------

[](#features)

- Unlimited menus: header, footer, sidebar, mobile, etc.
- Add by drag/drop, checkbox or Add button.
- Rename menu items.
- Change URL and CSS class.
- Add url attributes
- Open links in a new window.
- Remove menu items.
- Drag/drop nesting with jQuery UI Sortable.
- Database-backed storage.
- Renderer API for frontend templates.

Composer Installation
---------------------

[](#composer-installation)

1. Start a new shell session.
2. Navigate to the root of your install, run the following command `composer require getdevflow/menu-builder`.

Frontend usage
--------------

[](#frontend-usage)

```
use Plugin\MenuBuilder\Helper\NavMenu;

echo NavMenu::render('header-menu', [
    'bootstrap' => 3,
    'menu_class' => 'nav navbar-nav',
]);
```

Or inject `Plugin\MenuBuilder\Support\NavigationRenderer` and call:

```
echo $navigationRenderer->render('header-menu');
```

Notes
-----

[](#notes)

The repository assumes these frontend URL conventions:

- Pages: value from `{prefix}_page_translations.route`
- Products: `/product/{product_slug}`
- Content: `/{content_type?}/{content_slug}`

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance95

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community6

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

Total

4

Last Release

22d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/86d25d805eb5b710fab925600008b72f9f5f11a5206154fcd1ded01794a4d1b8?d=identicon)[nomadicjosh](/maintainers/nomadicjosh)

---

Top Contributors

[![nomadicjosh](https://avatars.githubusercontent.com/u/2042176?v=4)](https://github.com/nomadicjosh "nomadicjosh (9 commits)")

---

Tags

menunavigationmenu-buildernavigation-menuMenuBuilder

### Embed Badge

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

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

###  Alternatives

[spatie/menu

Html menu generator

7683.0M10](/packages/spatie-menu)[verbb/navigation

Create navigation menus for your site.

92698.4k18](/packages/verbb-navigation)[kartik-v/yii2-widget-sidenav

An enhanced side navigation menu styled for bootstrap (sub repo split from yii2-widgets)

374.1M8](/packages/kartik-v-yii2-widget-sidenav)[caffeinated/menus

Laravel Menus

132160.3k5](/packages/caffeinated-menus)[akaunting/laravel-menu

Menu and sidebar management package for Laravel

38248.3k](/packages/akaunting-laravel-menu)[belugadigital/kirby-navigation

Kirby 5 field for hierarchical menus with drag &amp; drop level indentation.

8613.8k](/packages/belugadigital-kirby-navigation)

PHPackages © 2026

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