PHPackages                             ichinya/moonshine-fontawesome-component - 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. ichinya/moonshine-fontawesome-component

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

ichinya/moonshine-fontawesome-component
=======================================

Font Awesome icons selection component for MoonShine

1.4.0(5mo ago)255MITPHPPHP ^8.3

Since Nov 13Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/Ichinya/moonshine-fontawesome-component)[ Packagist](https://packagist.org/packages/ichinya/moonshine-fontawesome-component)[ Docs](https://moonshine.cutcode.dev)[ RSS](/packages/ichinya-moonshine-fontawesome-component/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (8)Dependencies (3)Versions (13)Used By (0)

MoonShine FontAwesomeIcon Component for [MoonShine Laravel admin panel](https://moonshine-laravel.com)
======================================================================================================

[](#moonshine-fontawesomeicon-component-for-moonshine-laravel-admin-panel)

[![PHP](https://camo.githubusercontent.com/7bffcab80be9e1d83d7ec1e72f01342ea9ea17a26347f9b34a8d4a5ae8b58c48/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d253545382e322d626c75652e7376673f7374796c653d666c6174)](https://camo.githubusercontent.com/7bffcab80be9e1d83d7ec1e72f01342ea9ea17a26347f9b34a8d4a5ae8b58c48/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d253545382e322d626c75652e7376673f7374796c653d666c6174)

### Requirements

[](#requirements)

- MoonShine v4.0+

MoonShineFontAwesomeIconComment2.0+1.03.0+1.1+Color::Blue4.0+1.4+Color::BLUEInstallation
------------

[](#installation)

```
composer require ichinya/moonshine-fontawesome-component
```

Usage
-----

[](#usage)

Example of usage:

- `FontAwesome::make('' , 'blue')`
- `FontAwesome::make('fa-brands fa-telegram' , \MoonShine\Support\Enums\Color::BLUE)`

For out:

```
    echo FontAwesome::make('fa-brands fa-telegram')->toString();
    echo FontAwesome::make('fa-brands fa-telegram' , \MoonShine\Support\Enums\Color::BLUE)->render();
    echo (string) FontAwesome::make('fa-brands fa-telegram' , \MoonShine\Support\Enums\Color::BLUE);
```

You can use `FontAwesome` component in your resources:

```
class CustomResource extends ModelResource
{
    public function fields(): array
    {
        return [
             Select::make('Тип', 'type')->options([
//                    TelegramBot::class => FontAwesome::make('' , 'blue'),
                    TelegramBot::class =>  Badge::make(FontAwesome::make('' , 'blue') . 'Telegram', 'blue'),

                ]),
        ];
    }
}
```

Use in Menu:

```
use Ichinya\FontAwesome\Components\MenuItem;

protected function menu(): array
    {
        return [
            MenuItem::make('Файлы', FileResource::class)->fontAwesomeIcon(''),
        ];
    }
```

Plans
-----

[](#plans)

- Macros to Fields.
- fa-brands fa-telegram =&gt; telegram
- Add more customization options for the FontAwesome Component.

Contributing
------------

[](#contributing)

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

###  Health Score

41

—

FairBetter than 89% of packages

Maintenance72

Regular maintenance activity

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 95.5% 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 ~35 days

Recently: every ~79 days

Total

12

Last Release

156d ago

Major Versions

0.9.0 → 1.0.12024-12-07

PHP version history (3 changes)0.9.0PHP ^8.0|^8.1|^8.2

1.0.1PHP ^8.1|^8.2

1.3.3PHP ^8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/471b4acd46a05726a3afe9a30f24aaabff31c79a7ce4afbd38b45853f35fc086?d=identicon)[Ichinya](/maintainers/Ichinya)

---

Top Contributors

[![ichinya](https://avatars.githubusercontent.com/u/3314686?v=4)](https://github.com/ichinya "ichinya (21 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

---

Tags

iconscomponentfont-awesomemoonshineMoonShine Component

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ichinya-moonshine-fontawesome-component/health.svg)

```
[![Health](https://phpackages.com/badges/ichinya-moonshine-fontawesome-component/health.svg)](https://phpackages.com/packages/ichinya-moonshine-fontawesome-component)
```

###  Alternatives

[fortawesome/wordpress-fontawesome

Official Font Awesome WordPress plugin composer package.

662.1k](/packages/fortawesome-wordpress-fontawesome)[swissup/module-font-awesome

FontAwesome for Magento2

116.9k1](/packages/swissup-module-font-awesome)

PHPackages © 2026

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