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

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

contao-bootstrap/layout
=======================

Bootstrap layout integration in Contao

3.0.1(1y ago)161.6k↓46.3%5[3 issues](https://github.com/contao-bootstrap/layout/issues)[2 PRs](https://github.com/contao-bootstrap/layout/pulls)1LGPL-3.0-or-laterPHPPHP ^8.1CI passing

Since Jul 24Pushed 2mo ago1 watchersCompare

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

READMEChangelog (2)Dependencies (15)Versions (26)Used By (1)

Contao-Bootstrap Layout
=======================

[](#contao-bootstrap-layout)

[![Version](https://camo.githubusercontent.com/b42c827c0fddc0fcdf411fde5d44d3fa48b10877b01dcd6ee044712876cada17/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f636f6e74616f2d626f6f7473747261702f6c61796f75742e7376673f7374796c653d666f722d7468652d6261646765266c6162656c3d4c6174657374)](http://packagist.org/packages/contao-bootstrap/layout)[![GitHub issues](https://camo.githubusercontent.com/6c6c9ff16aaf6d1de8af68e51c588e67054f7eb6b85d1969ad369104dee559e3/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f636f6e74616f2d626f6f7473747261702f6c61796f75742e7376673f7374796c653d666f722d7468652d6261646765266c6f676f3d676974687562)](https://github.com/contao-bootstrap/layout/issues)[![License](https://camo.githubusercontent.com/c126821cb09f250787d7e1c62b07ac1632e29df118d7906356a7146020a02cab/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f636f6e74616f2d626f6f7473747261702f6c61796f75742e7376673f7374796c653d666f722d7468652d6261646765266c6162656c3d4c6963656e7365)](http://packagist.org/packages/contao-bootstrap/layout)[![Build Status](https://camo.githubusercontent.com/772281e18e421f9108d6f15511cbfd4a509a5f3cc8b448e6bf08585c470591f4/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f636f6e74616f2d626f6f7473747261702f6c61796f75742f636f6e74616f2d626f6f7473747261702d6c61796f75742f6d61737465723f7374796c653d666f722d7468652d6261646765)](https://github.com/contao-bootstrap/layout/actions/workflows/diagnostics.yml)[![Downloads](https://camo.githubusercontent.com/0a3bcfbce14a055e85599b8d83eb77341efbcd64649ae4574f2f1d6c75a2b5a2/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f636f6e74616f2d626f6f7473747261702f6c61796f75742e7376673f7374796c653d666f722d7468652d6261646765266c6162656c3d446f776e6c6f616473)](http://packagist.org/packages/contao-bootstrap/layout)

This extension provides Bootstrap integration into Contao.

Contao-Bootstrap is a modular integration. The layout component allows to define a grid based layout using the backend layout editor.

Features
--------

[](#features)

- Grid based layouts
- Auto replace defined css classes
- Auto replace image and table classes

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

# Using composer directly
$ php composer.phar require contao-bootstrap/layout ^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 \ContaoBootstrap\Core\ContaoBootstrapCoreBundle(),
            new \ContaoBootstrap\Layout\ContaoBootstrapLayoutBundle(),
        ];
    }
}
```

###  Health Score

49

—

FairBetter than 95% of packages

Maintenance48

Moderate activity, may be stable

Popularity32

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity82

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 94.8% 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 ~187 days

Recently: every ~496 days

Total

22

Last Release

389d ago

Major Versions

1.0.2 → 2.0.0-alpha12017-07-11

2.1.1 → 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-beta1PHP &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 (200 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (5 commits)")[![a-kehr](https://avatars.githubusercontent.com/u/17803079?v=4)](https://github.com/a-kehr "a-kehr (3 commits)")[![mstudio-dev](https://avatars.githubusercontent.com/u/10011141?v=4)](https://github.com/mstudio-dev "mstudio-dev (2 commits)")[![fiedsch](https://avatars.githubusercontent.com/u/5047601?v=4)](https://github.com/fiedsch "fiedsch (1 commits)")

---

Tags

contaolayoutbootstrap

### Embed Badge

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

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

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

Universal data container for Contao

1578.3k86](/packages/contao-community-alliance-dc-general)[numero2/contao-storelocator

Contao Plugin for managing stores (or in common address data) and providing a frontend-search based on geo data

121.5k](/packages/numero2-contao-storelocator)

PHPackages © 2026

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