PHPackages                             blackho1e/yii2-fontawesome - 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. blackho1e/yii2-fontawesome

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

blackho1e/yii2-fontawesome
==========================

fontawesome-asset for Yii2

0.0.1(9y ago)081MITPHPPHP &gt;=5.4.0

Since Feb 27Pushed 9y ago1 watchersCompare

[ Source](https://github.com/blackho1e/yii2-fontawesome)[ Packagist](https://packagist.org/packages/blackho1e/yii2-fontawesome)[ Docs](https://github.com/blackho1e/yii2-fontawesome)[ RSS](/packages/blackho1e-yii2-fontawesome/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (1)Dependencies (2)Versions (1)Used By (1)

Font Awesome for Yii2
=====================

[](#font-awesome-for-yii2)

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

To install, either run

```
$ php composer.phar require "blackho1e/yii2-fontawesome" "*"

```

or add

```
"blackho1e/yii2-fontawesome" : "*"

```

to the `require` section of your `composer.json` file.

Assets
------

[](#assets)

To include Font Awesome assets, you should register it in view :

```
\blackho1e\fontawesome\FontAwesomeAsset::register($this);
```

Or as dependency in your app asset bundle :

```
public $depends = [
    'blackho1e\fontawesome\FontAwesomeAsset',
];
```

Usage
-----

[](#usage)

```
use blackho1e\fontawesome\FontAwesome as FA;

// home icon :
echo FA::icon('home');

// 2x home icon :
echo FA::icon('home 2x');

// fixed width home icon :
echo FA::icon('home fw');
```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

3411d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/19179366?v=4)[blackho1e](/maintainers/blackdole)[@blackdole](https://github.com/blackdole)

---

Top Contributors

[![blackdole](https://avatars.githubusercontent.com/u/19179366?v=4)](https://github.com/blackdole "blackdole (2 commits)")

---

Tags

yii2FontAwesome

### Embed Badge

![Health badge](/badges/blackho1e-yii2-fontawesome/health.svg)

```
[![Health](https://phpackages.com/badges/blackho1e-yii2-fontawesome/health.svg)](https://phpackages.com/packages/blackho1e-yii2-fontawesome)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M2.9k](/packages/craftcms-cms)

PHPackages © 2026

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