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

ActiveSymfony-bundle

ics/navigation-bundle
=====================

Bundle for symfony navigation

0.1.1(4y ago)32303MITPHP

Since Mar 28Pushed 4y ago1 watchersCompare

[ Source](https://github.com/imperiumclansoftware/navigation-bundle)[ Packagist](https://packagist.org/packages/ics/navigation-bundle)[ RSS](/packages/ics-navigation-bundle/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (10)Dependencies (6)Versions (12)Used By (3)

Imperium Clan Software - Navigation Bundle
==========================================

[](#imperium-clan-software---navigation-bundle)

Navigation management for symfony

[![Build Status](https://camo.githubusercontent.com/f570dcda58db3e40462674cc607eb320dd353f8e349768a473470c8ea20277ba/68747470733a2f2f6170692e7472617669732d63692e636f6d2f696d70657269756d636c616e2f6e617669676174696f6e62756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/imperiumclan/navigationbundle)

This bundle provide Bootstrap Navigation bar configure in config files

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

[](#installation)

Make sure Composer is installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

### Applications that use Symfony Flex

[](#applications-that-use-symfony-flex)

Open a command console, enter your project directory and execute:

```
composer require ics/navigation-bundle
```

### Applications that don't use Symfony Flex

[](#applications-that-dont-use-symfony-flex)

#### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require ics/navigation-bundle
```

#### Step 2: Enable the Bundle

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `config/bundles.php` file of your project:

```
// config/bundles.php

return [
    // ...
    ICS\NavigationBundle\NavigationBundle::class => ['all' => true],
];
```

Configuration
-------------

[](#configuration)

### Simple configuraton

[](#simple-configuraton)

```
# config/packages/navigation.yaml

navigation:
  navbars:
    mainnav:
      brand: BrandText
      brandIcon: fa fa-check
      color: dark
      fixed: sticky
      searchenabled: true
      searchroute: homepage
      items:
        homepage:
          lib: homepage
          icon: fa fa-home
          route: homepage

  usermenu:
    activate: true
    connexionroute: homepage
    autolib: false
    childs:
      logout:
        lib: Sign-out
        icon: fa fa-sign-out
        route: homepage
```

And Add renderer in your base.html.twig

```
{# templates/base.html.twig #}

        {{ renderNavBar('mainnav') }}
```

Full configuration
------------------

[](#full-configuration)

this is the full configuration with default value

```
  navigation:
    usermenu:
      activate: false
      autolib: true
      lib: User Menu
      connexionlib: Sign In
      connexionicon : fa fa-sign-in-alt
      connexionroute: app-login
      childs:
        item1:
          lib: ''
          icon: ''
          route: ''
          roles: []
      navbars:
        navbar1: ''
          brand: ''
          brandRoute: homepage
          brandIcon: ''
          brandImage: ''
          type: navbar # navbar or sidebar
          searchenabled: false
          searchroute: search
          color: light # primary, secondary, success, danger, warning, info, light, dark, white, transparent
          fixed: none # none, top, bottom, sticky
          items:
            items1:
              lib: ''
              icon: ''
              route: ''
              roles: []
              childs:
                child1:
                  lib: ''
                  icon: ''
                  route: ''
                  roles: []
```

License
-------

[](#license)

This software is published under the MIT License

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 91.3% 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 ~31 days

Recently: every ~16 days

Total

11

Last Release

1564d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1b8cd72721fa699d3afa402c0057a9438c0556e734f1128e6ffff0212f3afa42?d=identicon)[ics](/maintainers/ics)

---

Top Contributors

[![ddutas](https://avatars.githubusercontent.com/u/46941784?v=4)](https://github.com/ddutas "ddutas (21 commits)")[![imperiumclansoftware](https://avatars.githubusercontent.com/u/81512366?v=4)](https://github.com/imperiumclansoftware "imperiumclansoftware (2 commits)")

### Embed Badge

![Health badge](/badges/ics-navigation-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/ics-navigation-bundle/health.svg)](https://phpackages.com/packages/ics-navigation-bundle)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k16.7M310](/packages/easycorp-easyadmin-bundle)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)

PHPackages © 2026

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