PHPackages                             everlutionsk/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. [Framework](/categories/framework)
4. /
5. everlutionsk/navigation-bundle

ActiveSymfony-bundle[Framework](/categories/framework)

everlutionsk/navigation-bundle
==============================

Symfony bundle for Navigation

v3.0.1(1y ago)212.1k↑357.1%5[1 issues](https://github.com/everlutionsk/navigation-bundle/issues)MITPHPPHP ^8.0.2

Since Dec 11Pushed 1y ago5 watchersCompare

[ Source](https://github.com/everlutionsk/navigation-bundle)[ Packagist](https://packagist.org/packages/everlutionsk/navigation-bundle)[ RSS](/packages/everlutionsk-navigation-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelog (10)Dependencies (10)Versions (28)Used By (0)

Navigation Bundle
=================

[](#navigation-bundle)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/345759c43e231d33313f4761b2528fd0bddc94c6192f641a983bc34d5f2ad057/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f657665726c7574696f6e736b2f6e617669676174696f6e2d62756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/everlutionsk/navigation-bundle/?branch=master)[![Build Status](https://camo.githubusercontent.com/c4803a9a9b364c9bb65a18735932cafa966c5e80804ea349431804df595b5d4e/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f657665726c7574696f6e736b2f6e617669676174696f6e2d62756e646c652f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/everlutionsk/navigation-bundle/build-status/master)

EverlutionNavigationBundle is Symfony Bundle for rendering multiple navigation instances registered dynamically by tagged services.

If you are looking just for Navigation library check out [everlutionsk/navigation](https://github.com/everlutionsk/navigation)

### Contents

[](#contents)

- [Installation](#installation)
    - [Download the bundle](#download-the-bundle)
    - [Enable the bundle](#enable-the-bundle)
- [Configuration](#configuration)
- [Usage](#usage)
    - [Create navigation items](#create-navigation-items)
    - [Create container and register items](#create-container-and-register-items)
    - [Register item to multiple containers from anywhere](#register-item-to-multiple-containers-from-anywhere)
    - [Rendering the navigation](#rendering-the-navigation)
    - [Adding route with parameters to navigation item](#adding-route-with-parameters-to-navigation-item)
    - [Adding dynamic parameters to item route](#adding-dynamic-parameters-to-item-route)
    - [Highlight the current item in navigation](#highlight-the-current-item-in-navigation)
    - [Filtering the navigation items](#filtering-the-navigation-items)
    - [Sorting the navigation items](#sorting-the-navigation-items)
    - [Adding nested items](#adding-nested-items)
    - [Rendering breadcrumbs](#rendering-breadcrumbs)
    - [Translating the item labels](#translating-the-item-labels)
    - [Rendering single navigation item](#rendering-single-navigation-item)
- [Troubleshooting](#troubleshooting)
- [TO DO's](#to-dos)

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

[](#installation)

### Download the bundle

[](#download-the-bundle)

```
$ composer require everlutionsk/navigation-bundle:^2
```

### Enable the bundle

[](#enable-the-bundle)

```
