PHPackages                             getherbie/plugin-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. getherbie/plugin-grid

ActiveHerbie-plugin[Utility &amp; Helpers](/categories/utility)

getherbie/plugin-grid
=====================

Herbie Grid Plugin.

v0.7.0(11y ago)12341BSD-3-ClausePHP

Since Jan 28Pushed 6y agoCompare

[ Source](https://github.com/getherbie-plugin/grid)[ Packagist](https://packagist.org/packages/getherbie/plugin-grid)[ Docs](http://www.getherbie.org)[ RSS](/packages/getherbie-plugin-grid/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (1)Versions (2)Used By (1)

Herbie Grid Plugin
==================

[](#herbie-grid-plugin)

`Grid` ist ein [Herbie](http://github.com/getherbie/herbie) Plugin, mit dem du in deinen Inhalten (HTML-/CSS-)Grids erstellen kannst.

Experimentell
-------------

[](#experimentell)

Dieses Plugin ist **experimentell**. Bitte nicht in produktiver Umgebung einsetzen!

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

[](#installation)

Das Plugin installierst du via Composer.

```
$ composer require getherbie/plugin-grid

```

Danach aktivierst du das Plugin in der Konfigurationsdatei.

```
plugins:
    enable:
        - grid

```

Konfiguration
-------------

[](#konfiguration)

In der Konfigurationsdatei definierst du die gewünschten Vorlagen.

```
plugins:
    config:
        grid:
            templates:
                3col:
                    row: '{row}'
                    cols:
                        - '{col}'
                        - '{col}'
                        - '{col}'
                2col:
                    row: '{row}'
                    cols:
                        - '{col}'
                        - '{col}'

```

Falls du innerhalb eines Grids Markdown verwenden willst, muss das HTML-Attribut `markdown="1"` gesetzt sein.

Anwendung
---------

[](#anwendung)

Nun kannst du in deinen Seiten die konfigurierten Grid-Templates aufrufen.

```
-- grid 3col --
Inhalt Spalte 1
--
Inhalt Spalte 2
--
Inhalt Spalte 3
-- grid --

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod
tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

-- grid 2col --
Inhalt Spalte 1
--
Inhalt Spalte 2
-- grid --

```

Demo
----

[](#demo)

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

4175d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3bdbbcc7c6a4eb0680b6f21d894db260f9863c0743d34365f723545aed49525d?d=identicon)[getherbie](/maintainers/getherbie)

---

Top Contributors

[![tbreuss](https://avatars.githubusercontent.com/u/1334161?v=4)](https://github.com/tbreuss "tbreuss (12 commits)")

---

Tags

plugingridherbie

### Embed Badge

![Health badge](/badges/getherbie-plugin-grid/health.svg)

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

###  Alternatives

[ergebnis/composer-normalize

Provides a composer plugin for normalizing composer.json.

1.1k41.5M2.8k](/packages/ergebnis-composer-normalize)

PHPackages © 2026

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