PHPackages                             yii3-extensions/asset-fontawesome-free - 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. yii3-extensions/asset-fontawesome-free

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

yii3-extensions/asset-fontawesome-free
======================================

Asset for FontAwesome Free for YiiFramework v.3.0.

0.1.1(2y ago)11.4k[1 PRs](https://github.com/yii3-extensions/asset-fontawesome-free/pulls)mitPHPPHP ^8.1CI passing

Since Jan 21Pushed 1y ago1 watchersCompare

[ Source](https://github.com/yii3-extensions/asset-fontawesome-free)[ Packagist](https://packagist.org/packages/yii3-extensions/asset-fontawesome-free)[ RSS](/packages/yii3-extensions-asset-fontawesome-free/feed)WikiDiscussions main Synced 1mo ago

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

 [ ![](https://avatars.githubusercontent.com/u/121752654?s=200&v=4) ](https://github.com/yii3-extensions/asset-fontawesome-free) [ ![](https://camo.githubusercontent.com/bf0feeb8798b50f62f85456e05cf8a1d4ef980239c7a3eeb770b4be31c7e82ab/68747470733a2f2f75706c6f61642e77696b696d656469612e6f72672f77696b6970656469612f636f6d6d6f6e732f7468756d622f352f35662f466f6e745f417765736f6d655f6c6f676f6d61726b5f626c75652e7376672f35313270782d466f6e745f417765736f6d655f6c6f676f6d61726b5f626c75652e7376672e706e673f3230323230383039303432313038) ](https://fontawesome.com/start)

Assets for FontAwesome Free for YiiFramework v.3.0.
===================================================

[](#assets-for-fontawesome-free-for-yiiframework-v30)

 [ ![PHPUnit](https://github.com/yii3-extensions/asset-fontawesome-free/actions/workflows/build.yml/badge.svg) ](https://github.com/yii3-extensions/asset-fontawesome-free/actions/workflows/build.yml) [ ![Codecov](https://camo.githubusercontent.com/0ec88a6fb327b4218ccd7859fd2cfdb23ab222365383d87b637d880dfbe6c65d/68747470733a2f2f636f6465636f762e696f2f67682f796969332d657874656e73696f6e732f61737365742d666f6e74617765736f6d652d667265652f6272616e63682f6d61696e2f67726170682f62616467652e7376673f746f6b656e3d4d4630585547564c5943) ](https://codecov.io/gh/yii3-extensions/asset-fontawesome-free) [ ![Infection](https://camo.githubusercontent.com/049dca4446242fba29e08757ab02d46f8d124ab1ea14f2dbe5717416fbaad851/68747470733a2f2f696d672e736869656c64732e696f2f656e64706f696e743f7374796c653d666c61742675726c3d687474707325334125324625324662616467652d6170692e737472796b65722d6d757461746f722e696f2532466769746875622e636f6d253246796969332d657874656e73696f6e7325324661737365742d666f6e74617765736f6d652d667265652532466d61696e) ](https://dashboard.stryker-mutator.io/reports/github.com/yii3-extensions/asset-fontawesome-free/main) [ ![Psalm](https://github.com/yii3-extensions/asset-fontawesome-free/actions/workflows/static.yml/badge.svg) ](https://github.com/yii3-extensions/asset-fontawesome-free/actions/workflows/static.yml) [ ![Psalm Coverage](https://camo.githubusercontent.com/8ed9413df92dd38353db7b60027b4ab75f416f65c120e7d7bd3d60709ef7e327/68747470733a2f2f73686570686572642e6465762f6769746875622f796969332d657874656e73696f6e732f61737365742d666f6e74617765736f6d652d667265652f636f7665726167652e737667) ](https://shepherd.dev/github/yii3-extensions/asset-fontawesome-free) [ ![Style ci](https://camo.githubusercontent.com/80bfcff3b1a7245d853c2cba5321193d48a387e650cafd8a247211d32b270a00/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3734353531393537352f736869656c643f6272616e63683d6d61696e) ](https://github.styleci.io/repos/745519575?branch=main)

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

[](#installation)

This package requires [npm](https://www.npmjs.com/) for [php-forge/foxy](https://www.github.com/php-forge/foxy), which manages the installation of npm packages and resource compilation.

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

Either run

```
composer require --prefer-dist yii3-extensions/asset-fontawesome-free:"^0.1"
```

or add

```
"yii3-extensions/asset-fontawesome-free":"^0.1"
```

Directory structure
-------------------

[](#directory-structure)

The module directory structure is as follows:

```
root
├── src                                Assets for FontAwesome Free.
│   └── Css                            Directory for Css Assets.
│       └── FontAwesome.php            FontAwesome Free All Asset.
│       └── FontAwesomeCdn.php         FontAwesome Free All CDN Asset.
│       └── FontAwesomeBrand.php       FontAwesome Free Brand Asset.
│       └── FontAwesomeBrandCdn.php    FontAwesome Free Brand CDN Asset.
│       └── FontAwesomeRegular.php     FontAwesome Free Regular Asset.
│       └── FontAwesomeRegularCdn.php  FontAwesome Free Regular CDN Asset.
│       └── FontAwesomeSolid.php       FontAwesome Free Solid Asset.
│       └── FontAwesomeSolidCdn.php    FontAwesome Free Solid CDN Asset.
│   └── Js                             Directory for Brand Assets.
│       └── FontAwesome.php            FontAwesome Free All Asset.
│       └── FontAwesomeCdn.php         FontAwesome Free All CDN Asset.
│       └── FontAwesomeBrand.php       FontAwesome Free Brand Asset.
│       └── FontAwesomeBrandCdn.php    FontAwesome Free Brand CDN Asset.
│       └── FontAwesomeRegular.php     FontAwesome Free Regular Asset.
│       └── FontAwesomeRegularCdn.php  FontAwesome Free Regular CDN Asset.
│       └── FontAwesomeSolid.php       FontAwesome Free Solid Asset.
│       └── FontAwesomeSolidCdn.php    FontAwesome Free Solid CDN Asset.
├── tests                              Tests for Assets for FontAwesome Free.

```

Usage
-----

[](#usage)

[Check the documentation docs](/docs/README.md) to learn about usage.

Testing
-------

[](#testing)

[Check the documentation testing](/docs/testing.md) to learn about testing.

Support versions
----------------

[](#support-versions)

[![PHP81](https://camo.githubusercontent.com/cfe9179013aaeb962182231f5cc56946d96d3c7356e64008b58bad1025cfb1e9/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d253345253344382e312d373837434235)](https://www.php.net/releases/8.1/en.php)[![Yii30](https://camo.githubusercontent.com/a93c9368d1c682762799638289a2f65e79dacc8227060eedc263de627e55862b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f59696925323076657273696f6e2d332e302d626c7565)](https://yiiframework.com)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

Our social networks
-------------------

[](#our-social-networks)

[![Twitter](https://camo.githubusercontent.com/d077c362ac639792171af8bc002ee827816733dfc0925f70b557e6d151022226/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f747769747465722d666f6c6c6f772d3144413146323f6c6f676f3d74776974746572266c6f676f436f6c6f723d314441314632266c6162656c436f6c6f723d3535353535353f7374796c653d666c6174)](https://twitter.com/Terabytesoftw)

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity42

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

Total

2

Last Release

840d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/524d2b46690f41fce7188d369488a35e7624e6c5a264d82aacd08548bfd156ab?d=identicon)[terabytesoftw](/maintainers/terabytesoftw)

---

Top Contributors

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

---

Tags

assetyii3yii3-extensionsfontawesome-free

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Code StyleECS

Type Coverage Yes

### Embed Badge

![Health badge](/badges/yii3-extensions-asset-fontawesome-free/health.svg)

```
[![Health](https://phpackages.com/badges/yii3-extensions-asset-fontawesome-free/health.svg)](https://phpackages.com/packages/yii3-extensions-asset-fontawesome-free)
```

###  Alternatives

[rmrevin/yii2-fontawesome

Asset Bundle for Yii2 with Font Awesome

1474.0M134](/packages/rmrevin-yii2-fontawesome)

PHPackages © 2026

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