PHPackages                             heimrichhannot/contao-subcolumns-bootstrap-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. heimrichhannot/contao-subcolumns-bootstrap-bundle

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

heimrichhannot/contao-subcolumns-bootstrap-bundle
=================================================

This bundle adds support for the bootstrap grid to felixpfeiffer's subcolumns module.

1.12.1(2y ago)010.7k1[2 issues](https://github.com/heimrichhannot/contao-subcolumns-bootstrap-bundle/issues)[1 PRs](https://github.com/heimrichhannot/contao-subcolumns-bootstrap-bundle/pulls)LGPL-3.0-or-laterPHPPHP ^7.4 || ^8.0

Since Oct 27Pushed 1y ago5 watchersCompare

[ Source](https://github.com/heimrichhannot/contao-subcolumns-bootstrap-bundle)[ Packagist](https://packagist.org/packages/heimrichhannot/contao-subcolumns-bootstrap-bundle)[ RSS](/packages/heimrichhannot-contao-subcolumns-bootstrap-bundle/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (10)Dependencies (7)Versions (75)Used By (0)

Caution

**DEPRECATED**

This bundle has reached its end of life. We will continue to fix critical bugs only.

We recommend to replace this bundle with [contao-bootstrap/grid](https://github.com/contao-bootstrap/grid).

If you want to attempt a migration, please refer to [heimrichhannot/contao-subcolumns2grid-migration-bundle](https://github.com/heimrichhannot/contao-subcolumns2grid-migration-bundle).

---

Contao Subcolumns Bootstrap Bundle
==================================

[](#contao-subcolumns-bootstrap-bundle)

This Contao 4 bundle adds support for the bootstrap 4 grid to [felixpfeiffer/subcolumns](https://github.com/felixpfeiffer/Contao-Subcolumns).

Definition of a column set
--------------------------

[](#definition-of-a-column-set)

[![alt config](docs/config.png)](docs/config.png)

Usage of a column set
---------------------

[](#usage-of-a-column-set)

[![alt content](docs/content.png)](docs/content.png)

Courtesy to:

- [contao-legacy/subcolumns\_bootstrap\_customize](https://legacy-packages-via.contao-community-alliance.org/packages/contao-legacy/subcolumns_bootstrap_customize)

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

[](#requirements)

- Bootstrap 4.0.0 (Beta 2)
- [felixpfeiffer/subcolumns](https://github.com/felixpfeiffer/Contao-Subcolumns)

Features
--------

[](#features)

- Handle column sets in a contao entity -&gt; also customizable by non-developers
- clear layout for editors (see above)
- Support for columns breaking out of the container (add a css class or click the corresponding option in your column start element)
    - `col-full`: Column taking the full width of the viewport while being inside a container
    - `col-full-left`: Column taking the full width *on the left* of the viewport while being inside a container
    - `col-full-right`: Column taking the full width *on the right* of the viewport while being inside a container
- add div wrappers with arbitrary css classes
- wrap column sets with a "container"-div

Technical instructions
----------------------

[](#technical-instructions)

1. Specify "Bootstrap 4" in the subcolumns configuration
2. Update your database
3. Navigate to the subcolumns section on the left and create a column set.
4. Navigate to the desired article and add a new Column set start element (the other elements are created automatically).
5. Choose the column set you created in step 2.

Known issues
------------

[](#known-issues)

- sorting via sort anchor (ajax) isn't working -&gt; use synchronous cut action instead (the blue arrow)

###  Health Score

42

—

FairBetter than 88% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity83

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 51.1% 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 ~37 days

Recently: every ~62 days

Total

70

Last Release

606d ago

PHP version history (5 changes)1.0.0PHP &gt;=7.1

1.0.2PHP ^5.6 || ^7.0

1.2.0PHP ^7.1

1.6.0PHP ^7.1||^8.0

1.10.0PHP ^7.4 || ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/28ad3224d8727b622ebd229840eea6b9dbcb83eb0bd609e6ce65b614830ff538?d=identicon)[digitales@heimrich-hannot.de](/maintainers/digitales@heimrich-hannot.de)

---

Top Contributors

[![koertho](https://avatars.githubusercontent.com/u/12064642?v=4)](https://github.com/koertho "koertho (23 commits)")[![ericges](https://avatars.githubusercontent.com/u/25957923?v=4)](https://github.com/ericges "ericges (20 commits)")[![vvohh](https://avatars.githubusercontent.com/u/75325799?v=4)](https://github.com/vvohh "vvohh (2 commits)")

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/heimrichhannot-contao-subcolumns-bootstrap-bundle/health.svg)

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

###  Alternatives

[symfony/security-bundle

Provides a tight integration of the Security component into the Symfony full-stack framework

2.5k190.0M2.6k](/packages/symfony-security-bundle)[metamodels/core

MetaModels core

10156.6k68](/packages/metamodels-core)[codefog/contao-news_categories

News Categories bundle for Contao Open Source CMS

3290.3k6](/packages/codefog-contao-news-categories)[terminal42/contao-node

Node bundle for Contao Open Source CMS

3078.1k6](/packages/terminal42-contao-node)[heimrichhannot/contao-encore-bundle

This bundle brings deep integration for symfony encore into contao. On the one hand, your can prepare your bundles to define own webpack entries, which added with just one command to your webpack entries. On the other hand, this bundle allows you to add encore entries only on the pages you need them for optimizing your website performance.

1016.8k](/packages/heimrichhannot-contao-encore-bundle)[heimrichhannot/contao-pwa-bundle

A bundle to provide progressive web app support for contao.

101.2k](/packages/heimrichhannot-contao-pwa-bundle)

PHPackages © 2026

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