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

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

adamb/menu-builder
==================

Build a HTML navigation

1.0.20(4y ago)01961MITPHP

Since Oct 29Pushed 4y ago1 watchersCompare

[ Source](https://github.com/adambinnersley/menu-builder)[ Packagist](https://packagist.org/packages/adamb/menu-builder)[ RSS](/packages/adamb-menu-builder/feed)WikiDiscussions master Synced 2mo ago

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

PHP Menu Builder
================

[](#php-menu-builder)

Create a HTML menu and breadcrumb menu items from a PHP array

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

[](#installation)

Installation is available via [Composer/Packagist](https://packagist.org/packages/adamb/menu-builder):

```
composer require adamb/menu-builder
```

License
-------

[](#license)

This software is distributed under the [MIT](https://github.com/AdamB7586/menu-builder/blob/master/LICENSE) license. Please read LICENSE for information on the software availability and distribution.

Basic Usage
-----------

[](#basic-usage)

### Add Menu Items

[](#add-menu-items)

Make a new instance of the `Navigation` menu builder

```
