PHPackages                             webexcess/multicolumn - 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. webexcess/multicolumn

Abandoned → [jvmtech/multicolumn](/?search=jvmtech%2Fmulticolumn)Neos-plugin

webexcess/multicolumn
=====================

Bootstrap grid for Neos CMS

4.1.0(4y ago)01.4k2[1 issues](https://github.com/webexcess/WebExcess.MultiColumn/issues)MITSCSS

Since Mar 28Pushed 4y ago1 watchersCompare

[ Source](https://github.com/webexcess/WebExcess.MultiColumn)[ Packagist](https://packagist.org/packages/webexcess/multicolumn)[ RSS](/packages/webexcess-multicolumn/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (3)Versions (18)Used By (0)

WebExcess.MultiColumn Package for Neos CMS
==========================================

[](#webexcessmulticolumn-package-for-neos-cms)

[![Latest Stable Version](https://camo.githubusercontent.com/f02e4d289da0b67218ba65da7c5f473de7d73fec06cbc8b3f7c5543d29965db6/68747470733a2f2f706f7365722e707567782e6f72672f7765626578636573732f6d756c7469636f6c756d6e2f762f737461626c65)](https://packagist.org/packages/webexcess/multicolumn)[![License](https://camo.githubusercontent.com/18797ba7f5d42c4545dc38920a98e2a73eeb8b23e6b5d2a7616bea2702e99cd6/68747470733a2f2f706f7365722e707567782e6f72672f7765626578636573732f6d756c7469636f6c756d6e2f6c6963656e7365)](https://packagist.org/packages/webexcess/multicolumn)

Bootstrap grid for Neos CMS

[![WebExcess.MultiColumn](Documentation/preview.gif "WebExcess.MultiColumn")](Documentation/preview.gif)

Compatibility and Maintenance
-----------------------------

[](#compatibility-and-maintenance)

The current versions are running absolutely fine and Future versions are maintained by [Jung von Matt TECH](https://github.com/jvm-tech/JvMTECH.MultiColumn).

Neos VersionWebExcess.MultiColumn VersionMaintainedNeos 7.x[JvMTECH.MultiColumn](https://github.com/jvm-tech/JvMTECH.MultiColumn)YESNeos 5.x4.xNONeos 4.x3.xNONeos 3.x2.xNONeos 2.3 LTS1.xNOInstallation
------------

[](#installation)

```
composer require webexcess/multicolumn

```

Configuration
-------------

[](#configuration)

### Restricted content

[](#restricted-content)

To allow your content elements to be inserted in a column, you have to add the following to your NodeType:

```
Your.Package:NodeType:
  superTypes:
    WebExcess.MultiColumn:Constraint.Column.Allowed: true

```

### Row dialog

[](#row-dialog)

When inserting a row, 2 columns are inserted by default. To improve the user experience, the `WebExcess.MultiColumn:Mixin.Row.Dialog` can be added. This will ask for the number of columns when inserting.

```
WebExcess.MultiColumn:Row:
  superTypes:
    WebExcess.MultiColumn:Mixin.Row.Dialog: true

```

### Disable property

[](#disable-property)

To disable e.g. the offset, override in your package the column NodeType by the following:

```
WebExcess.MultiColumn:Column:
  superTypes:
    WebExcess.MultiColumn:Mixin.Column.Offset: false

```

To disable e.g. only the xl property, you can just disable the `WebExcess.MultiColumn:Mixin.Column.Offset.XL` mixin.

```
WebExcess.MultiColumn:Column:
  superTypes:
    WebExcess.MultiColumn:Mixin.Column.Offset.XL: false

```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

Top contributor holds 70.6% 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 ~116 days

Recently: every ~136 days

Total

17

Last Release

1481d ago

Major Versions

1.0.x-dev → 2.0.02017-04-20

2.0.x-dev → 3.0.02018-12-03

3.0.3 → 4.0.02019-10-01

3.0.4 → 4.0.22020-10-26

### Community

Maintainers

![](https://www.gravatar.com/avatar/bdc5710fe83fa49841c7cb3e78547601637f220833db59d268302803317dcbc2?d=identicon)[webexcess](/maintainers/webexcess)

---

Top Contributors

[![samuelhauser](https://avatars.githubusercontent.com/u/1894064?v=4)](https://github.com/samuelhauser "samuelhauser (12 commits)")[![mgoldbeck](https://avatars.githubusercontent.com/u/1336044?v=4)](https://github.com/mgoldbeck "mgoldbeck (3 commits)")[![sbruggmann](https://avatars.githubusercontent.com/u/1162368?v=4)](https://github.com/sbruggmann "sbruggmann (2 commits)")

---

Tags

gridbootstrapneoscmsFUSIONflow-frameworkmulticolumn

### Embed Badge

![Health badge](/badges/webexcess-multicolumn/health.svg)

```
[![Health](https://phpackages.com/badges/webexcess-multicolumn/health.svg)](https://phpackages.com/packages/webexcess-multicolumn)
```

###  Alternatives

[nayjest/grids

Grids for Laravel 4 &amp; Laravel 5 frameworks

200152.0k1](/packages/nayjest-grids)[leantony/laravel-grid

A grid view for laravel, inspired by the yii2 grid widget

9060.2k](/packages/leantony-laravel-grid)[shel/neos-colorpicker

A plugin for Neos CMS which provides a colorpicker editor

1494.4k6](/packages/shel-neos-colorpicker)[dl/assetsync

Sync files from various sources to neos assets.

1021.4k](/packages/dl-assetsync)[shel/neos-terminal

Neos CMS Ui terminal for running Eel expressions and other commands

1441.3k](/packages/shel-neos-terminal)

PHPackages © 2026

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