PHPackages                             rupadana/filament-user-resource - 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. rupadana/filament-user-resource

ActiveLibrary

rupadana/filament-user-resource
===============================

Simple User Resource for filamentphp

v1.0.0(2y ago)0169[2 PRs](https://github.com/rupadana/filament-user-resource/pulls)1MITPHPPHP ^8.1

Since Sep 7Pushed 2y ago1 watchersCompare

[ Source](https://github.com/rupadana/filament-user-resource)[ Packagist](https://packagist.org/packages/rupadana/filament-user-resource)[ Docs](https://github.com/rupadana/filament-user-resource)[ GitHub Sponsors](https://github.com/rupadana)[ RSS](/packages/rupadana-filament-user-resource/feed)WikiDiscussions 3.x Synced 1mo ago

READMEChangelog (1)Dependencies (8)Versions (5)Used By (1)

Simple User Resource for filamentphp
====================================

[](#simple-user-resource-for-filamentphp)

[![Latest Version on Packagist](https://camo.githubusercontent.com/159a47ff87deedee03c66a020df6cd83ddd0581e35a580ae543de69430d52b05/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7275706164616e612f66696c616d656e742d757365722d7265736f757263652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rupadana/filament-user-resource)[![GitHub Tests Action Status](https://camo.githubusercontent.com/52a887982f7b6e99f2b6f661fed403305b94f5bdc5edcb598606d6881eef4659/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f7275706164616e612f66696c616d656e742d757365722d7265736f757263652f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/rupadana/filament-user-resource/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/c2bae5bc616588efe8bf5e0f3dccd2b6e01859dc8437c752973cebec3b4a7374/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f7275706164616e612f66696c616d656e742d757365722d7265736f757263652f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/rupadana/filament-user-resource/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/578cd871fae54a0a41f4bc9f8b31406ad396fffee9bf11278e78ca55eba413b3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7275706164616e612f66696c616d656e742d757365722d7265736f757263652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rupadana/filament-user-resource)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

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

[](#installation)

You can install the package via composer:

```
composer require rupadana/filament-user-resource
```

You can publish and run the migrations with:

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

You can publish the config file with:

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

Optionally, you can publish the views using

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

This is the contents of the published config file:

```
return [
];
```

Usage
-----

[](#usage)

```
$filamentUserResource = new Rupadana\FilamentUserResource\Filament();
echo $filamentUserResource->echoPhrase('Hello, Rupadana!');
```

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)

- [Rupadana](https://github.com/rupadana)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity55

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 ~0 days

Total

2

Last Release

977d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/29f8343484c8567d8f24dcf1e4fb4978f2ac8442e90448c6405a32ba511ee246?d=identicon)[rupadana](/maintainers/rupadana)

---

Top Contributors

[![rupadana](https://avatars.githubusercontent.com/u/34137674?v=4)](https://github.com/rupadana "rupadana (3 commits)")

---

Tags

filamentphplaravellaravelrupadanafilament-user-resource

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/rupadana-filament-user-resource/health.svg)

```
[![Health](https://phpackages.com/badges/rupadana-filament-user-resource/health.svg)](https://phpackages.com/packages/rupadana-filament-user-resource)
```

###  Alternatives

[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

320392.1k17](/packages/codewithdennis-filament-select-tree)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[spatie/laravel-prometheus

Export Laravel metrics to Prometheus

2651.3M6](/packages/spatie-laravel-prometheus)[ralphjsmit/laravel-filament-components

A collection of reusable components for Filament.

10972.2k2](/packages/ralphjsmit-laravel-filament-components)[rawilk/filament-password-input

Enhanced password input component for filament.

52232.4k3](/packages/rawilk-filament-password-input)[codebar-ag/laravel-filament-json-field

A Laravel Filament JSON Field integration with CodeMirror support

1124.1k](/packages/codebar-ag-laravel-filament-json-field)

PHPackages © 2026

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