PHPackages                             guava/filament-icons - 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. guava/filament-icons

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

guava/filament-icons
====================

This package allows you to generate enum classes for ANY blade icon set you have installed, making working with them a breeze!

1.1.0(6mo ago)2629.5k↑11.5%[1 issues](https://github.com/GuavaCZ/filament-icons/issues)[3 PRs](https://github.com/GuavaCZ/filament-icons/pulls)MITPHPPHP ^8.2CI passing

Since Jun 22Pushed 2w agoCompare

[ Source](https://github.com/GuavaCZ/filament-icons)[ Packagist](https://packagist.org/packages/guava/filament-icons)[ Docs](https://github.com/guava/filament-icons)[ GitHub Sponsors](https://github.com/GuavaCZ)[ RSS](/packages/guava-filament-icons/feed)WikiDiscussions main Synced 2w ago

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

[![filament-icons Banner](https://github.com/GuavaCZ/filament-icons/raw/main/.github/banner.png)](https://github.com/GuavaCZ/filament-icons/raw/main/.github/banner.png)

Enum classes for any blade icon set
===================================

[](#enum-classes-for-any-blade-icon-set)

[![Latest Version on Packagist](https://camo.githubusercontent.com/d69e2f3e7155fd3a21c3e518f14481731abf4cf4853e2e01134c1003654114b8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f67756176612f66696c616d656e742d69636f6e732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/guava/filament-icons)[![Total Downloads](https://camo.githubusercontent.com/34b51b1639fc2c885543fc419438d9ba1fc1e2b897f49fadf08de8b90e99f397/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f67756176612f66696c616d656e742d69636f6e732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/guava/filament-icons)

This package generates typed enum classes for ANY blade icon set you have installed, making working with them a breeze. The generated enums implement filament's `ScalableIcon` contract, so you can use them anywhere filament accepts an icon, with full autocompletion.

In addition, it ships a command that lets you pick blade icon packs from a searchable list and installs them via composer.

Documentation
-------------

[](#documentation)

The full documentation is available at [guava.cz](https://guava.cz/developers/packages/filament-icons?ref=github&utm_campaign=icons).

Version compatibility
---------------------

[](#version-compatibility)

Filament versionPlugin version4.x1.x5.x1.xInstallation
------------

[](#installation)

You can install the package via composer:

```
composer require guava/filament-icons
```

Usage
-----

[](#usage)

Generate an enum for any installed icon set:

```
php artisan filament-icons:generate
```

Install icon packs from a searchable list:

```
php artisan filament-icons:install
```

Then use the generated enum anywhere filament accepts an icon:

```
use App\Enums\Icons\Feather;

IconColumn::make('status')
    ->icon(Feather::Activity);
```

Everything else is covered in the [documentation](https://guava.cz/developers/packages/filament-icons?ref=github&utm_campaign=icons).

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

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

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Lukas Frey](https://github.com/lukas-frey)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

49

—

FairBetter than 94% of packages

Maintenance82

Actively maintained with recent releases

Popularity37

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 78.1% 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 ~108 days

Total

3

Last Release

206d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/42d872f5f47cd71cfd46c8fbd6ec77a6bfb46d6d9499b5e1f843eb407c07f737?d=identicon)[Skrypt](/maintainers/Skrypt)

---

Top Contributors

[![lukas-frey](https://avatars.githubusercontent.com/u/10926334?v=4)](https://github.com/lukas-frey "lukas-frey (25 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (5 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (2 commits)")

---

Tags

laravelGuavafilament-icons

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/guava-filament-icons/health.svg)

```
[![Health](https://phpackages.com/badges/guava-filament-icons/health.svg)](https://phpackages.com/packages/guava-filament-icons)
```

###  Alternatives

[backstage/mails

View logged mails and events in a beautiful Filament UI.

16429.7k](/packages/backstage-mails)[nativephp/mobile

NativePHP for Mobile

1.1k102.1k147](/packages/nativephp-mobile)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3915.5k](/packages/rawilk-profile-filament-plugin)[stephenjude/filament-feature-flags

Filament implementation of feature flags and segmentation with Laravel Pennant.

123204.9k1](/packages/stephenjude-filament-feature-flags)[marcelweidum/filament-expiration-notice

Customize the livewire expiration notice

94160.6k6](/packages/marcelweidum-filament-expiration-notice)[eslam-reda-div/filament-copilot

A Filament plugin for AI-powered copilot features.

4113.6k](/packages/eslam-reda-div-filament-copilot)

PHPackages © 2026

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