PHPackages                             rollerworks/navigation-bundle - 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. rollerworks/navigation-bundle

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

rollerworks/navigation-bundle
=============================

Symfony bundle for defining menu-structures and breadcrumbs in the KnpMenuBundle

v1.3.1(10y ago)124.0k1[1 issues](https://github.com/rollerworks-graveyard/NavigationBundle/issues)MITPHPPHP &gt;=5.3

Since Mar 16Pushed 7y ago1 watchersCompare

[ Source](https://github.com/rollerworks-graveyard/NavigationBundle)[ Packagist](https://packagist.org/packages/rollerworks/navigation-bundle)[ RSS](/packages/rollerworks-navigation-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (5)Dependencies (7)Versions (6)Used By (0)

RollerworksNavigationBundle
===========================

[](#rollerworksnavigationbundle)

##### ⚠️ ✋ This bundle is discontinued and will be archived soon! ⚠️

[](#warning--this-bundle-is-discontinued-and-will-be-archived-soon-warning)

The RollerworksNavigationBundle adds the ability to define menu-structures and breadcrumbs for the KnpMenuBundle in your application configuration.

Requirements
------------

[](#requirements)

You need at least PHP 5.3 and the KnpMenuBundle already installed and configured.

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

[](#installation)

**Note:** The RollerworksNavigationBundle is an addition to the KnpMenuBundle, make sure you have the KnpMenuBundle installed and properly configured.

The recommended way to install the RollerworksNavigationBundle is through [Composer](https://getcomposer.org/).

Require the `rollerworks/navigation-bundle` package by running:

```
$ php composer.phar require rollerworks/navigation-bundle
```

Now, Composer will automatically download all the required files, and install them for you. After this enable the bundle in the kernel:

```
