PHPackages                             fullscreeninteractive/silverstripe-multiselectfield - 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. fullscreeninteractive/silverstripe-multiselectfield

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

fullscreeninteractive/silverstripe-multiselectfield
===================================================

A FormField for users to select and remove multiple items to a record

718.5k↑155.6%3[2 issues](https://github.com/fullscreeninteractive/silverstripe-multiselectfield/issues)PHP

Since Feb 3Pushed 10y ago2 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

MultiSelectField
================

[](#multiselectfield)

```
This is a fork of the http://svn.gpmd.net/svn/open/multiselectfield/tags/0.2/
which has been updated for 3.1.

```

Maintainer Contact
------------------

[](#maintainer-contact)

- Will Rossiter (Nickname: wilr)

Requirements
------------

[](#requirements)

- SilverStripe 3.1

Overview
--------

[](#overview)

[![Example](https://camo.githubusercontent.com/e037937bc3ababfd7f1a6ae93b652790a5fcf6c963bc23f94ea94d5c5142c1e9/68747470733a2f2f7777772e657665726e6f74652e636f6d2f73686172642f73362f73682f61623430646530312d393633352d343438632d393363372d3936343332653664326562622f30653538646430316135356132303166656335303931396635663037643633322f7265732f37333163333634652d653661612d343065302d623530622d3036333662336436663661612f736b697463682e706e673f726573697a65536d616c6c)](https://camo.githubusercontent.com/e037937bc3ababfd7f1a6ae93b652790a5fcf6c963bc23f94ea94d5c5142c1e9/68747470733a2f2f7777772e657665726e6f74652e636f6d2f73686172642f73362f73682f61623430646530312d393633352d343438632d393363372d3936343332653664326562622f30653538646430316135356132303166656335303931396635663037643633322f7265732f37333163333634652d653661612d343065302d623530622d3036333662336436663661612f736b697463682e706e673f726573697a65536d616c6c)

A FormField for users to select and remove multiple items to a record. Similar to CheckboxSetField this handles both adding and removing entries backed by relations (has\_many, many\_many) and saving text strings as comma separated list.

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

[](#installation)

```
composer require "fullscreeninteractive/silverstripe-multiselectfield:dev-master"

```

Usage Overview
--------------

[](#usage-overview)

### Relation

[](#relation)

```
private static $many_many = array (
	'Departments' => 'Department'
);

..

$fields->push(new MultiSelectField(
    "Departments",
    "Departments",
    Departments::get()->map('ID', 'Title')
));

```

### Comma separated list

[](#comma-separated-list)

```
private static $db = array (
	'Departments' => 'Text'
);

..

$fields->push(new MultiSelectField(
    "Departments",
    "Departments",
    array(
    	'Design',
    	'Development',
    	'HR'
    )
));

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance14

Infrequent updates — may be unmaintained

Popularity32

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

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

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/101629?v=4)[Will Rossiter](/maintainers/wilr)[@wilr](https://github.com/wilr)

---

Top Contributors

[![wilr](https://avatars.githubusercontent.com/u/101629?v=4)](https://github.com/wilr "wilr (17 commits)")[![blpraveen](https://avatars.githubusercontent.com/u/3274289?v=4)](https://github.com/blpraveen "blpraveen (1 commits)")[![spekulatius](https://avatars.githubusercontent.com/u/8433587?v=4)](https://github.com/spekulatius "spekulatius (1 commits)")

### Embed Badge

![Health badge](/badges/fullscreeninteractive-silverstripe-multiselectfield/health.svg)

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

###  Alternatives

[phpu/calendar

中国日历，通过天文计算和民间推算方法，准确计算出公历-1000年至3000年的农历、干支、节气等，同时支持多配置、多语言、多时区。

201.7k](/packages/phpu-calendar)

PHPackages © 2026

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