PHPackages                             moritz-sauer-13/silverstripe-font-awesome-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. moritz-sauer-13/silverstripe-font-awesome-field

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

moritz-sauer-13/silverstripe-font-awesome-field
===============================================

A simple form field for selecting font-awesome classes in the CMS.

1.0.1(8mo ago)079BSD-3-ClausePHP

Since Jun 5Pushed 8mo agoCompare

[ Source](https://github.com/moritz-sauer-13/silverstripe-font-awesome)[ Packagist](https://packagist.org/packages/moritz-sauer-13/silverstripe-font-awesome-field)[ RSS](/packages/moritz-sauer-13-silverstripe-font-awesome-field/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (3)Dependencies (2)Versions (4)Used By (0)

forked from nickjacobs/silverstripe-font-awesome
------------------------------------------------

[](#forked-from-nickjacobssilverstripe-font-awesome)

Synopsis
--------

[](#synopsis)

Provides a field to easily pick font-awesome icons

Features
--------

[](#features)

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

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

[](#requirements)

SilverStripe 5+

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

[](#installation)

### Composer

[](#composer)

Ideally composer will be used to install this module. `composer require "nickjacobs/silverstripe-font-awesome-field:dev-master"`

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;

```
use SilverStripe\FontAwesome\FontAwesomeField;

class Blabla extends ... {
    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 &gt; 5

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance61

Regular maintenance activity

Popularity11

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~251 days

Total

3

Last Release

250d ago

Major Versions

0.0.0 → 1.02025-10-16

### Community

Maintainers

![](https://www.gravatar.com/avatar/237ff98c98e71b509c4dac62b31efaf7823cca011952ded67579a6cf763b7a47?d=identicon)[moritz-sauer-13](/maintainers/moritz-sauer-13)

---

Top Contributors

[![a2nt](https://avatars.githubusercontent.com/u/672794?v=4)](https://github.com/a2nt "a2nt (9 commits)")[![nickjacobs](https://avatars.githubusercontent.com/u/654798?v=4)](https://github.com/nickjacobs "nickjacobs (9 commits)")[![peavers](https://avatars.githubusercontent.com/u/1758007?v=4)](https://github.com/peavers "peavers (5 commits)")[![moritz-sauer-13](https://avatars.githubusercontent.com/u/43135946?v=4)](https://github.com/moritz-sauer-13 "moritz-sauer-13 (4 commits)")[![derdiggn](https://avatars.githubusercontent.com/u/5464282?v=4)](https://github.com/derdiggn "derdiggn (1 commits)")

---

Tags

silverstripefont-awesomeFontAwesome

### Embed Badge

![Health badge](/badges/moritz-sauer-13-silverstripe-font-awesome-field/health.svg)

```
[![Health](https://phpackages.com/badges/moritz-sauer-13-silverstripe-font-awesome-field/health.svg)](https://phpackages.com/packages/moritz-sauer-13-silverstripe-font-awesome-field)
```

###  Alternatives

[silverstripe/userforms

UserForms enables CMS users to create dynamic forms via a drag and drop interface and without getting involved in any PHP code

1321.1M83](/packages/silverstripe-userforms)[symbiote/silverstripe-advancedworkflow

Adds configurable workflow support to the CMS, with a GUI for creating custom workflow definitions.

46299.9k9](/packages/symbiote-silverstripe-advancedworkflow)[silverstripe/sharedraftcontent

Share draft page content with non-CMS users

21419.6k11](/packages/silverstripe-sharedraftcontent)[thisisbd/silverstripe-fontawesome-iconpickerfield

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

123.3k1](/packages/thisisbd-silverstripe-fontawesome-iconpickerfield)

PHPackages © 2026

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