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(11mo ago)172.7k[4 PRs](https://github.com/schmeits/filament-4-phosphor-icons/pulls)MITPHPPHP ^8.2CI passing

Since May 12Pushed 1mo 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 1mo ago

READMEChangelog (7)Dependencies (14)Versions (12)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

45

—

FairBetter than 93% of packages

Maintenance73

Regular maintenance activity

Popularity29

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80.6% 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

334d 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 (25 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

[guava/calendar

Adds support for vkurko/calendar to Filament PHP.

298241.0k3](/packages/guava-calendar)[schmeits/filament-character-counter

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

33184.7k6](/packages/schmeits-filament-character-counter)[bezhansalleh/filament-google-analytics

Google Analytics integration for FilamentPHP

205144.8k5](/packages/bezhansalleh-filament-google-analytics)[jibaymcs/filament-tour

Bring the power of DriverJs to your Filament panels and start a tour !

12247.8k](/packages/jibaymcs-filament-tour)[marcelweidum/filament-expiration-notice

Customize the livewire expiration notice

9169.0k4](/packages/marcelweidum-filament-expiration-notice)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)

PHPackages © 2026

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