Phosphor Icon Pack
CommunityA Phosphor Icon Enum package to use the Phosphor icons everywhere in your Filament project.
Author:
Tally Schmeits
Package health
BetaAutomated checks of this plugin's Composer package
15 checks
- Passed: GitHub Actions pinned to SHA
- Skipped: GitLab CI includes pinned to SHA
- Passed: Open security advisories
- Warning: Dependabot PR responsiveness — Stale Dependabot PRs: oldest general PR is 90 days old.
- Skipped: Renovate MR responsiveness
- Passed: Dependabot or Renovate configured
-
Failed:
Dependency update cooldown configured
—
No cooldown configured in
.github/dependabot.yml. View details on Plumb - Passed: Provides a security policy
- Passed: Abandoned or archived — No consulted source marks the package abandoned (packagist, github).
- Passed: Commit and release recency — Active: last commit 5 days ago; last release 403 days ago.
-
Passed:
composer.lock not committed by library
—
composer.lockis absent from the released dist archive. - Passed: Dist archive is lean
-
Passed:
Current Laravel version supported
—
Package dependencies resolve together with current Laravel
13.0. -
Passed:
Current PHP version supported
—
Constraint
^8.2supports current PHP8.5. - Skipped: Current Symfony version supported
filament/
namespace. Review the source and install at your own risk. Found
malware or an unresolved security issue the author won't
address?
Report it
.
Documentation
This is a custom icon pack to be used in Filament v4. You can use it to add Phosphor icons everywhere :)
#Installation
You can install the package via composer:
composer require schmeits/filament-4-phosphor-icons
#Usage
Forms\Components\TextInput::make('name')
->required()
->prefixIcon(Phosphor::Smiley)
Check out the Phosphor icons on their website Phosphor Icons to find the icon you want to use.gh
#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
Please see CHANGELOG for more information on what has changed recently.
#Contributing
Please see CONTRIBUTING for details.
#Credits
#License
The MIT License (MIT). Please see License File for more information.
The author
Tally is an entrepreneur, husband, and father of three beautiful children! With his deep expertise in web development, particularly in Laravel and Filament, he has established and successfully runs his own company, Schmeits websolutions. He is committed to staying up-to-date with the latest technologies and tools, such as Filament, to deliver top-notch services to his clients.
From the same author
Umami Widgets
Display Umami Analytics data in your dashboard
Author:
Tally Schmeits
Character Counter
A character counter for Text, Textarea and RichEditor fields
Author:
Tally Schmeits
Pan Analytics Widget
Display PanPHP Analytics data in your dashboard
Author:
Tally Schmeits
Featured Plugins
A selection of plugins curated by the Filament team
Sharp Theme
A theme that gives panels a precise, technical look with square corners, strong borders, and clear contrast.
Filament
Compact Theme
A theme that makes data-heavy panels easier to scan by fitting more useful information on each screen.
Filament
Spotlight Pro
Browse your Filament Panel with ease. Filament Spotlight Pro adds a Spotlight like Command Palette to your Filament Panel.
Dennis Koch