PHPackages                             moe/font-awesome - 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. moe/font-awesome

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

moe/font-awesome
================

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

v1.1.3(9y ago)63.7k11[1 PRs](https://github.com/peavers/silverstripe-font-awesome/pulls)BSD-3-ClausePHP

Since May 10Pushed 8y ago1 watchersCompare

[ Source](https://github.com/peavers/silverstripe-font-awesome)[ Packagist](https://packagist.org/packages/moe/font-awesome)[ RSS](/packages/moe-font-awesome/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (2)Versions (8)Used By (0)

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 4.7

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~92 days

Recently: every ~129 days

Total

7

Last Release

3474d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7e73556e40ee94b2511f93fe26a538633e9c5c97d76b883a837ed8e8c552396a?d=identicon)[peavers](/maintainers/peavers)

---

Top Contributors

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

---

Tags

font-awesome

### Embed Badge

![Health badge](/badges/moe-font-awesome/health.svg)

```
[![Health](https://phpackages.com/badges/moe-font-awesome/health.svg)](https://phpackages.com/packages/moe-font-awesome)
```

###  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)[swissup/module-font-awesome

FontAwesome for Magento2

116.9k1](/packages/swissup-module-font-awesome)

PHPackages © 2026

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