PHPackages                             bigfork/supergroupedlist - 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. [Database &amp; ORM](/categories/database)
4. /
5. bigfork/supergroupedlist

ActiveSilverstripe-module[Database &amp; ORM](/categories/database)

bigfork/supergroupedlist
========================

An extension of SilverStripe’s GroupedList that supports traversing relations

1.0.0(10y ago)52381BSD-3-ClausePHP

Since Jun 9Pushed 9y ago4 watchersCompare

[ Source](https://github.com/bigfork/supergroupedlist)[ Packagist](https://packagist.org/packages/bigfork/supergroupedlist)[ Docs](https://github.com/bigfork/supergroupedlist)[ RSS](/packages/bigfork-supergroupedlist/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

SuperGroupedList
================

[](#supergroupedlist)

[![Build Status](https://camo.githubusercontent.com/25b1022b27f1991a10e4d9d609e33a065fcddf66d4695970f3698188fcd38be9/68747470733a2f2f7472617669732d63692e6f72672f626967666f726b2f737570657267726f757065646c6973742e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/bigfork/supergroupedlist) [![Latest Stable Version](https://camo.githubusercontent.com/0f9668b46d0b334503e5f3f4613b17399a53ee7167d9fe81a4436e89f753816c/68747470733a2f2f706f7365722e707567782e6f72672f626967666f726b2f737570657267726f757065646c6973742f762f737461626c652e706e67)](https://packagist.org/packages/bigfork/supergroupedlist) [![Total Downloads](https://camo.githubusercontent.com/38107026ab16c1fb704cb28efc909ec176439a6918101f75c20ca6df3ae21f66/68747470733a2f2f706f7365722e707567782e6f72672f626967666f726b2f737570657267726f757065646c6973742f646f776e6c6f6164732e706e67)](https://packagist.org/packages/bigfork/supergroupedlist) [![License](https://camo.githubusercontent.com/bb048c43595d20b24929a39003e0f8cf0138be70761d1dd6d325516fe1189081/68747470733a2f2f706f7365722e707567782e6f72672f626967666f726b2f737570657267726f757065646c6973742f6c6963656e73652e706e67)](https://packagist.org/packages/bigfork/supergroupedlist)

An extension of SilverStripe’s GroupedList that supports traversing relations.

**Note:** depending on your data, the same items may be output multiple times. For example if a product belongs to multiple categories, and you group by category title, then the product will show under each of the categories that it belongs to.

### Installation

[](#installation)

```
composer require bigfork/supergroupedlist ^1.0

```

Or download and extract to a folder named `supergroupedlist` in your document root.

### Usage

[](#usage)

Use exactly as you would use `GroupedList`, but with dot-notation to traverse relations:

```
public function GroupedProducts() {
	$products = Product::get();
	return SuperGroupedList::create($products);
}
```

```

	{$Title}

			{$Title}

```

You can traverse `has_one`, `has_many` and `many_many` relations using dot notation. The last part of the notation you provide (`Title` in the example above) will be both the field that’s extracted from the final component, and the `$Variable` used to access that field inside the loop.

You can even traverse multiple relations at once. For example, `$GroupedProducts.GroupedBy('Manufacturer.Employees.FavouriteTeam.Name')` would return a list of products grouped by the names of the favourite teams of the employees of the product’s manufacturer.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity64

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 ~0 days

Total

2

Last Release

3996d ago

Major Versions

0.0.1 → 1.0.02015-06-09

### Community

Maintainers

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

![](https://avatars.githubusercontent.com/u/1774129?v=4)[Colin Richardson](/maintainers/feejin)[@feejin](https://github.com/feejin)

---

Top Contributors

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

---

Tags

silverstripelistgroupedlistgrouped

### Embed Badge

![Health badge](/badges/bigfork-supergroupedlist/health.svg)

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

###  Alternatives

[silverstripe/postgresql

SilverStripe now has tentative support for PostgreSQL ('Postgres')

16258.1k2](/packages/silverstripe-postgresql)[brettt89/silverstripe-garbage-collector

SilverStripe Garbage Collector module

109.6k](/packages/brettt89-silverstripe-garbage-collector)

PHPackages © 2026

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