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

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

iutbay/yii2-fontawesome
=======================

Simple Font Awesome helper for Yii2

0.0.1.1(9y ago)342.5k—0%26PHP

Since Nov 28Pushed 9y ago1 watchersCompare

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

READMEChangelog (2)DependenciesVersions (3)Used By (6)

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

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

[Font Awesome](http://fortawesome.github.io/Font-Awesome/) helper for Yii2.

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

[](#installation)

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

Either run

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

```

or add

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

to the require section of your application's `composer.json` file.

Assets
------

[](#assets)

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

```
\iutbay\yii2-fontawesome\FontAwesomeAsset::register($this);
```

Or as dependency in your app asset bundle :

```
public $depends = [
    'iutbay\yii2fontawesome\FontAwesomeAsset',
];
```

Usage
-----

[](#usage)

```
use iutbay\yii2fontawesome\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

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity31

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity54

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

Every ~886 days

Total

2

Last Release

3298d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/273e8d8c3b73681916b6e80e2021f774dbdb4054d2ea2d0744a91baa99f6999b?d=identicon)[iutbay](/maintainers/iutbay)

---

Top Contributors

[![klevron](https://avatars.githubusercontent.com/u/4560725?v=4)](https://github.com/klevron "klevron (8 commits)")

---

Tags

yii2extensioniconFontAwesome

### Embed Badge

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

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

###  Alternatives

[kartik-v/yii2-icons

Set of icon frameworks for use in Yii Framework 2.0

73970.3k34](/packages/kartik-v-yii2-icons)[richardfan1126/yii2-js-register

Yii2 widget to register JS into view

1357.2k7](/packages/richardfan1126-yii2-js-register)

PHPackages © 2026

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