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

ActiveContao-bundle

contao-bootstrap/core
=====================

Core of Contao Bootstrap extension

3.0.2(1y ago)1589.4k↓40.5%12[1 issues](https://github.com/contao-bootstrap/core/issues)[2 PRs](https://github.com/contao-bootstrap/core/pulls)16LGPL-3.0-or-laterPHPPHP ^8.1CI passing

Since Jul 24Pushed 2mo ago7 watchersCompare

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

READMEChangelogDependencies (18)Versions (37)Used By (16)

Contao-Bootstrap Core
=====================

[](#contao-bootstrap-core)

[![Version](https://camo.githubusercontent.com/4e68ed76fdd318e477e1d47d3c55d6ff5ef04a68745f87f98f516fdfc9d25c90/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f636f6e74616f2d626f6f7473747261702f636f72652e7376673f7374796c653d666f722d7468652d6261646765266c6162656c3d4c6174657374)](http://packagist.org/packages/contao-bootstrap/core)[![GitHub issues](https://camo.githubusercontent.com/f3b45f6dae3e3be2097bcf234b235bf7103458a3a87f69ca5a9fd9f289d950c8/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f636f6e74616f2d626f6f7473747261702f636f72652e7376673f7374796c653d666f722d7468652d6261646765266c6f676f3d676974687562)](https://github.com/contao-bootstrap/core/issues)[![License](https://camo.githubusercontent.com/e26968393325e18b011ccabcb32ea04b13a538c0a393e229e48a8118e124438a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f636f6e74616f2d626f6f7473747261702f636f72652e7376673f7374796c653d666f722d7468652d6261646765266c6162656c3d4c6963656e7365)](http://packagist.org/packages/contao-bootstrap/core)[![Build Status](https://camo.githubusercontent.com/99fb52c3bb9a46901f7deb8250b456a9d8e40df7b10fb944a70a3fd79094140f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f636f6e74616f2d626f6f7473747261702f636f72652f636f6e74616f2d626f6f747261702d636f72652f6d61737465723f7374796c653d666f722d7468652d6261646765)](https://github.com/contao-bootstrap/core/actions/workflows/diagnostics.yml)[![Downloads](https://camo.githubusercontent.com/e3a0ddd85e1b91fe2fc76bfd184974ea13cdf2f6366f2275807e9a5639f0b39e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f636f6e74616f2d626f6f7473747261702f636f72652e7376673f7374796c653d666f722d7468652d6261646765266c6162656c3d446f776e6c6f616473)](http://packagist.org/packages/contao-bootstrap/core)

This extension provides Bootstrap 5 integration into Contao.

Contao-Bootstrap is a modular integration. The core components provides the infrastructure for other components.

Features
--------

[](#features)

- Bootstrap environment
- Config system
- Template pre and post render filters

Changelog
---------

[](#changelog)

See [changelog](CHANGELOG.md)

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

[](#requirements)

- PHP ^8.1
- Contao ^4.13 || ^5.0

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/core^3.0

# Using composer directly
$ php composer.phar require contao-bootstrap/core^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 and register the bundle configuration:

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

```
# Application config.yaml
imports:
  - { resource: vendor/contao-bootstrap/core/Resources/config/contao_bootstrap.yaml }
```

###  Health Score

59

—

FairBetter than 99% of packages

Maintenance67

Regular maintenance activity

Popularity41

Moderate usage in the ecosystem

Community29

Small or concentrated contributor base

Maturity84

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 96.6% 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 ~122 days

Recently: every ~379 days

Total

33

Last Release

390d ago

Major Versions

1.1.6 → 2.0.0-alpha12017-07-11

2.1.0 → 3.0.02024-01-08

PHP version history (5 changes)1.0.0-beta1PHP &gt;=5.3.4

2.0.0-alpha1PHP &gt;=5.6.0

2.0.0-alpha5PHP &gt;=7.1

2.1.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 (374 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (5 commits)")[![sebj54](https://avatars.githubusercontent.com/u/5880435?v=4)](https://github.com/sebj54 "sebj54 (4 commits)")[![a-kehr](https://avatars.githubusercontent.com/u/17803079?v=4)](https://github.com/a-kehr "a-kehr (3 commits)")[![lucasgehin](https://avatars.githubusercontent.com/u/6016628?v=4)](https://github.com/lucasgehin "lucasgehin (1 commits)")

---

Tags

bootstrapcontaocontao-bootstrapcontao-cmscorecontaobootstrap

### Embed Badge

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

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

###  Alternatives

[shopware/platform

The Shopware e-commerce core

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

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

8.4k5.6M651](/packages/sylius-sylius)[sulu/sulu

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

1.3k1.3M152](/packages/sulu-sulu)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[simplesamlphp/simplesamlphp

A PHP implementation of a SAML 2.0 service provider and identity provider.

1.1k12.4M193](/packages/simplesamlphp-simplesamlphp)

PHPackages © 2026

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