PHPackages                             lachee/fontawesome-5-cheatsheet - 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. lachee/fontawesome-5-cheatsheet

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

lachee/fontawesome-5-cheatsheet
===============================

Font Awesome 5 Cheatsheet

034[1 issues](https://github.com/Lachee/fontawesome-5-cheatsheet/issues)PHPCI failing

Since Sep 20Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Lachee/fontawesome-5-cheatsheet)[ Packagist](https://packagist.org/packages/lachee/fontawesome-5-cheatsheet)[ RSS](/packages/lachee-fontawesome-5-cheatsheet/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

fontawesome-5-cheatsheet
========================

[](#fontawesome-5-cheatsheet)

Font Awesome 5 cheatsheet lookup in PHP. Use it to look up icons from name or from unicode.

What it do?
-----------

[](#what-it-do)

it does scrape cheatsheet from [fontawesome](https://fontawesome.com/cheatsheet/pro/) vary wel

But how I do?
-------------

[](#but-how-i-do)

In order to use this tool, you need to first make sure its updated. You can do this by calling `\lachee\fontawesome\Updater::update()`, however its recommended to use this in your composer settings under the post update/install cmd:

```
    "scripts": {
       "post-update-cmd": [
           "lachee\\fontawesome\\Updater::postUpdate"
       ],
       "post-install-cmd": [
           "lachee\\fontawesome\\Updater::postUpdate"
       ]
   }

```

Once its all updated, then you can simply call `\lachee\fontawesome\Cheatsheet::fromName('discord')` from within your code. It will return an [`\lachee\fontawesome\Icon`](https://github.com/Lachee/fontawesome-5-cheatsheet/blob/master/src/Icon.php) object that contains a name, unicode and available styles.

- `\lachee\fontawesome\Cheatsheet::fromName($name)` Gets an icon from the name
- `\lachee\fontawesome\Cheatsheet::fromUNicode($name)` Gets the icon from the unicode codepoint (ie f601)
- `\lachee\fontawesome\Cheatsheet::all()` Gets all icons
- `\lachee\fontawesome\Updater::update()` Updates the icon lists

Is it legal?
------------

[](#is-it-legal)

¯\_(ツ)\_/¯

What about composer?
--------------------

[](#what-about-composer)

`composer require lachee/fontawesome-5-cheatsheet`You may need to tell explicitly to use the @dev

What about Font Awesome 6
-------------------------

[](#what-about-font-awesome-6)

I dont care, this will probably break when they discontinue FA 5

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity32

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/1eda312679a05a9a40be98a84db6cdc644cedc77e525fda40446f0992c13860c?d=identicon)[Lachee](/maintainers/Lachee)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/lachee-fontawesome-5-cheatsheet/health.svg)

```
[![Health](https://phpackages.com/badges/lachee-fontawesome-5-cheatsheet/health.svg)](https://phpackages.com/packages/lachee-fontawesome-5-cheatsheet)
```

###  Alternatives

[barryvdh/reflection-docblock

1.3k118.6M40](/packages/barryvdh-reflection-docblock)[altis/roles-to-taxonomy

WordPress plugin to store user roles and user levels in a taxonomy, for performance.

9444.9k](/packages/altis-roles-to-taxonomy)

PHPackages © 2026

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