PHPackages                             sersid/yii2-font-awesome-asset - 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. sersid/yii2-font-awesome-asset

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

sersid/yii2-font-awesome-asset
==============================

Adding FontAwesome to your Yii2 project via Composer

v1.0.0(11y ago)212.1k1[1 issues](https://github.com/Sersid/yii2-font-awesome-asset/issues)2BSD-4-ClausePHPPHP &gt;=5.4.0

Since Nov 27Pushed 11y ago1 watchersCompare

[ Source](https://github.com/Sersid/yii2-font-awesome-asset)[ Packagist](https://packagist.org/packages/sersid/yii2-font-awesome-asset)[ RSS](/packages/sersid-yii2-font-awesome-asset/feed)WikiDiscussions master Synced 1mo ago

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

Yii2 FontAwesome Asset
======================

[](#yii2-fontawesome-asset)

Adding [FontAwesome](http://fontawesome.io/) to your Yii2 project via Composer

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist sersid/yii2-font-awesome-asset "*"
```

or add

```
"sersid/yii2-font-awesome-asset": "*"

```

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

Usage
-----

[](#usage)

The following example is if you wish to register the bundle on a specific view

```
// this code is written on that specific view
sersid\fontawesome\Asset::register($this);
```

But it could be that you wish to use it as part of another asset bundle or globally registered on your application. For the following example, we going to registered as part of the main application asset bundle AppAsset:

```
class AppAsset extends AssetBundle
{
    public $depends = [
        ...
        'sersid\fontawesome\Asset'
    ];
}
```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity58

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

4185d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/77a31670802cfdc8cee69547ed5c8f1f92c7b79ace1dfa18ecb7aec30a9dd6e5?d=identicon)[Sersid](/maintainers/Sersid)

---

Top Contributors

[![Sersid](https://avatars.githubusercontent.com/u/2066261?v=4)](https://github.com/Sersid "Sersid (12 commits)")

---

Tags

yii2extensionassetfont-awesomeFontAwesomeyii2 fontawesome

### Embed Badge

![Health badge](/badges/sersid-yii2-font-awesome-asset/health.svg)

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

PHPackages © 2026

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