PHPackages                             xddesigners/iconselectfield - 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. xddesigners/iconselectfield

ActiveSilverstripe-vendormodule

xddesigners/iconselectfield
===========================

Adds a configurable icon select field

6.0.0(7mo ago)0244BSD-3-ClausePHP

Since Sep 12Pushed 2mo ago2 watchersCompare

[ Source](https://github.com/xddesigners/iconselectfield)[ Packagist](https://packagist.org/packages/xddesigners/iconselectfield)[ RSS](/packages/xddesigners-iconselectfield/feed)WikiDiscussions main Synced 1mo ago

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

Icon select field
=================

[](#icon-select-field)

Add a icon select field to the Silverstripe CMS.

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

[](#installation)

```
composer require xddesigners/iconselectfield
```

Usage
-----

[](#usage)

Add a icon field to your db. This field will automaticly scaffold a `IconSelectField`.

```
class YourClass extends DataObject
{
  private static $db = [
    'Icon' => 'Icon'
  ];

  public function getCMSFields()
  {
    $fields = parent::getCMSFields();
    $fields->addFieldsToTab('Root.Main', [
      // this field is automaticly scaffolded
      IconSelectField::create('Icon', 'Icon')
    ]);

    $fields;
  }
}
```

In your template you can now access the Icon property and this will be replaced by the selected icon.

```
$Icon
```

You can confugure the icons you want to use trough a yml config.

```
---
Name: vivabasicIcons
---
XD\IconSelectField\Forms\IconSelectField:
  fonts_include:
  # add your own link to a font awesome version your using
    - ''
  icons:
    system:
      arrow-right: 'fas fa-arrow-right'
      arrow-left: 'fas fa-arrow-left'
      custom-icon: '' # you can also configure custom svg icons
```

###  Health Score

37

—

LowBetter than 82% of packages

Maintenance81

Actively maintained with recent releases

Popularity13

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 Bus Factor1

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

###  Release Activity

Cadence

Every ~34 days

Recently: every ~43 days

Total

6

Last Release

68d ago

Major Versions

4.0.0 → 5.0.02025-09-12

5.x-dev → 6.0.02025-09-12

### Community

Maintainers

![](https://www.gravatar.com/avatar/6131c03b7f5ba6b10fef192c90d68d57508e84c007a13321df6960b8298e19d1?d=identicon)[TheBnl](/maintainers/TheBnl)

---

Top Contributors

[![RVXD](https://avatars.githubusercontent.com/u/1586761?v=4)](https://github.com/RVXD "RVXD (7 commits)")[![TheBnl](https://avatars.githubusercontent.com/u/1334195?v=4)](https://github.com/TheBnl "TheBnl (1 commits)")

---

Tags

silverstripesvgfieldiconFontAwesome

### Embed Badge

![Health badge](/badges/xddesigners-iconselectfield/health.svg)

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

###  Alternatives

[fortawesome/font-awesome

The iconic font, CSS, and SVG framework

76.5k7.3M125](/packages/fortawesome-font-awesome)[silverstripe/tagfield

Tag field for SilverStripe

571.2M45](/packages/silverstripe-tagfield)[stevie-mayhew/silverstripe-svg

Basic SVG support for SilverStripe

23326.5k4](/packages/stevie-mayhew-silverstripe-svg)[smithfield-studio/acf-svg-icon-picker

Add ACF field for selecting SVG icons.

3710.8k](/packages/smithfield-studio-acf-svg-icon-picker)[kinglozzer/multiselectfield

A sortable multiple select field for managing many-to-many relations

1341.2k2](/packages/kinglozzer-multiselectfield)[adrhumphreys/silverstripe-textdropdownfield

A text field combined with a dropdown field.

106.1k](/packages/adrhumphreys-silverstripe-textdropdownfield)

PHPackages © 2026

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