PHPackages                             idci/nav-bar-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. idci/nav-bar-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

idci/nav-bar-bundle
===================

Symfony NavBarBundle

v1.0.0(9y ago)04.7kMITPHPPHP &gt;=5.3.2

Since Mar 8Pushed 9y ago9 watchersCompare

[ Source](https://github.com/IDCI-Consulting/NavBarBundle)[ Packagist](https://packagist.org/packages/idci/nav-bar-bundle)[ RSS](/packages/idci-nav-bar-bundle/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

NavBarBundle
============

[](#navbarbundle)

Symfony2 bundle to manage a nav bar

Installation
============

[](#installation)

To install this bundle please follow the next steps:

First add the dependency in your `composer.json` file:

```
"require": {
    ...
    "idci/nav-bar-bundle": "dev-master"
},
```

Then install the bundle with the command:

```
$ php composer update
```

Enable the bundles in your application kernel:

```
