PHPackages                             thisisbd/silverstripe-fontawesome-iconpickerfield - 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. thisisbd/silverstripe-fontawesome-iconpickerfield

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

thisisbd/silverstripe-fontawesome-iconpickerfield
=================================================

Font Awesome Icon Picker for SilverStripe 3.1.x based on http://mjolnic.com/fontawesome-iconpicker

v0.4(10y ago)143.3k9[1 issues](https://github.com/dljoseph/silverstripe-fontawesome-iconpickerfield/issues)1BSD-3-ClausePHP

Since Mar 3Pushed 9y ago5 watchersCompare

[ Source](https://github.com/dljoseph/silverstripe-fontawesome-iconpickerfield)[ Packagist](https://packagist.org/packages/thisisbd/silverstripe-fontawesome-iconpickerfield)[ Docs](http://github.com/thisisbd/silverstripe-fontawesome-iconpickerfield)[ RSS](/packages/thisisbd-silverstripe-fontawesome-iconpickerfield/feed)WikiDiscussions master Synced 1mo ago

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

SilverStripe Font Awesome Icon Picker Field
===========================================

[](#silverstripe-font-awesome-icon-picker-field)

Font Awesome Icon Picker for SilverStripe 3.x based on

&lt;iframe title="SilverStripe Font Awesome Icon Picker Field" width="420" height="315" src="" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt; [![SilverStripe Font Awesome Icon Picker Field](https://camo.githubusercontent.com/b60ec918789af76d58615e0257018574d2ce662cd2112de305fe86d86cc9230d/68747470733a2f2f74686973697362642e636f6d2f6173736574732f73696c7665727374726970652d666f6e74617765736f6d652d69636f6e7069636b65726669656c642e706e67)](https://camo.githubusercontent.com/b60ec918789af76d58615e0257018574d2ce662cd2112de305fe86d86cc9230d/68747470733a2f2f74686973697362642e636f6d2f6173736574732f73696c7665727374726970652d666f6e74617765736f6d652d69636f6e7069636b65726669656c642e706e67)

Maintainer Contacts
-------------------

[](#maintainer-contacts)

- Darren-Lee Joseph ``

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

[](#requirements)

- SilverStripe 3.1

Installation Instructions
-------------------------

[](#installation-instructions)

Installation can be done either by composer or by manually downloading a release.

### Via composer (best practice)

[](#via-composer-best-practice)

`composer require "thisisbd/silverstripe-fontawesome-iconpickerfield:*"`

### Manually

[](#manually)

1. Download the module from [the releases page](https://github.com/thisisbd/silverstripe-fontawesome-iconpickerfield/releases).
2. Extract the file (if you are on windows try 7-zip for extracting tar.gz files
3. Make sure the folder after being extracted is named 'fontawesome-iconpickerfield'
4. Place this directory in your sites root directory. This is the one with framework and cms in it.
5. Visit `/?flush` to clear the manifest cache.

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

[](#usage-overview)

```
private static $db = array(
    'FontAwesomeIcon' => 'Varchar'
);

```

In `getCMSFields` do this or something similar:

```
public function getCMSFields()
{
    $fields = parent::getCMSFields();

    $fields->addFieldToTab(
	    'Root.Main',
	    FontAwesomeIconPickerField::create('FontAwesomeIcon', 'Font Awesome Icon')
    );

    return $fields;
}

```

Frontend implementation
-----------------------

[](#frontend-implementation)

Suggested is to always use the latest version of FontAwesome, as the module tries to get all the available icons from the FontAwesome YML file on Github.

``

Known Issues
------------

[](#known-issues)

No known issues.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80% 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 ~135 days

Total

2

Last Release

3953d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e5ecadf8e6d9cf34b28001717c43b0f10037cae36ef81955191fe4f41079ef51?d=identicon)[dljoseph](/maintainers/dljoseph)

---

Top Contributors

[![dljoseph](https://avatars.githubusercontent.com/u/2602860?v=4)](https://github.com/dljoseph "dljoseph (16 commits)")[![Firesphere](https://avatars.githubusercontent.com/u/680570?v=4)](https://github.com/Firesphere "Firesphere (2 commits)")[![digitall-it](https://avatars.githubusercontent.com/u/3578378?v=4)](https://github.com/digitall-it "digitall-it (1 commits)")[![mattrayner](https://avatars.githubusercontent.com/u/3502902?v=4)](https://github.com/mattrayner "mattrayner (1 commits)")

---

Tags

silverstripefont-awesomeicon-picker

### Embed Badge

![Health badge](/badges/thisisbd-silverstripe-fontawesome-iconpickerfield/health.svg)

```
[![Health](https://phpackages.com/badges/thisisbd-silverstripe-fontawesome-iconpickerfield/health.svg)](https://phpackages.com/packages/thisisbd-silverstripe-fontawesome-iconpickerfield)
```

PHPackages © 2026

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