PHPackages                             markguinn/silverstripe-listbuilderfield - 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. markguinn/silverstripe-listbuilderfield

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

markguinn/silverstripe-listbuilderfield
=======================================

Provides 'list builder' or 'dual lists' ux pattern as a form field for Silverstripe CMS.

2371[1 issues](https://github.com/markguinn/silverstripe-listbuilderfield/issues)PHP

Since Feb 18Pushed 10y ago1 watchersCompare

[ Source](https://github.com/markguinn/silverstripe-listbuilderfield)[ Packagist](https://packagist.org/packages/markguinn/silverstripe-listbuilderfield)[ RSS](/packages/markguinn-silverstripe-listbuilderfield/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependenciesVersions (1)Used By (0)

ListBuilderField Module
=======================

[](#listbuilderfield-module)

Two lists of items - a "master" list and a "selected" list. You can move items between the lists and sort them. In SS this field is interchangable with CheckboxSetField except for adding the sort field.

Usage:
------

[](#usage)

Same as CheckboxSetField, except that you can specify the column used for sorting on the many-many relation the field is saved into. It can also save a comma-delimited list of id's into a text field instead if needed, in which case the sort column is irrelevant.

```
$fields->push(new ListBuilderField('Slides', 'Slides', Slides()::get()->Map(), 'SortOrder'));

```

TODO:
-----

[](#todo)

- Add buttons in the middle to move one/all both ways
- Add selection so you can move more than one

Author:
-------

[](#author)

Mark Guinn

Pull requests welcome! Just stick to the SS coding guidelines.

Licence:
--------

[](#licence)

MIT (see LICENSE for text)

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/485dfc9fc93cad085c83c3276f19b6e9322ee910ab0e1685de0db42228dbf97b?d=identicon)[markguinn](/maintainers/markguinn)

### Embed Badge

![Health badge](/badges/markguinn-silverstripe-listbuilderfield/health.svg)

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

###  Alternatives

[enqueue/dsn

Parse DSN

12627.0M66](/packages/enqueue-dsn)[shockwavemk/magento2-module-cron-schedule

Show advanced information for scheduled crons in Magento2 Backend

3434.0k](/packages/shockwavemk-magento2-module-cron-schedule)

PHPackages © 2026

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