PHPackages                             rawilk/profile-filament-plugin - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. rawilk/profile-filament-plugin

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

rawilk/profile-filament-plugin
==============================

Profile &amp; MFA starter kit for filament.

v0.6.0(1y ago)3911.9k—2.4%8[3 issues](https://github.com/rawilk/profile-filament-plugin/issues)[2 PRs](https://github.com/rawilk/profile-filament-plugin/pulls)MITPHPPHP ^8.2|^8.3|^8.4CI passing

Since Nov 30Pushed 1mo ago3 watchersCompare

[ Source](https://github.com/rawilk/profile-filament-plugin)[ Packagist](https://packagist.org/packages/rawilk/profile-filament-plugin)[ Docs](https://github.com/rawilk/profile-filament-plugin)[ GitHub Sponsors](https://github.com/rawilk)[ RSS](/packages/rawilk-profile-filament-plugin/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (16)Versions (33)Used By (0)

Filament Profile
================

[](#filament-profile)

> **Warning:** While the plugin should be production ready, it is still in a pre-release stage. API and functionality are subject to change without a major version bump until a stable release is made.

[![Latest Version on Packagist](https://camo.githubusercontent.com/899a897862370e65a58bc71322ebd752c8e5577e791f727ce2083b3fe3af41c3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f726177696c6b2f70726f66696c652d66696c616d656e742d706c7567696e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rawilk/profile-filament-plugin)[![Tests](https://github.com/rawilk/profile-filament-plugin/actions/workflows/run-tests.yml/badge.svg)](https://github.com/rawilk/profile-filament-plugin/actions/workflows/run-tests.yml)[![Total Downloads](https://camo.githubusercontent.com/708f5b36fd625ef163045f745d27139439cc7724479611b6ac44f169ec1533a2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f726177696c6b2f70726f66696c652d66696c616d656e742d706c7567696e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rawilk/profile-filament-plugin)[![PHP from Packagist](https://camo.githubusercontent.com/7449fbe3df7398f452250deafcafc80922fbfa1387356b7e1d5d52e30dccfa53/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f726177696c6b2f70726f66696c652d66696c616d656e742d706c7567696e3f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rawilk/profile-filament-plugin)[![License](https://camo.githubusercontent.com/55dc4fb27f4cfa8eaaa7480a21b3ec4dfac0ace17586ae364d34a290e10fbcf0/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f726177696c6b2f70726f66696c652d66696c616d656e742d706c7567696e3f7374796c653d666c61742d737175617265)](https://github.com/rawilk/profile-filament-plugin/blob/main/LICENSE.md)

[![social image](https://github.com/rawilk/profile-filament-plugin/raw/main/assets/images/social-image.png?raw=true)](https://github.com/rawilk/profile-filament-plugin/blob/main/assets/images/social-image.png?raw=true)

This package provides a [Filament](https://filamentphp.com/) plugin for a user profile. The plugin acts as a starting point for your user profile, and provides multi-factor authentication, password management, session management, and more. A lot of the boilerplate code that is required for these functionalities is taken care of by this plugin.

Although this package is highly opinionated in how it handles many things, it is still flexible and customizable in most areas.

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

[](#installation)

You can install the package via composer:

```
composer require rawilk/profile-filament-plugin
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="profile-filament-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="profile-filament-config"
```

You can view the default configuration here:

Usage
-----

[](#usage)

In a panel service provider, register the plugin:

```
use Rawilk\ProfileFilament\ProfileFilamentPlugin;

class AdminPanelProvider extends PanelProvider
{
    public function panel(Panel $panel): Panel
    {
        return $panel
            // ...
            ->plugin(
                ProfileFilamentPlugin::make()
            );
    }
}
```

Here is what the base profile page will look like without any configuration:

[![base profile page](https://github.com/rawilk/profile-filament-plugin/raw/main/assets/images/base-profile.png?raw=true)](https://github.com/rawilk/profile-filament-plugin/blob/main/assets/images/base-profile.png?raw=true)

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

[](#documentation)

For comprehensive documentation, please visit:

Scripts
-------

[](#scripts)

### Setup

[](#setup)

For convenience, you can run the setup bin script for easy installation for local development.

```
./bin/setup.sh
```

### Formatting

[](#formatting)

Although formatting is done automatically via workflow, you can format php code locally before committing with a composer script:

```
composer format
```

### Release

[](#release)

When a new release is ready, the `./bin/release.sh` script should be run. This script will compile the front-end assets provided by the package.

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](https://github.com/rawilk/profile-filament-plugin/blob/main/CHANGELOG.md) for more information on what has changed recently.

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

[](#contributing)

Please see [CONTRIBUTING](https://github.com/rawilk/profile-filament-plugin/blob/main/.github/CONTRIBUTING.md) for details.

Security
--------

[](#security)

Please review [my security policy](https://github.com/rawilk/profile-filament-plugin/blob/main/.github/SECURITY.md) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Randall Wilk](https://github.com/rawilk)
- [All Contributors](https://github.com/rawilk/profile-filament-plugin/graphs/contributors)
- [livewire/livewire](https://livewire.laravel.com) - For some JS code snippets
- [laragear/webauthn](https://github.com/Laragear/WebAuthn) - For inspiration on some webauthn concepts
- [claudiodekker/laravel-auth](https://github.com/claudiodekker/laravel-auth) - For some inspirations on multi-factor and sudo mode concepts
- [protonemedia/laravel-verify-new-email](https://github.com/protonemedia/laravel-verify-new-email) - For inspirations on pending email change functionalities

`Agent` service class for browser/device detection is derived from:

- [Jenssegers/Agent](https://github.com/jenssegers/agent)
- [Laravel Jetstream](https://github.com/laravel/jetstream)

Alternatives
------------

[](#alternatives)

- [Filament Breezy](https://github.com/jeffgreco13/filament-breezy)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](https://github.com/rawilk/profile-filament-plugin/blob/main/LICENSE.md) for more information.

###  Health Score

50

—

FairBetter than 96% of packages

Maintenance69

Regular maintenance activity

Popularity39

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 56.9% 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 ~23 days

Recently: every ~14 days

Total

23

Last Release

392d ago

PHP version history (2 changes)v0.1.0PHP ^8.2|^8.3

v0.5.5PHP ^8.2|^8.3|^8.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/1e2f599d4d290bbb514a933d4f21c3f18fb093f5f8a9994cb17f5469853c749c?d=identicon)[rawilk](/maintainers/rawilk)

---

Top Contributors

[![rawilk](https://avatars.githubusercontent.com/u/22842525?v=4)](https://github.com/rawilk "rawilk (197 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (78 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (67 commits)")[![alisalehi1380](https://avatars.githubusercontent.com/u/111766206?v=4)](https://github.com/alisalehi1380 "alisalehi1380 (2 commits)")[![patriciomartinns](https://avatars.githubusercontent.com/u/20000058?v=4)](https://github.com/patriciomartinns "patriciomartinns (1 commits)")[![rafaucau](https://avatars.githubusercontent.com/u/25438601?v=4)](https://github.com/rafaucau "rafaucau (1 commits)")

---

Tags

filamentphplaravelmfatotpuser-profilewebauthnlaraveltotpwebauthnfilamentMFArawilkuser-profile

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/rawilk-profile-filament-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/rawilk-profile-filament-plugin/health.svg)](https://phpackages.com/packages/rawilk-profile-filament-plugin)
```

###  Alternatives

[jeffgreco13/filament-breezy

A custom package for Filament with login flow, profile and teams support.

1.0k1.7M41](/packages/jeffgreco13-filament-breezy)[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[stephenjude/filament-two-factor-authentication

Filament Two Factor Authentication: Google 2FA + Passkey Authentication

81158.7k4](/packages/stephenjude-filament-two-factor-authentication)[spatie/laravel-passkeys

Use passkeys in your Laravel app

444494.4k16](/packages/spatie-laravel-passkeys)[dutchcodingcompany/filament-socialite

Social login for Filament through Laravel Socialite

213914.9k9](/packages/dutchcodingcompany-filament-socialite)[stephenjude/filament-jetstream

A Laravel starter kit built with Filament inspired by Jetstream.

17554.3k2](/packages/stephenjude-filament-jetstream)

PHPackages © 2026

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