PHPackages                             goldfinch/silverstripe-imageselection-field - 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. [Image &amp; Media](/categories/media)
4. /
5. goldfinch/silverstripe-imageselection-field

ActiveSilverstripe-vendormodule[Image &amp; Media](/categories/media)

goldfinch/silverstripe-imageselection-field
===========================================

Image selection field for Silverstripe.

2.0.1(2y ago)01.0k1BSD-3-ClausePHP

Since Dec 17Pushed 2y agoCompare

[ Source](https://github.com/goldfinch/silverstripe-imageselection-field)[ Packagist](https://packagist.org/packages/goldfinch/silverstripe-imageselection-field)[ RSS](/packages/goldfinch-silverstripe-imageselection-field/feed)WikiDiscussions main Synced today

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

Image Selection field for Silverstripe
======================================

[](#image-selection-field-for-silverstripe)

- SS5 compatible fork of [nswdpc/silverstripe-imageselection-field](https://github.com/nswdpc/silverstripe-imageselection-field)

This is a basic radio selection field, each item in the set of options can have an image associated with it.

Useful for allowing people to select an option based on an image.

### Usage

[](#usage)

```
$imageList = $app->getImageList();// DataList of Image records
$sampleImageField = ImageSelectionField::create(
    'SelectedImageID',
    _t(
        'myapp.CHOOSE_AN_IMAGE',
        'Choose an image'
    )
)->setDescription(
    _t(
        'myapp.CHOOSE_AN_IMAGE_HELP',
        'Choose an image that is most relevant.'
    )
)->setImageList($imageList);
```

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

[](#installation)

```
composer require goldfinch/silverstripe-imageselection-field
```

License
-------

[](#license)

[BSD-3-Clause](./LICENSE.md)

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

[](#configuration)

You can set the default image width/height in your project configuration

Maintainers
-----------

[](#maintainers)

- [dpcdigital@NSWDPC:~$](https://dpc.nsw.gov.au)

Bugtracker
----------

[](#bugtracker)

We welcome bug reports, pull requests and feature requests on the Github Issue tracker for this project.

Please review the [code of conduct](./code-of-conduct.md) prior to opening a new issue.

Security
--------

[](#security)

If you have found a security issue with this module, please email digital\[@\]dpc.nsw.gov.au in the first instance, detailing your findings.

Development and contribution
----------------------------

[](#development-and-contribution)

If you would like to make contributions to the module please ensure you raise a pull request and discuss with the module maintainers.

Please review the [code of conduct](./code-of-conduct.md) prior to completing a pull request.

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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 ~1 days

Total

2

Last Release

927d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2291826?v=4)[goldfinch](/maintainers/goldfinch)[@goldfinch](https://github.com/goldfinch)

---

Top Contributors

[![JamesDPC](https://avatars.githubusercontent.com/u/69664712?v=4)](https://github.com/JamesDPC "JamesDPC (6 commits)")[![goldfinch](https://avatars.githubusercontent.com/u/2291826?v=4)](https://github.com/goldfinch "goldfinch (3 commits)")

---

Tags

imagesilverstripeformfieldnswselect image

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/goldfinch-silverstripe-imageselection-field/health.svg)

```
[![Health](https://phpackages.com/badges/goldfinch-silverstripe-imageselection-field/health.svg)](https://phpackages.com/packages/goldfinch-silverstripe-imageselection-field)
```

###  Alternatives

[heyday/silverstripe-responsive-images

Configure and send a series of image size options to the client without loading any resources until a media query can be executed.

5390.0k6](/packages/heyday-silverstripe-responsive-images)[dnadesign/silverstripe-lazyloaded-image

Implements the LQIP (Low Quality Image Placeholder) pattern powered by lazysizes

1011.8k4](/packages/dnadesign-silverstripe-lazyloaded-image)

PHPackages © 2026

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