PHPackages                             contao-bootstrap/navbar - 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. contao-bootstrap/navbar

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

contao-bootstrap/navbar
=======================

Bootstrap navbar component for Contao CMS

3.0.3(1y ago)150.9k↓14.3%5[3 PRs](https://github.com/contao-bootstrap/navbar/pulls)1LGPL-3.0-or-laterPHPPHP ^8.1CI passing

Since Jul 11Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/contao-bootstrap/navbar)[ Packagist](https://packagist.org/packages/contao-bootstrap/navbar)[ Fund](https://contao-bootstrap.de/mitmachen.html)[ GitHub Sponsors](https://github.com/dmolineus)[ RSS](/packages/contao-bootstrap-navbar/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (17)Versions (23)Used By (1)

Contao-Bootstrap Navigation
===========================

[](#contao-bootstrap-navigation)

[![Version](https://camo.githubusercontent.com/bb0363d9c780dd03f311a2ae63dd7db4819d3252caa4f6eac6503d0a2f8af666/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f636f6e74616f2d626f6f7473747261702f6e61766261722e7376673f7374796c653d666f722d7468652d6261646765266c6162656c3d4c6174657374)](http://packagist.org/packages/contao-bootstrap/navbar)[![GitHub issues](https://camo.githubusercontent.com/a48ce16ab6f2abab65581e2fe854f89904a2d53cc6c874553026bd40359b5052/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f636f6e74616f2d626f6f7473747261702f6e61766261722e7376673f7374796c653d666f722d7468652d6261646765266c6f676f3d676974687562)](https://github.com/contao-bootstrap/navbar/issues)[![License](https://camo.githubusercontent.com/3b49d99a9e29cef052d343806587363193cba4df52e1a9429b988fd0296e8a45/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f636f6e74616f2d626f6f7473747261702f6e61766261722e7376673f7374796c653d666f722d7468652d6261646765266c6162656c3d4c6963656e7365)](http://packagist.org/packages/contao-bootstrap/navbar)[![Build Status](https://camo.githubusercontent.com/a28bc921e6cdf22fd82104cd0fc613e506dd3c1410762da52fb704b34e8d759b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f636f6e74616f2d626f6f7473747261702f6e61766261722f636f6e74616f2d626f6f747261702d6e61766261723f6c6f676f3d676974687562616374696f6e73266c6f676f436f6c6f723d253233666666267374796c653d666f722d7468652d6261646765)](https://github.com/contao-bootstrap/navbar/actions)[![Downloads](https://camo.githubusercontent.com/749da0ac32a293565ee282150c7d98c112272a3e49d43aed16706a7dc44967bb/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f636f6e74616f2d626f6f7473747261702f6e61766261722e7376673f7374796c653d666f722d7468652d6261646765266c6162656c3d446f776e6c6f616473)](http://packagist.org/packages/contao-bootstrap/navbar)

This extension provides Bootstrap integration into Contao.

Contao-Bootstrap is a modular integration. The components provides navigation features of the Bootstrap component.

Features
--------

[](#features)

Frontend modules

- Navbar element

Templates

- Dropdown templates for quicknav and quicklink navigation
- Navigation dropdown template

Changelog
---------

[](#changelog)

See [changelog](CHANGELOG.md)

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

[](#requirements)

- PHP ^8.1
- Contao ^4.13 || ^5.3

Install
-------

[](#install)

### Managed edition

[](#managed-edition)

When using the managed edition it's pretty simple to install the package. Just search for the package in the Contao Manager and install it. Alternatively you can use the CLI.

```
# Using the contao manager
$ php contao-manager.phar.php composer require contao-bootstrap/navbar ^3.0

# Using composer directly
$ php composer.phar require contao-bootstrap/navbar ^3.0
```

### Symfony application

[](#symfony-application)

If you use Contao in a symfony application without contao/manager-bundle, you have to register following bundles manually:

```
class AppKernel
{
    public function registerBundles()
    {
        $bundles = [
            // ...
            new \ContaoCommunityAlliance\MetaPalettes\CcaMetaPalettesBundle(),
            new \Netzmacht\Contao\Toolkit\Bundle\NetzmachtContaoToolkitBundle(),
            new \Mvo\ContaoGroupWidget\MvoContaoGroupWidgetBundle(),
            new \Netzmacht\Html\NetzmachtHtmlBundle(),
            new \ContaoBootstrap\Core\ContaoBootstrapCoreBundle(),
            new \ContaoBootstrap\Grid\ContaoBootstrapNavbarBundle()
        ];
    }
}
```

###  Health Score

52

—

FairBetter than 96% of packages

Maintenance63

Regular maintenance activity

Popularity32

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity81

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 93.2% 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 ~189 days

Recently: every ~275 days

Total

16

Last Release

389d ago

Major Versions

2.2.0 → 3.0.02024-01-03

PHP version history (4 changes)2.0.0-alpha1PHP &gt;=5.6.0

2.0.0-alpha3PHP &gt;=7.1

2.2.0PHP ^7.4 || ^8.0

3.0.0PHP ^8.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8189209?v=4)[netzmacht](/maintainers/netzmacht)[@netzmacht](https://github.com/netzmacht)

---

Top Contributors

[![dmolineus](https://avatars.githubusercontent.com/u/1186266?v=4)](https://github.com/dmolineus "dmolineus (96 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (4 commits)")[![a-kehr](https://avatars.githubusercontent.com/u/17803079?v=4)](https://github.com/a-kehr "a-kehr (1 commits)")[![fiedsch](https://avatars.githubusercontent.com/u/5047601?v=4)](https://github.com/fiedsch "fiedsch (1 commits)")[![zonky2](https://avatars.githubusercontent.com/u/1045318?v=4)](https://github.com/zonky2 "zonky2 (1 commits)")

---

Tags

componentscontaobootstrapnavbar

### Embed Badge

![Health badge](/badges/contao-bootstrap-navbar/health.svg)

```
[![Health](https://phpackages.com/badges/contao-bootstrap-navbar/health.svg)](https://phpackages.com/packages/contao-bootstrap-navbar)
```

###  Alternatives

[codefog/contao-haste

haste extension for Contao Open Source CMS

42650.8k139](/packages/codefog-contao-haste)[codefog/contao-news_categories

News Categories bundle for Contao Open Source CMS

3183.3k6](/packages/codefog-contao-news-categories)[contao-community-alliance/dc-general

Universal data container for Contao

1578.3k86](/packages/contao-community-alliance-dc-general)[netgen/layouts-core

Netgen Layouts enables you to build and manage complex web pages in a simpler way and with less coding. This is the core of Netgen Layouts, its heart and soul.

3689.4k10](/packages/netgen-layouts-core)[terminal42/contao-node

Node bundle for Contao Open Source CMS

3172.5k4](/packages/terminal42-contao-node)[terminal42/dcawizard

dcaWizard extension for Contao Open Source CMS

10370.7k15](/packages/terminal42-dcawizard)

PHPackages © 2026

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