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

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

drmonkeyninja/cakephp-font-awesome
==================================

CakePHP helper for creating Font Awesome links

3.0.0(9y ago)352.0k↓50%3[1 issues](https://github.com/drmonkeyninja/cakephp-font-awesome/issues)MITPHP

Since Jun 15Pushed 6y ago1 watchersCompare

[ Source](https://github.com/drmonkeyninja/cakephp-font-awesome)[ Packagist](https://packagist.org/packages/drmonkeyninja/cakephp-font-awesome)[ Docs](https://github.com/drmonkeyninja/cakephp-font-awesome)[ RSS](/packages/drmonkeyninja-cakephp-font-awesome/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (7)Used By (0)

CakePHP FontAwesome
===================

[](#cakephp-fontawesome)

[![License](https://camo.githubusercontent.com/7f5d259d59fe6fb2ed263ed56daf09f1ecf68c9d48ba24c94c76d794c35ff6e6/68747470733a2f2f706f7365722e707567782e6f72672f64726d6f6e6b65796e696e6a612f63616b657068702d666f6e742d617765736f6d652f6c6963656e7365)](https://packagist.org/packages/drmonkeyninja/cakephp-font-awesome)

This plugin provides a simple helper for creating links containing markup for Font Awesome icons with properly escaped link text. You will need to install Font Awesome separately.

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

[](#requirements)

- CakePHP 3.x

Use the 2.x version for CakePHP 2.

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

[](#installation)

This plugin can be installed using Composer:-

```
composer require drmonkeyninja/cakephp-font-awesome:3.*

```

Then add the following line to your bootstrap.php to load the plugin.

```
Plugin::load('FontAwesome');

```

You need to ensure the helper is loaded before you use it in your templates. You can do this from your `AppView.php` file in the `initialize()` method:-

```
public function initialize()
{
    $this->loadHelper('FontAwesome.Fa');
}

```

Usage
-----

[](#usage)

To render a link containing the markup for the `fa-chevron-circle-right` icon at the end you can do:-

```

```

If you want the icon to appear before the text you can use the `before` option:-

```

```

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity32

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity67

Established project with proven stability

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

Recently: every ~203 days

Total

6

Last Release

3169d ago

Major Versions

2.0.2 → 3.x-dev2017-02-17

### Community

Maintainers

![](https://www.gravatar.com/avatar/2f481390bacd8d21d0caec9b0516971dad97f9f50fa8c8010460860ff76f6e8d?d=identicon)[drmonkeyninja](/maintainers/drmonkeyninja)

---

Top Contributors

[![drmonkeyninja](https://avatars.githubusercontent.com/u/357623?v=4)](https://github.com/drmonkeyninja "drmonkeyninja (28 commits)")

---

Tags

cakephpcakephp3font-awesomehelpercakephp

### Embed Badge

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

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

###  Alternatives

[dereuromark/cakephp-tools

A CakePHP plugin containing lots of useful and reusable tools

338920.1k32](/packages/dereuromark-cakephp-tools)[drmonkeyninja/cakephp-social-share

CakePHP helper for creating social share/bookmark links

34103.3k](/packages/drmonkeyninja-cakephp-social-share)[dereuromark/cakephp-calendar

A CakePHP plugin to easily create calendars.

1646.8k1](/packages/dereuromark-cakephp-calendar)[dereuromark/cakephp-dto

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

2988.9k3](/packages/dereuromark-cakephp-dto)[dereuromark/cakephp-url-cache

CakePHP plugin to speed up URL reverse lookup

24117.2k](/packages/dereuromark-cakephp-url-cache)[torifat/cake-menu_builder

A dynamic menu building helper for CakePHP 2.x

755.6k](/packages/torifat-cake-menu-builder)

PHPackages © 2026

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