PHPackages                             schmeits/filament-4-phosphor-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. schmeits/filament-4-phosphor-icons

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

schmeits/filament-4-phosphor-icons
==================================

This is my package filament-4-phosphor-icons

1.0.6(1y ago)173.0k[5 PRs](https://github.com/schmeits/filament-4-phosphor-icons/pulls)MITPHPPHP ^8.2CI failing

Since May 12Pushed 3w ago1 watchersCompare

[ Source](https://github.com/schmeits/filament-4-phosphor-icons)[ Packagist](https://packagist.org/packages/schmeits/filament-4-phosphor-icons)[ Docs](https://github.com/schmeits/filament-4-phosphor-icons)[ GitHub Sponsors](https://github.com/schmeits)[ RSS](/packages/schmeits-filament-4-phosphor-icons/feed)WikiDiscussions main Synced today

READMEChangelog (7)Dependencies (14)Versions (18)Used By (0)

Filament 4 Phosphor icons
=========================

[](#filament-4-phosphor-icons)

[![Latest Version on Packagist](https://camo.githubusercontent.com/b365eac577bc613a8da9ea35ec7590dc01dae9b29e33c19db96513c0edd8bd09/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7363686d656974732f66696c616d656e742d342d70686f7370686f722d69636f6e732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/schmeits/filament-4-phosphor-icons)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/178f4b112e1c0c2feaffd17880662767b96713e2fa61e1479daedace987e91e6/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f7363686d656974732f66696c616d656e742d342d70686f7370686f722d69636f6e732f6669782d7068702d636f64652d7374796c696e672e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/schmeits/filament-4-phosphor-icons/actions?query=workflow%3A%22Fix+PHP+code+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/74750d372e55cadfb39456e5733935fec789096c305242b0a03463b183d27fd6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7363686d656974732f66696c616d656e742d342d70686f7370686f722d69636f6e732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/schmeits/filament-4-phosphor-icons)

This is a custom icon pack to be used in Filament v4. You can use it to add Phosphor icons everywhere :)

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

[](#installation)

You can install the package via composer:

```
composer require schmeits/filament-4-phosphor-icons
```

Usage
-----

[](#usage)

```
    Forms\Components\TextInput::make('name')
        ->required()
        ->prefixIcon(Phosphor::Smiley)
```

Check out the Phosphor icons on their website [Phosphor Icons](https://phosphoricons.com/) to find the icon you want to use.gh

Weights
-------

[](#weights)

The package comes with the following weights you can use:

```
enum PhosphorWeight: string
{
    case Thin = 'thin';
    case Light = 'light';
    case Regular = 'regular';
    case Bold = 'bold';
    case Fill = 'fill';
    case Duotone = 'duotone';
}
```

You can use the weights in the same way as the icons:

```
    ->prefixIcon(Phosphor::Smiley->getIconForWeight(PhosphorWeight::Duotone))
```

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.

Credits
-------

[](#credits)

- [Tally Schmeits](https://github.com/schmeits)
- [Phosphor icons](https://phosphoricons.com)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

46

—

FairBetter than 92% of packages

Maintenance74

Regular maintenance activity

Popularity28

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 81.8% 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 ~6 days

Total

7

Last Release

381d ago

PHP version history (2 changes)1.0PHP ^8.1

1.0.1PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/f1103cf2205326b63f12075bfa1ebb0132d146d052222f6b847d86d62c5d2514?d=identicon)[schmeits](/maintainers/schmeits)

---

Top Contributors

[![schmeits](https://avatars.githubusercontent.com/u/3034840?v=4)](https://github.com/schmeits "schmeits (27 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (3 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (3 commits)")

---

Tags

laravelschmeitsfilament-4-phosphor-icons

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/schmeits-filament-4-phosphor-icons/health.svg)

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

###  Alternatives

[stephenjude/filament-feature-flags

Filament implementation of feature flags and segmentation with Laravel Pennant.

122177.8k1](/packages/stephenjude-filament-feature-flags)[ysfkaya/filament-phone-input

A phone input component for Laravel Filament

3161.3M25](/packages/ysfkaya-filament-phone-input)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[marcelweidum/filament-expiration-notice

Customize the livewire expiration notice

94135.4k5](/packages/marcelweidum-filament-expiration-notice)[schmeits/filament-character-counter

This is a Filament character counter TextField and Textarea form field for Filament v4 and v5

34226.4k13](/packages/schmeits-filament-character-counter)[stephenjude/filament-jetstream

A Laravel starter kit built with Filament inspired by Jetstream.

17760.2k3](/packages/stephenjude-filament-jetstream)

PHPackages © 2026

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