PHPackages                             hnhdigital-os/laravel-navigation-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. hnhdigital-os/laravel-navigation-builder

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

hnhdigital-os/laravel-navigation-builder
========================================

3.0.2(3y ago)01321MITPHPPHP ^8.0CI failing

Since Dec 6Pushed 3y agoCompare

[ Source](https://github.com/hnhdigital-os/laravel-navigation-builder)[ Packagist](https://packagist.org/packages/hnhdigital-os/laravel-navigation-builder)[ RSS](/packages/hnhdigital-os-laravel-navigation-builder/feed)WikiDiscussions master Synced yesterday

READMEChangelog (10)Dependencies (5)Versions (33)Used By (1)

```
     __             ___       _ _     _
  /\ \ \__ ___   __/ __\_   _(_) | __| | ___ _ __
 /  \/ / _` \ \ / /__\// | | | | |/ _` |/ _ \ '__|
/ /\  / (_| |\ V / \/  \ |_| | | | (_| |  __/ |
\_\ \/ \__,_| \_/\_____/\__,_|_|_|\__,_|\___|_|

```

Create and manage your navigation.

[![Latest Stable Version](https://camo.githubusercontent.com/c371fb57a0aa3ddd8f7ddc72a9caefdc79ca1c9e99d3e7becd0589478ea6ca21/68747470733a2f2f706f7365722e707567782e6f72672f686e686469676974616c2d6f732f6c61726176656c2d6e617669676174696f6e2d6275696c6465722f762f737461626c652e737667)](https://packagist.org/packages/hnhdigital-os/laravel-navigation-builder) [![Total Downloads](https://camo.githubusercontent.com/7d756866ea8777692b397db65d4adfb84ebdf764ebf984c5ebf2e8459ef52ae2/68747470733a2f2f706f7365722e707567782e6f72672f686e686469676974616c2d6f732f6c61726176656c2d6e617669676174696f6e2d6275696c6465722f646f776e6c6f6164732e737667)](https://packagist.org/packages/hnhdigital-os/laravel-navigation-builder) [![Latest Unstable Version](https://camo.githubusercontent.com/6457bf6b7bc5eb94c0c29b3011fa6e997ebf2c95952f650021308b8b02e9e1f9/68747470733a2f2f706f7365722e707567782e6f72672f686e686469676974616c2d6f732f6c61726176656c2d6e617669676174696f6e2d6275696c6465722f762f756e737461626c652e737667)](https://packagist.org/packages/hnhdigital-os/laravel-navigation-builder) [![Built for Laravel](https://camo.githubusercontent.com/ddd4a07bb769306a9338cffde2032c289e4d43d43ac346122709465a47cdff3f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4275696c745f666f722d4c61726176656c2d677265656e2e737667)](https://laravel.com/) [![License](https://camo.githubusercontent.com/9723966cf271351f993525609d2ceed1f6f4ed4cacc5af8305c09a256a9bdd97/68747470733a2f2f706f7365722e707567782e6f72672f686e686469676974616c2d6f732f6c61726176656c2d6e617669676174696f6e2d6275696c6465722f6c6963656e73652e737667)](https://packagist.org/packages/hnhdigital-os/laravel-navigation-builder) [![Donate to this project using Patreon](https://camo.githubusercontent.com/f9e075baad95563481d35174d43ef50757281abb6bc795d0f473fad452afa030/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f70617472656f6e2d646f6e6174652d79656c6c6f772e737667)](https://patreon.com/RoccoHoward)

This package has been developed by H&amp;H|Digital, an Australian botique developer. Visit us at [hnh.digital](http://hnh.digital).

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

[](#documentation)

- [Installation](#install)
- [Configuration](#configuration)
- [Usage](#usage)
- [Contributing](#contributing)
- [Credits](#credits)
- [License](#license)

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

[](#installation)

Via composer:

`$ composer require hnhdigital-os/laravel-navigation-builder ~3.0`

Configuration
-------------

[](#configuration)

Enable the facade by editing config/app.php:

```
    'aliases' => [
        ...
        'Nav' => HnhDigital\NavigationBuilder\Facade::class,
        ...
    ];
```

The service provider will autoload from Laravel 5.5.

To enable the service provider in versions prior to Laravel 5.4, edit the config/app.php:

Enable the service provider by editing config/app.php:

```
    'providers' => [
        ...
        HnhDigital\NavigationBuilder\ServiceProvider::class,
        ...
    ];
```

Usage
-----

[](#usage)

(Not available yet!)

See the [wiki](https://github.com/hnhdigital-os/laravel-navigation-builder/wiki) for all usage documentation.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](https://github.com/hnhdigital-os/laravel-navigation-builder/blob/master/CONTRIBUTING.md) for details.

Credits
-------

[](#credits)

- [Rocco Howard](https://github.com/RoccoHoward)
- Inspired by [Laravel Menu](https://github.com/lavary/laravel-menu)
- [All Contributors](https://github.com/hnhdigital-os/laravel-navigation-builder/contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](https://github.com/hnhdigital-os/laravel-navigation-builder/blob/master/LICENSE) for more information.

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity79

Established project with proven stability

 Bus Factor1

Top contributor holds 98.3% 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 ~64 days

Recently: every ~59 days

Total

32

Last Release

1098d ago

Major Versions

v1.x-dev → 2.0.02017-12-20

2.2.2 → 3.0.12023-05-11

PHP version history (5 changes)1.0.0PHP &gt;=5.6.0

2.1.0PHP ^7.2

2.2.0PHP ^7.3

3.0.1PHP ^8.0.2

3.0.2PHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/5270e3a3d1add4e39f12dfde3ce549999a26f759d7128056083ab07f475259f2?d=identicon)[bluora](/maintainers/bluora)

---

Top Contributors

[![RoccoHoward](https://avatars.githubusercontent.com/u/227896?v=4)](https://github.com/RoccoHoward "RoccoHoward (114 commits)")[![StyleCIBot](https://avatars.githubusercontent.com/u/11048387?v=4)](https://github.com/StyleCIBot "StyleCIBot (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/hnhdigital-os-laravel-navigation-builder/health.svg)

```
[![Health](https://phpackages.com/badges/hnhdigital-os-laravel-navigation-builder/health.svg)](https://phpackages.com/packages/hnhdigital-os-laravel-navigation-builder)
```

###  Alternatives

[wireui/wireui

TallStack components

1.8k1.3M16](/packages/wireui-wireui)[livewire/volt

An elegantly crafted functional API for Laravel Livewire.

4195.3M84](/packages/livewire-volt)[ramonrietdijk/livewire-tables

Dynamic tables for models with Laravel Livewire

21147.4k](/packages/ramonrietdijk-livewire-tables)

PHPackages © 2026

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