PHPackages                             cecil/theme-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. cecil/theme-fontawesome

ActiveCecil-theme[Utility &amp; Helpers](/categories/utility)

cecil/theme-fontawesome
=======================

Cecil component theme Font Awesome

1.5.1(4mo ago)09201MITTwig

Since Nov 15Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/Cecilapp/theme-fontawesome)[ Packagist](https://packagist.org/packages/cecil/theme-fontawesome)[ GitHub Sponsors](https://github.com/ArnaudLigny)[ Fund](https://opencollective.com/cecil)[ RSS](/packages/cecil-theme-fontawesome/feed)WikiDiscussions main Synced 2d ago

READMEChangelogDependencies (1)Versions (13)Used By (1)

Font Awesome component theme
============================

[](#font-awesome-component-theme)

The *Font Awesome* component theme for [Cecil](https://cecil.app) provides helpers to use [Font Awesome icons](https://fontawesome.com/search?o=r&m=free&s=solid%2Cregular&f=brands%2Cclassic).

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

[](#installation)

```
composer require cecil/theme-fontawesome
```

> Or [download the latest archive](https://github.com/Cecilapp/theme-fontawesome/releases/latest/) and uncompress its content in `themes/fontawesome`.

Usage
-----

[](#usage)

Add `fontawesome` in the `theme` section of the `config.yml`:

```
theme:
  - fontawesome
```

Include styles and webfonts in the `` of your template:

```
{{ include('partials/fontawesome.twig') }}
```

> By default, it includes *regular*, *solid*, and *brands* icons, but you can select only the one(s) you want using the `styles` array, i.e.: `{{ include('partials/fontawesome.twig', {styles: ['brands']}) }}`

Then import macro in your template:

```
{% import 'macros/fontawesome.twig' as fontawesome %}
```

Display the desired icon:

```
{{ fontawesome.icon('', '', '', '', '', '') }}
```

- ``: name of the [icon](https://fontawesome.com/search?o=r&m=free&s=solid%2Cregular&f=brands%2Cclassic)
- ``: style ("regular", "solid" or "brands". "regular" by default)
- ``: font [size](https://fontawesome.com/docs/web/style/size) (optional)
- ``: rotation in degrees ("90", "180", "270" or custom)
- ``: flipping ("horizontal", "vertical" or "both")
- ``: additional HTML attributes (optional)

Example
-------

[](#example)

```
{{ fontawesome.icon(name:'github', style:'brands', size:'xl', attributes:{style: 'color: #333'}) ~}}
```

```

```

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance75

Regular maintenance activity

Popularity17

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity50

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

Recently: every ~22 days

Total

12

Last Release

138d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/52a734f97ce4ef72fb07b59e5d0f7f6a26a0b322da49b881bedc3896c5e7f128?d=identicon)[aligny](/maintainers/aligny)

---

Top Contributors

[![ArnaudLigny](https://avatars.githubusercontent.com/u/80580?v=4)](https://github.com/ArnaudLigny "ArnaudLigny (15 commits)")

---

Tags

cecilcecil-theme-componentfonticonsthemeiconfontcecil

### Embed Badge

![Health badge](/badges/cecil-theme-fontawesome/health.svg)

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

###  Alternatives

[fortawesome/font-awesome

The iconic font, CSS, and SVG framework

76.7k7.6M151](/packages/fortawesome-font-awesome)[kartik-v/yii2-icons

Set of icon frameworks for use in Yii Framework 2.0

731.0M34](/packages/kartik-v-yii2-icons)[kenangundogan/fontisto

Fontisto gives you scalable vector icons that can instantly be customized: size, color, drop shadow and anything that can be done with the power of CSS.

4861.9k](/packages/kenangundogan-fontisto)

PHPackages © 2026

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