PHPackages                             anselmdk/silverstripe-iconfont-picker - 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. anselmdk/silverstripe-iconfont-picker

ActiveSilverstripe-module

anselmdk/silverstripe-iconfont-picker
=====================================

generic icon font picker based on peavers/silverstripe-font-awesome

v1.1.2(10y ago)1601BSD-3-ClausePHP

Since May 10Pushed 9y agoCompare

[ Source](https://github.com/anselmdk/silverstripe-iconfont-picker)[ Packagist](https://packagist.org/packages/anselmdk/silverstripe-iconfont-picker)[ RSS](/packages/anselmdk-silverstripe-iconfont-picker/feed)WikiDiscussions master Synced 2mo ago

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

THIS IS A FORK OF `peavers/silverstripe-font-awesome`
=====================================================

[](#this-is-a-fork-of-peaverssilverstripe-font-awesome)

...adjusted to work with any icon font.

Configuration example
---------------------

[](#configuration-example)

```
$iconPickerField = IconFontPickerField::create('CustomIconClass', 'Icon');
$iconPickerField->setCustomFontURI('mysite/thirdparty/icofont-custom/css/icofont.css');
$iconPickerField->setCustomFontBaseClass('icofont');
$iconPickerField->setAvailableIcons($this->config()->available_icons);
$iconPickerField->setUseFontAwesome(false);
```

Initial Readme
==============

[](#initial-readme)

Synopsis
--------

[](#synopsis)

Provides a field to easily pick font-awesome icons

Features
--------

[](#features)

- Easily pick icons to be used anywhere in the frontend
- Can filter on icon name

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

[](#installation)

### Composer

[](#composer)

Make sure you're not double loading the css/fonts with a theme.

Ideally composer will be used to install this module. `composer require "moe/font-awesome:@stable"`

Screen shots
------------

[](#screen-shots)

### Font awesome icon view

[](#font-awesome-icon-view)

[![Font awesome icon](https://raw.githubusercontent.com/peavers/silverstripe-font-awesome/master/images/screens/font-awesome-icons.png "Icons")](https://raw.githubusercontent.com/peavers/silverstripe-font-awesome/master/images/screens/font-awesome-icons.png)
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

[](#)

### Filter view

[](#filter-view)

[![Filter](https://raw.githubusercontent.com/peavers/silverstripe-font-awesome/master/images/screens/font-awesome-filter.png "Filter")](https://raw.githubusercontent.com/peavers/silverstripe-font-awesome/master/images/screens/font-awesome-filter.png)

Usage
-----

[](#usage)

A basic working example, and the following to any class you want the field on;

```
    private static $db = array(
        'Icon' => 'Varchar(255)',
    );

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

        $fields->addFieldsToTab('Root.Main', array(
           FontAwesomeField::create("Icon", "Font Awesome icon")
        ));

        return $fields;
    }
```

Then simple include in the template where you want the icon placed

```

```

The controller extension should make sure you've got access to the icons so you don't need to double up the CSS file.

Want colours instead of icons?
------------------------------

[](#want-colours-instead-of-icons)

Got you covered, checkout [color-swabs](https://github.com/peavers/silverstripe-color-swabs)!

Libraries used/modified
-----------------------

[](#libraries-usedmodified)

- Font Awesome Icon Picker 4.5

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~17 days

Total

6

Last Release

3934d ago

### Community

Maintainers

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

---

Top Contributors

[![anselmdk](https://avatars.githubusercontent.com/u/1316533?v=4)](https://github.com/anselmdk "anselmdk (4 commits)")[![peavers](https://avatars.githubusercontent.com/u/1758007?v=4)](https://github.com/peavers "peavers (4 commits)")

---

Tags

font-awesome

### Embed Badge

![Health badge](/badges/anselmdk-silverstripe-iconfont-picker/health.svg)

```
[![Health](https://phpackages.com/badges/anselmdk-silverstripe-iconfont-picker/health.svg)](https://phpackages.com/packages/anselmdk-silverstripe-iconfont-picker)
```

###  Alternatives

[thisisbd/silverstripe-fontawesome-iconpickerfield

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

143.3k1](/packages/thisisbd-silverstripe-fontawesome-iconpickerfield)[silverstripe-terraformers/gridfield-rich-filter-header

Rich filter header component for GridField

1325.7k1](/packages/silverstripe-terraformers-gridfield-rich-filter-header)[silverstripe/superglue

102.2k](/packages/silverstripe-superglue)

PHPackages © 2026

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