PHPackages                             nzo/left-sidebar-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. [Templating &amp; Views](/categories/templating)
4. /
5. nzo/left-sidebar-bundle

ActiveSymfony-bundle[Templating &amp; Views](/categories/templating)

nzo/left-sidebar-bundle
=======================

The NzoLeftSidebarBundle is a Symfony Bundle used to handle Left SideBare Menu

v0.2.5(4y ago)123MITPHPPHP &gt;=7.1.3

Since Oct 29Pushed 4y ago1 watchersCompare

[ Source](https://github.com/nayzo/NzoLeftSidebarBundle)[ Packagist](https://packagist.org/packages/nzo/left-sidebar-bundle)[ RSS](/packages/nzo-left-sidebar-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (8)Dependencies (4)Versions (9)Used By (0)

NzoLeftSidebarBundle
====================

[](#nzoleftsidebarbundle)

[![Build Status](https://camo.githubusercontent.com/7df2a8006c3c80703e3b1afbc3215a11fc174b14e8ff3d5051fd86cce0d8b2cb/68747470733a2f2f7472617669732d63692e6f72672f6e61797a6f2f4e7a6f4c6566745369646562617242756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/nayzo/NzoLeftSidebarBundle)[![Latest Stable Version](https://camo.githubusercontent.com/8e7a89a1253cd9a946ac880ac01a6011f7efd0ba4618a42dddcf970241d77ee4/68747470733a2f2f706f7365722e707567782e6f72672f6e7a6f2f6c6566742d736964656261722d62756e646c652f762f737461626c65)](https://packagist.org/packages/nzo/left-sidebar-bundle)

The **NzoLeftSidebarBundle** is a Symfony Bundle used to handle Left SideBare Menu.

###### This Bundle is compatible with **Symfony &gt;= 4.4**

[](#this-bundle-is-compatible-with-symfony--44)

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

[](#installation)

### Through Composer:

[](#through-composer)

```
$ composer require nzo/left-sidebar-bundle

```

#### Register the bundle in config/bundles.php (without Flex)

[](#register-the-bundle-in-configbundlesphp-without-flex)

```
// config/bundles.php

return [
    // ...
    Nzo\LeftSidebarBundle\NzoLeftSidebarBundle::class => ['all' => true],
];
```

#### Configure the bundle:

[](#configure-the-bundle)

```
# config/packages/nzo_left_sidebar.yaml

nzo_left_sidebar:
    menu:
        user:
            label: Admin Users
            route_or_uri: /user                               # uri href
            icon: users
            cssClass: bn-danger
            role: ROLE_ADMIN
            accepted_environment_names: [prod, dev]   # optional
        article:
            label: Articles
            route_or_uri: article_index                       # route name
            icon: feather
            role: ROLE_USER
            children:
                article_foo:
                    label: Foo
                    route_or_uri: /foo
                    icon: fa fa-play-circle
                    role: ROLE_USER
                    children:
                        article_foo_bar:
                            label: bar
                            route_or_uri: foo/bar
                            icon: fa fa-video-camera
                            role: ROLE_USER
```

##### Override the default template:

[](#override-the-default-template)

It is possible de override the default template:

templates/
 └─ bundles/
 └─ NzoLeftSidebarBundle/
 └─ left-sidebar.html.twig

License
-------

[](#license)

This bundle is under the MIT license. See the complete license in the bundle:

See [LICENSE](https://github.com/nayzo/NzoLeftSidebarBundle/tree/master/LICENSE)

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~43 days

Recently: every ~75 days

Total

8

Last Release

1720d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/43973d4c7b23026540ed9f2670200cbd664d7ae7c55126feb465e62ba7a2a86f?d=identicon)[nayzo](/maintainers/nayzo)

---

Top Contributors

[![nayzo](https://avatars.githubusercontent.com/u/1272883?v=4)](https://github.com/nayzo "nayzo (11 commits)")

---

Tags

templatemenuleft-sidebar

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/nzo-left-sidebar-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/nzo-left-sidebar-bundle/health.svg)](https://phpackages.com/packages/nzo-left-sidebar-bundle)
```

###  Alternatives

[mopa/bootstrap-bundle

Easy integration of twitters bootstrap into symfony2

7042.9M33](/packages/mopa-bootstrap-bundle)[symfony/ux-toolkit

A tool to easily create a design system in your Symfony app with customizable, well-crafted Twig components

1432.0k](/packages/symfony-ux-toolkit)

PHPackages © 2026

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