PHPackages                             gutocf/cakephp-font-awesome - 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. gutocf/cakephp-font-awesome

ActiveCakephp-plugin[Utility &amp; Helpers](/categories/utility)

gutocf/cakephp-font-awesome
===========================

Helper for CakePHP 4 that wraps khill/fontawesomephp library

1.0.0(4y ago)12.8kMITPHPPHP ^8.0

Since Jun 23Pushed 4y ago1 watchersCompare

[ Source](https://github.com/gutocf/cakephp-font-awesome)[ Packagist](https://packagist.org/packages/gutocf/cakephp-font-awesome)[ Docs](https://github.com/gutocf/cakephp-font-awesome)[ RSS](/packages/gutocf-cakephp-font-awesome/feed)WikiDiscussions main Synced 2d ago

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

FontAwesome for CakePHP
=======================

[](#fontawesome-for-cakephp)

[![Build Status](https://camo.githubusercontent.com/e02df433e61036b7c4ef87048fc43e2efe75623e24f664af9aae91e208ae40f1/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6775746f63662f63616b657068702d666f6e742d617765736f6d652f43492f6d61737465723f7374796c653d666c61742d737175617265)](https://github.com/gutocf/cakephp-font-awesome/actions?query=workflow%3ACI+branch%3Amaster)[![Coverage Status](https://camo.githubusercontent.com/3e07e65bdb9e3948d33360ea4bea693e221849b5439030df703469eee4df929d/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636f762f632f6769746875622f6775746f63662f63616b657068702d666f6e742d617765736f6d652e7376673f7374796c653d666c61742d737175617265)](https://codecov.io/github/gutocf/cakephp-font-awesome)[![Latest Stable Version](https://camo.githubusercontent.com/6ae28332f532641dca318e89733e73f66461ccfe574cb74cd7ddcbf582a1c988/68747470733a2f2f706f7365722e707567782e6f72672f6775746f63662f63616b657068702d666f6e742d617765736f6d652f762f737461626c652e737667)](https://packagist.org/packages/gutocf/cakephp-font-awesome)[![Total Downloads](https://camo.githubusercontent.com/bff7b3c333b8bca22d5e9d83c5ece8c52526ad7ed62914a8fb86d87830781071/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6775746f63662f63616b657068702d666f6e742d617765736f6d652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/gutocf/cakephp-font-awesome)[![License](https://camo.githubusercontent.com/942e017bf0672002dd32a857c95d66f28c5900ab541838c6c664442516309c8a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/gutocf/cakephp-font-awesome)[![PHPStan](https://camo.githubusercontent.com/ec8329f0ec20497dd5501573126668867d62c0b926e60c7813affce74ead5f3c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048505374616e2d4c6576656c253230372d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265266c6f676f3d706870)](https://shields.io/#/)[![Packagist Version](https://camo.githubusercontent.com/d6e919178d4a049154fbe7518f69bdd9546428920f9e79d4c435987c21ddb81a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6775746f63662f63616b657068702d666f6e742d617765736f6d653f7374796c653d666c61742d737175617265)](https://packagist.org/packages/gutocf/cakephp-font-awesome)

Requirements
------------

[](#requirements)

- PHP ^8.0
- CakePHP ^4

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

[](#installation)

Install the plugin with composer

`composer require gutocf/cakephp-font-awesome`

### Load helper

[](#load-helper)

Load the helper at `Application.php` file

```
public function initialize(): void
{
  //...
  $this->loadHelper('Gutocf/FontAwesome.FontAwesome');
}
```

Use it at your views

```
echo $this->FontAwesome->icon('check');
```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

1471d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/25c8fabd439555323d7f489142fc8ae905c6880fc7d6b510c65d287b81605f7a?d=identicon)[gutocf](/maintainers/gutocf)

---

Top Contributors

[![gutocf](https://avatars.githubusercontent.com/u/70781531?v=4)](https://github.com/gutocf "gutocf (6 commits)")

---

Tags

cakephpfont-awesomefontawesomehelperpluginhelpercakephpFontAwesome

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/gutocf-cakephp-font-awesome/health.svg)

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

###  Alternatives

[dereuromark/cakephp-tools

A CakePHP plugin containing lots of useful and reusable tools

3361.0M51](/packages/dereuromark-cakephp-tools)[cakephp/bake

Bake plugin for CakePHP

11212.0M202](/packages/cakephp-bake)[dereuromark/cakephp-queue

The Queue plugin for CakePHP provides deferred task execution.

308954.9k25](/packages/dereuromark-cakephp-queue)[dereuromark/cakephp-ide-helper

CakePHP IdeHelper Plugin to improve auto-completion

1882.3M44](/packages/dereuromark-cakephp-ide-helper)[dereuromark/cakephp-dto

A CakePHP plugin for generating immutable Data Transfer Objects with full type safety

3099.1k6](/packages/dereuromark-cakephp-dto)[dereuromark/cakephp-tinyauth

A CakePHP plugin to handle user authentication and authorization the easy way.

131240.2k13](/packages/dereuromark-cakephp-tinyauth)

PHPackages © 2026

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