PHPackages                             dma/dma\_simple\_grid - 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. dma/dma\_simple\_grid

ActiveContao-module

dma/dma\_simple\_grid
=====================

Contao Extension for simple multiple grid-support

2.0.1(1y ago)1020.0k↓45.8%12[3 issues](https://github.com/DMAGmbH/dma_simple_grid/issues)[1 PRs](https://github.com/DMAGmbH/dma_simple_grid/pulls)LGPL-3.0+PHPPHP ^8.1

Since Mar 22Pushed 1y ago5 watchersCompare

[ Source](https://github.com/DMAGmbH/dma_simple_grid)[ Packagist](https://packagist.org/packages/dma/dma_simple_grid)[ Docs](http://www.dma.do)[ RSS](/packages/dma-dma-simple-grid/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (9)Dependencies (2)Versions (16)Used By (0)

DMA SimpleGrid
==============

[](#dma-simplegrid)

Contao Erweiterung, die einfache Strukturen für Grid-Systeme bietet:

- Row-Elemente (für Inhalts-Elemente und Formulare)
- Spalten-Elemente (für Inhalts-Elemente und Formulare)
- Selektoren für Spalten-Breiten sowie Offset-, Pull- und Push-Werte
- Konfigurationsarray für Bootstrap und Foundation

Abhängigkeiten
--------------

[](#abhängigkeiten)

[https://github.com/menatwork/MultiColumnWizard](https://github.com/menatwork/contao-multicolumnwizard-bundle)

Installation
------------

[](#installation)

- zunächst muss die Erweiterung *MultiColumnWizard* installiert werden.
- anschließend kann die Erweitunerung *DMA SimpleGrid* installiert werden.
- Im Contao-Backend befinden sich im Bereich *Einstellungen* nun neue Einstellungsmöglichkeiten für die Simple Grid-Erweiterung
    - Auswahl des zu verwendenden Frameworks oder Grid-System (CSS- und weitere Dateien werden nicht installiert, da hier jeder seine eigenen Ansprüche hat)
    - Auswahl der zu verwendenden Selektoren
- Anschließend sollten bei den einzelnen Inhaltselementen Select-Felder zur jeweiligen Auswahl der Grid-Einstellungen zur Verfügung stehen.

Weitere Hinweise
----------------

[](#weitere-hinweise)

### Was diese Erweiterung nicht kann

[](#was-diese-erweiterung-nicht-kann)

- CSS etc. werden durch diese Erweiterung nicht mitgebracht. Jeder kann es auf seine eigene Art und Weise in Contao integrieren
- Kombinierte Grid-Einstellungen werden nicht auf vollständige Zeilen etc. validiert
- Alle Grids können aufgrund ihrer Struktur nicht abgebildet werden. Insbesondere verschachtelte Div-Strukturen (wie sie beispielsweise bei YAML verwendet werden) lassen sich nicht realisieren.

### Erweiterung der Grid-Einstellungen

[](#erweiterung-der-grid-einstellungen)

Standardmäßig wird diese Erweiterung mit dem Support für das Contao Grid, das Grid von Bootstrap 3, Bootstrap 4, Foundation 6 und unsemantic sowie dem GoldenRatio Grid von uns ausgeliefert. Über eigene `config.php`-Dateien können weitere Grid-Systeme unterstützt werden (hier als Beispiel die Konfiguration für das Foundation-Grid):

```
$GLOBALS['DMA_SIMPLEGRID_CONFIG']['foundation'] = array
(
    'name' => 'Foundation',
    'config' => array
    (
        'hasRows' => true,
        'hasColumns' => true,
        'hasColumnOffset' => true,
        'hasColumnOffsetRight' => false,
        'hasColumnPush' => true,
        'hasColumnPull' => true,
        'hasRowClasses' => true,
        'hasColumnClasses' => true,
        'row-class' => 'row',
        'column-class' => 'columns',
        'columns-sizes' => array('1','2','3','4','5','6','7','8','9','10','11','12'),
        'columns-config' => array
        (
            'small' => array
            (
                'name' => 'small',
                'column-class' => 'small-%d',
                'offset-class' => 'small-offset-%d',
                'push-class' => 'small-push-%d',
                'pull-class' => 'small-pull-%d'
            ),
            'medium' => array
            (
                'name' => 'medium',
                'column-class' => 'medium-%d',
                'offset-class' => 'medium-offset-%d',
                'push-class' => 'medium-push-%d',
                'pull-class' => 'medium-pull-%d'
            ),
            'large' => array
            (
                'name' => 'large',
                'column-class' => 'large-%d',
                'offset-class' => 'large-offset-%d',
                'push-class' => 'large-push-%d',
                'pull-class' => 'large-pull-%d'
            )
        ),
        'additional-classes' => array
        (
            'row' => array('expanded'),
            'columns' => array
            (
                'end' => 'end',
                'small-centered' => 'small-centered',
                'medium-centered' => 'medium-centered',
                'large-centered' => 'large-centered'
            )
        )
    )
);

```

###  Health Score

46

—

FairBetter than 93% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity35

Limited adoption so far

Community21

Small or concentrated contributor base

Maturity80

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 76.9% 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 ~243 days

Recently: every ~152 days

Total

14

Last Release

543d ago

Major Versions

v1.1.4 → 2.0.0-alpha2024-02-07

PHP version history (3 changes)1.0.0\_rcPHP &gt;=5.3.2

v1.1.0-BETAPHP ^7.2 || ^8.0

2.0.0-alphaPHP ^8.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8829909?v=4)[Janosch Oltmanns](/maintainers/JanoschOltmanns)[@JanoschOltmanns](https://github.com/JanoschOltmanns)

---

Top Contributors

[![JanoschOltmanns](https://avatars.githubusercontent.com/u/8829909?v=4)](https://github.com/JanoschOltmanns "JanoschOltmanns (100 commits)")[![qzminski](https://avatars.githubusercontent.com/u/193483?v=4)](https://github.com/qzminski "qzminski (17 commits)")[![markocupic](https://avatars.githubusercontent.com/u/1525166?v=4)](https://github.com/markocupic "markocupic (4 commits)")[![aschempp](https://avatars.githubusercontent.com/u/1073273?v=4)](https://github.com/aschempp "aschempp (2 commits)")[![Pellinger](https://avatars.githubusercontent.com/u/1052877?v=4)](https://github.com/Pellinger "Pellinger (2 commits)")[![delirius](https://avatars.githubusercontent.com/u/2039398?v=4)](https://github.com/delirius "delirius (1 commits)")[![stefanschleich](https://avatars.githubusercontent.com/u/1949608?v=4)](https://github.com/stefanschleich "stefanschleich (1 commits)")[![bezin](https://avatars.githubusercontent.com/u/4400435?v=4)](https://github.com/bezin "bezin (1 commits)")[![sascha-mueller](https://avatars.githubusercontent.com/u/246271?v=4)](https://github.com/sascha-mueller "sascha-mueller (1 commits)")[![JanoschSkuplik](https://avatars.githubusercontent.com/u/1091983?v=4)](https://github.com/JanoschSkuplik "JanoschSkuplik (1 commits)")

---

Tags

gridextensionmodulecontao

### Embed Badge

![Health badge](/badges/dma-dma-simple-grid/health.svg)

```
[![Health](https://phpackages.com/badges/dma-dma-simple-grid/health.svg)](https://phpackages.com/packages/dma-dma-simple-grid)
```

###  Alternatives

[hschottm/tags

tags is a Contao extension that provides an architecture to tag any Contao element.

1215.0k](/packages/hschottm-tags)

PHPackages © 2026

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