PHPackages                             kinglozzer/silverstripe-columnedlist - 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. kinglozzer/silverstripe-columnedlist

ActiveSilverstripe-vendormodule[Utility &amp; Helpers](/categories/utility)

kinglozzer/silverstripe-columnedlist
====================================

An SS\_ListDecorator to facilitate stacking data vertically in columns

2.1.0(1y ago)62.0k1BSD-3-ClausePHP

Since Jul 24Pushed 1y ago1 watchersCompare

[ Source](https://github.com/kinglozzer/silverstripe-columnedlist)[ Packagist](https://packagist.org/packages/kinglozzer/silverstripe-columnedlist)[ Docs](https://github.com/kinglozzer/silverstripe-columnedlist)[ RSS](/packages/kinglozzer-silverstripe-columnedlist/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (2)Versions (6)Used By (0)

ColumnedList
============

[](#columnedlist)

[![Build Status](https://camo.githubusercontent.com/81d4a3ccfe9d5a780b4f5601bf019fb8fc5fda3cc06070e5aaf2ad06887daf5f/68747470733a2f2f6170692e7472617669732d63692e6f72672f6b696e676c6f7a7a65722f73696c7665727374726970652d636f6c756d6e65646c6973742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/kinglozzer/silverstripe-columnedlist) [![Latest Stable Version](https://camo.githubusercontent.com/9a3df4108843c55351054e646ec11d5e323bb8ef6c8085dd68993f1a990b0714/68747470733a2f2f706f7365722e707567782e6f72672f6b696e676c6f7a7a65722f73696c7665727374726970652d636f6c756d6e65646c6973742f76657273696f6e2e737667)](https://packagist.org/packages/kinglozzer/silverstripe-columnedlist) [![Total Downloads](https://camo.githubusercontent.com/286277521bc93fb6e2faf145830145415f5e2c89dad32f03c9fa0e08cc52d104/68747470733a2f2f706f7365722e707567782e6f72672f6b696e676c6f7a7a65722f73696c7665727374726970652d636f6c756d6e65646c6973742f646f776e6c6f6164732e737667)](https://packagist.org/packages/kinglozzer/silverstripe-columnedlist) [![License](https://camo.githubusercontent.com/fadaaecaee2463540b93f583b679998bd286229171b1fe6ae914d7d986ac5ea3/68747470733a2f2f706f7365722e707567782e6f72672f6b696e676c6f7a7a65722f73696c7665727374726970652d636f6c756d6e65646c6973742f6c6963656e73652e737667)](https://packagist.org/packages/kinglozzer/silverstripe-columnedlist)

An `SS_ListDecorator` to facilitate stacking data vertically in columns. Supports left and right “weighting”.

Example:
--------

[](#example)

```
use Kinglozzer\SilverStripeColumnedList\ColumnedList;
use SilverStripe\CMS\Model\SiteTree;

class Page extends SiteTree
{
    public function ColumnData()
    {
        return ColumnedList::create($this->SomeDataList());
    }
}
```

```

        Column {$Pos}

                Item {$Pos}

```

Assuming `SomeDataList()` contains 5 items, the output would be:

Column 1Column 2Column 3Item 1Item 3Item 5Item 2Item 4.“Right-heavy” stacking:
-----------------------

[](#right-heavy-stacking)

Using the same above example:

```

        Column {$Pos}

                Item {$Pos}

```

Assuming `SomeDataList()` contains 5 items, the output would be:

Column 1Column 2Column 3Item 1Item 2Item 4.Item 3Item 5

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity67

Established project with proven stability

 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

Every ~899 days

Total

5

Last Release

712d ago

Major Versions

1.x-dev → 2.0.02017-11-09

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/203294386?v=4)[-&gt; lozcalver](/maintainers/kinglozzer)[@kinglozzer](https://github.com/kinglozzer)

---

Top Contributors

[![lozcalver](https://avatars.githubusercontent.com/u/1655548?v=4)](https://github.com/lozcalver "lozcalver (21 commits)")

---

Tags

silverstripelistarraylistcolumnsdatalistcolumnedstackingarraydata

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/kinglozzer-silverstripe-columnedlist/health.svg)

```
[![Health](https://phpackages.com/badges/kinglozzer-silverstripe-columnedlist/health.svg)](https://phpackages.com/packages/kinglozzer-silverstripe-columnedlist)
```

###  Alternatives

[silvershop/silverstripe-listsorter

Easily provide front-end sorting controls for SilverStripe lists

1640.8k4](/packages/silvershop-silverstripe-listsorter)

PHPackages © 2026

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