PHPackages                             netzmacht/contao-packagist-package - 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. netzmacht/contao-packagist-package

ActiveContao-bundle

netzmacht/contao-packagist-package
==================================

Show packagist packe information.

05PHP

Since Feb 10Pushed 5y ago1 watchersCompare

[ Source](https://github.com/netzmacht/contao-packagist-package)[ Packagist](https://packagist.org/packages/netzmacht/contao-packagist-package)[ RSS](/packages/netzmacht-contao-packagist-package/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Contao-Bootstrap Grid Component
===============================

[](#contao-bootstrap-grid-component)

[![Build Status](https://camo.githubusercontent.com/121acd4d4f9041f97bf5c1e8f1d30c64b733959718b5fcc5069c9c69db01f69c/687474703a2f2f696d672e736869656c64732e696f2f7472617669732f636f6e74616f2d626f6f7473747261702f677269642f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/contao-bootstrap/grid)[![Version](https://camo.githubusercontent.com/645231e47bde4fe91709d6d9402b056cbdd275d8d016488730cb7452e294228b/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f636f6e74616f2d626f6f7473747261702f677269642e7376673f7374796c653d666c61742d737175617265)](http://packagist.org/packages/contao-bootstrap/grid)[![License](https://camo.githubusercontent.com/0a83467ff90148c4ae9f21eb3e70f94ffae066d9f01b5cdf477ec296ac445678/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f636f6e74616f2d626f6f7473747261702f677269642e7376673f7374796c653d666c61742d737175617265)](http://packagist.org/packages/contao-bootstrap/grid)[![Downloads](https://camo.githubusercontent.com/5f5c7c31a7cb8edf30feca469f6649ac0804a54d1a21fc1e3d103560f7448be4/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f636f6e74616f2d626f6f7473747261702f677269642e7376673f7374796c653d666c61742d737175617265)](http://packagist.org/packages/contao-bootstrap/grid)[![Contao Community Alliance coding standard](https://camo.githubusercontent.com/5c83beb382413cbfa523bbea12d70d0723a803b3f7cbba029609ed1848dfa99b/687474703a2f2f696d672e736869656c64732e696f2f62616467652f6363612d636f64696e675f7374616e646172642d7265642e7376673f7374796c653d666c61742d737175617265)](https://github.com/contao-community-alliance/coding-standard)

This extension provides Bootstrap 4 grid tools for Contao CMS.

Features
--------

[](#features)

- Manage grid definition in your theme settings
- Content elements
- Form elements
- Grid module
- Import/Export with your theme settings

Changelog
---------

[](#changelog)

See [changelog](CHANGELOG.md)

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

[](#requirements)

- PHP 7.1
- Contao ~4.4

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/grid~2.0@beta

# Using composer directly
$ php composer.phar require contao-bootstrap/grid~2.0@beta
```

### Standard edition

[](#standard-edition)

Without the contao manager you also have to register the bundle

```
class AppKernel
{
    public function registerBundles()
    {
        $bundles = [
            // ...
            new Contao\CoreBundle\HttpKernel\Bundle\ContaoModuleBundle('metapalettes', $this->getRootDir()),
            new Contao\CoreBundle\HttpKernel\Bundle\ContaoModuleBundle('multicolumnwizard', $this->getRootDir()),
            new ContaoBootstrap\Core\ContaoBootstrapCoreBundle(),
            new ContaoBootstrap\Grid\ContaoBootstrapGridBundle()
        ];
    }
}
```

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity31

Early-stage or recently created project

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.

### Community

Maintainers

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

### Embed Badge

![Health badge](/badges/netzmacht-contao-packagist-package/health.svg)

```
[![Health](https://phpackages.com/badges/netzmacht-contao-packagist-package/health.svg)](https://phpackages.com/packages/netzmacht-contao-packagist-package)
```

PHPackages © 2026

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