PHPackages                             filafly/phosphor-icon-replacement - 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. filafly/phosphor-icon-replacement

Abandoned → [filafly/filament-phosphor-icons](/?search=filafly%2Ffilament-phosphor-icons)ArchivedLibrary[Utility &amp; Helpers](/categories/utility)

filafly/phosphor-icon-replacement
=================================

Replace the default Filament icons with Phosphor icons.

v1.0.2(11mo ago)134.8k↓50%1MITPHPPHP ^8.1

Since Jan 17Pushed 11mo ago1 watchersCompare

[ Source](https://github.com/filafly/phosphor-icon-replacement)[ Packagist](https://packagist.org/packages/filafly/phosphor-icon-replacement)[ Docs](https://filafly.com/packages/phosphor-icon-replacement)[ RSS](/packages/filafly-phosphor-icon-replacement/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (5)Dependencies (5)Versions (10)Used By (0)

 [![Banner](images/filafly-phosphor-icon-replacement.jpg)](images/filafly-phosphor-icon-replacement.jpg)

> **⚠️ DEPRECATED:** This package has been deprecated and is no longer maintained.
>
> **Migration Required:** Please migrate to [filafly/filament-phosphor-icons](https://github.com/filafly/filament-phosphor-icons) which features:
>
> - Improved core architecture
> - Easier extensibility for community implementations
> - Active maintenance and support

Tired of Heroicons? Quickly swap out all icons used by the Filament framework with [Phosphor icons](https://phosphoricons.com). Include support for 6 different icon styles.

Requirements
------------

[](#requirements)

- PHP 8.1+
- Filament v3.2+

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

[](#installation)

There are only two steps to install Phosphor Icon Replacement. First, you need to install the package via composer:

```
composer require filafly/phosphor-icon-replacement
```

Secondly, add the plugin to any panels you wish:

```
->plugin(\Filafly\PhosphorIconReplacement::make())
```

Screenshots
-----------

[](#screenshots)

[![Compare icon sets](images/phosphor-icon-replacement-examples.jpg?raw=true "Compare icon sets")](images/phosphor-icon-replacement-examples.jpg?raw=true)

Usage
-----

[](#usage)

### Setting a default style

[](#setting-a-default-style)

All 6 Phosphor icon styles are available and can be used by simply calling the style name as a method on the plugin:

```
PhosphorIconReplacement::make()->thin()
PhosphorIconReplacement::make()->light()
PhosphorIconReplacement::make()->regular()
PhosphorIconReplacement::make()->bold()
PhosphorIconReplacement::make()->fill()
PhosphorIconReplacement::make()->duotone()
```

If no style is explicitly chosen, regular will be used.

### Override Specific Icons

[](#override-specific-icons)

If you need to override certain icons to use a different style, you can use either icon aliases or direct icon names.

#### Using Icon Aliases

[](#using-icon-aliases)

Use the `overrideStyleForAlias` method with a [Filament Icon Alias](https://filamentphp.com/docs/3.x/support/icons#available-icon-aliases). This method works with either a single icon key (string) or multiple icon keys (array).

```
// Override a single icon key
PhosphorIconReplacement::overrideStyleForAlias('tables::actions.filter', 'thin');

// Override multiple icon keys at once
PhosphorIconReplacement::overrideStyleForAlias([
    'tables::actions.filter',
    'actions::delete-action',
], 'thin');
```

#### Using Icon Names

[](#using-icon-names)

Use the `overrideStyleForIcon` method with the actual Phosphor icon name. Like the alias method, this works with either a single icon name or multiple names.

```
// Override a single icon
PhosphorIconReplacement::overrideStyleForIcon('phosphor-user', 'thin');

// Override multiple icons at once
PhosphorIconReplacement::overrideStyleForIcon([
    'phosphor-user',
    'phosphor-caret-up',
    'phosphor-bell',
], 'thin');
```

License
-------

[](#license)

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

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance50

Moderate activity, may be stable

Popularity28

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~31 days

Total

5

Last Release

358d ago

Major Versions

v0.2.0 → v1.0.02025-02-02

### Community

Maintainers

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

---

Top Contributors

[![nolannordlund](https://avatars.githubusercontent.com/u/11064008?v=4)](https://github.com/nolannordlund "nolannordlund (21 commits)")

---

Tags

laraveliconsfilamentreplacePhosphor

###  Code Quality

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/filafly-phosphor-icon-replacement/health.svg)

```
[![Health](https://phpackages.com/badges/filafly-phosphor-icon-replacement/health.svg)](https://phpackages.com/packages/filafly-phosphor-icon-replacement)
```

###  Alternatives

[filafly/filament-phosphor-icons

Phosphor icon pack for Filament Icons

1123.8k3](/packages/filafly-filament-phosphor-icons)[pboivin/filament-peek

Full-screen page preview modal for Filament

253319.6k12](/packages/pboivin-filament-peek)[bezhansalleh/filament-google-analytics

Google Analytics integration for FilamentPHP

205144.8k5](/packages/bezhansalleh-filament-google-analytics)[dotswan/filament-map-picker

Easily pick and retrieve geo-coordinates using a map-based interface in your Filament applications.

124139.3k2](/packages/dotswan-filament-map-picker)[jibaymcs/filament-tour

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

12247.8k](/packages/jibaymcs-filament-tour)[aymanalhattami/filament-context-menu

context menu (right click menu) for filament

9838.0k](/packages/aymanalhattami-filament-context-menu)

PHPackages © 2026

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