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(2mo ago)08931MITTwig

Since Nov 15Pushed 2mo 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 1mo 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

42

—

FairBetter than 90% of packages

Maintenance84

Actively maintained with recent releases

Popularity15

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity49

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

83d 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

[kartik-v/bootstrap-star-rating

A simple yet powerful JQuery star rating plugin for Bootstrap.

1.1k4.5M5](/packages/kartik-v-bootstrap-star-rating)[kartik-v/yii2-icons

Set of icon frameworks for use in Yii Framework 2.0

73970.3k34](/packages/kartik-v-yii2-icons)[rmrevin/yii2-fontawesome

Asset Bundle for Yii2 with Font Awesome

1474.0M131](/packages/rmrevin-yii2-fontawesome)[qirolab/laravel-themer

A Laravel theme manager, that will help you organize and maintain your themes inside Laravel projects.

402240.2k8](/packages/qirolab-laravel-themer)[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.

4901.6k](/packages/kenangundogan-fontisto)[ashallendesign/favicon-fetcher

A Laravel package for fetching website's favicons.

190272.4k3](/packages/ashallendesign-favicon-fetcher)

PHPackages © 2026

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