PHPackages                             mh-ing/filament-profile - 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. mh-ing/filament-profile

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

mh-ing/filament-profile
=======================

A simple profile page for Filament.

0.3.0(1y ago)018MITPHPPHP ^8.0

Since Jan 7Pushed 1y ago1 watchersCompare

[ Source](https://github.com/mh-ing/filament-profile)[ Packagist](https://packagist.org/packages/mh-ing/filament-profile)[ Docs](https://github.com/ryangjchandler/filament-profile)[ RSS](/packages/mh-ing-filament-profile/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (13)Versions (2)Used By (0)

A simple profile page for Filament.
===================================

[](#a-simple-profile-page-for-filament)

[![Latest Version on Packagist](https://camo.githubusercontent.com/a6bd49999e8967e703e0f3b24b7e8d8a5347a36d0730298920c5c4429c10e68f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7279616e676a6368616e646c65722f66696c616d656e742d70726f66696c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ryangjchandler/filament-profile)[![GitHub Tests Action Status](https://camo.githubusercontent.com/10a705e40aafa4b40d7716bf4f0753e81dedd0cc3e5f4f512452fad3e71ff123/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f7279616e676a6368616e646c65722f66696c616d656e742d70726f66696c652f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/ryangjchandler/filament-profile/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/f340d8e52ad77e0fb5baeee4fa02e185367c6a4ea6060feb1f5f9686c73dfd0d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f7279616e676a6368616e646c65722f66696c616d656e742d70726f66696c652f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/ryangjchandler/filament-profile/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/886bf02b635a5cb861b7a09ab92aed7b37b7b4b535020c1b3f9d105893aad1cb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7279616e676a6368616e646c65722f66696c616d656e742d70726f66696c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ryangjchandler/filament-profile)

This package provides a very simple `Profile` page that allows the current user to manage their name, email address and password inside of Filament.

[![Screenshot of Page](./art/screenshot.png)](./art/screenshot.png)

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

[](#installation)

You can install the package via Composer:

```
composer require mh-ing/filament-profile
```

Optionally, you can publish the views using

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

Usage
-----

[](#usage)

This package will automatically register the `Profile` page as a Livewire component, but won't automatically add it to Filament. You should add the following line of code to your `config/filament.php` file.

```
    'pages' => [
        // ...
        'register' => [
            // ...
            \RyanChandler\FilamentProfile\Pages\Profile::class
        ],
    ],
```

If you visit your Filament panel now, you'll see a new `Account` navigation group as well as a `Profile` page.

Customising the `Profile` page
------------------------------

[](#customising-the-profile-page)

Since the package **does not** automatically add the `Profile` page to your Filament panel, you are free to extend the page and customise it yourself.

You should first run the following command in your terminal:

```
php artisan filament:page Profile
```

This will create a new `App\Filament\Pages\Profile` class in your project.

You can then update this class to extend the `RyanChandler\FilamentProfile\Pages\Profile` class.

```
namespace App\Filament\Pages;

use RyanChandler\FilamentProfile\Pages\Profile as BaseProfile;

class Profile extends BaseProfile
{
    // ...
}
```

Filament will automatically register your new `Profile` page and you're able to customise it to your liking. You can remove the navigation group, modify the form, etc.

Testing
-------

[](#testing)

```
composer test
```

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.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Ryan Chandler](https://github.com/ryangjchandler)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance41

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

489d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a94a8b53ca91580445ceda7fed0b0ab318eb2606b4004ac95d573e2005bd8b81?d=identicon)[mh-ing](/maintainers/mh-ing)

---

Top Contributors

[![mh-ing](https://avatars.githubusercontent.com/u/48600040?v=4)](https://github.com/mh-ing "mh-ing (2 commits)")

---

Tags

laravelryangjchandlerfilament-profile

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/mh-ing-filament-profile/health.svg)

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

###  Alternatives

[guava/calendar

Adds support for vkurko/calendar to Filament PHP.

298241.0k3](/packages/guava-calendar)[pboivin/filament-peek

Full-screen page preview modal for Filament

253319.6k12](/packages/pboivin-filament-peek)[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)[creagia/filament-code-field

A Filamentphp input field to edit or view code data.

58289.3k3](/packages/creagia-filament-code-field)[swisnl/filament-backgrounds

Beautiful backgrounds for Filament auth pages

54149.2k6](/packages/swisnl-filament-backgrounds)[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)
