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

ActiveContao-bundle

contao-bootstrap/panel
======================

Bootstrap panel component for Contao CMS

2.2.0(3y ago)053.2k↓25%3[3 PRs](https://github.com/contao-bootstrap/panel/pulls)LGPL-3.0-or-laterPHPPHP ^7.4 || ^8.1

Since Jan 26Pushed 3y ago2 watchersCompare

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

READMEChangelog (1)Dependencies (12)Versions (23)Used By (0)

Contao-Bootstrap Panel
======================

[](#contao-bootstrap-panel)

[![Version](https://camo.githubusercontent.com/063da3b90142a074723f89f7e80e5202bff40bd1b3de9d39758e6f4f8a314db4/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f636f6e74616f2d626f6f7473747261702f70616e656c2e7376673f7374796c653d666f722d7468652d6261646765266c6162656c3d4c6174657374)](http://packagist.org/packages/contao-bootstrap/panel)[![GitHub issues](https://camo.githubusercontent.com/1896212c513ce53a26cb979337f3cc9451110ff15231b7b9421cd0e93225a143/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f636f6e74616f2d626f6f7473747261702f70616e656c2e7376673f7374796c653d666f722d7468652d6261646765266c6f676f3d676974687562)](https://github.com/contao-bootstrap/panel/issues)[![License](https://camo.githubusercontent.com/717b43201c077bb88e1cff35159928230cc6442a0fdb5a87387d1bbdb8528b1c/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f636f6e74616f2d626f6f7473747261702f70616e656c2e7376673f7374796c653d666f722d7468652d6261646765266c6162656c3d4c6963656e7365)](http://packagist.org/packages/contao-bootstrap/panel)[![Build Status](https://camo.githubusercontent.com/911db7c634644fed05e8c09182918da9067df250f6ad6a082f9d8ab6823d68b3/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f636f6e74616f2d626f6f7473747261702f70616e656c2f436f64652532305175616c697479253230446961676e6f73746963732f6d61737465723f7374796c653d666f722d7468652d6261646765)](https://github.com/contao-bootstrap/panel/actions/workflows/diagnostics.yml)[![Downloads](https://camo.githubusercontent.com/966d23e84df5950117c9797f6b62a1a4955602a326f7cf8d30adda2089722fe3/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f636f6e74616f2d626f6f7473747261702f70616e656c2e7376673f7374796c653d666f722d7468652d6261646765266c6162656c3d446f776e6c6f616473)](http://packagist.org/packages/contao-bootstrap/panel)

This extension provides Bootstrap integration into Contao.

Contao-Bootstrap is a modular integration. This extension provides the bootstrap panel into Contao. It uses the default accordion element of Contao and extends it with an accordeon group element.

Changelog
---------

[](#changelog)

See [changelog](CHANGELOG.md)

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

[](#requirements)

- PHP ^7.4 || ^8.0
- Contao ^4.9

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/panel~2.0

# Using composer directly
$ php composer.phar require contao-bootstrap/panel~2.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 Contao\CoreBundle\HttpKernel\Bundle\ContaoModuleBundle('metapalettes', $this->getRootDir()),
            new Netzmacht\Contao\Toolkit\Bundle\NetzmachtContaoToolkitBundle(),
            new ContaoBootstrap\Core\ContaoBootstrapCoreBundle(),
            new ContaoBootstrap\Grid\ContaoBootstrapPanelBundle()
        ];
    }
}
```

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity81

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 88.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 ~176 days

Recently: every ~339 days

Total

17

Last Release

1310d ago

Major Versions

1.0.3 → 2.0.0-beta12018-06-15

1.0.4 → 2.1.12019-07-22

PHP version history (3 changes)1.0.0-rc1PHP &gt;=5.3.4

2.0.0-beta1PHP &gt;=7.1

2.2.0PHP ^7.4 || ^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 (75 commits)")[![a-kehr](https://avatars.githubusercontent.com/u/17803079?v=4)](https://github.com/a-kehr "a-kehr (8 commits)")[![mj1985](https://avatars.githubusercontent.com/u/5830093?v=4)](https://github.com/mj1985 "mj1985 (2 commits)")

---

Tags

componentscontaobootstrappanel

### Embed Badge

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

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

###  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)[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)[contao-community-alliance/dc-general

Universal data container for Contao

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

Core of Contao Bootstrap extension

1589.4k16](/packages/contao-bootstrap-core)

PHPackages © 2026

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