PHPackages                             minhk/filament-login-multiauth - 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. minhk/filament-login-multiauth

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

minhk/filament-login-multiauth
==============================

Login With Email Or Username (In One Field)

v1.0.3(2y ago)9351[1 issues](https://github.com/minhkhoablieu/filament-login-multiauth/issues)MITPHPPHP ^8.2

Since May 11Pushed 2y ago1 watchersCompare

[ Source](https://github.com/minhkhoablieu/filament-login-multiauth)[ Packagist](https://packagist.org/packages/minhk/filament-login-multiauth)[ RSS](/packages/minhk-filament-login-multiauth/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)Dependencies (2)Versions (7)Used By (0)

[![Filament Login MultiAuth](./art/banner.png)](./art/banner.png)

Filament Login MultiAuth
========================

[](#filament-login-multiauth)

[![Latest Version on Packagist](https://camo.githubusercontent.com/3bb5fb73e85d315b4564bb9d90c3c8657d26ee210e3a3d15cf3b1f1f57a566d8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d696e686b2f66696c616d656e742d6c6f67696e2d6d756c7469617574682e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/minhk/filament-login-multiauth)

Login With Email Or Username (In One Field)

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

[](#installation)

You can install the package via composer:

```
composer require minhk/filament-login-multiauth
```

This is the contents of the published config file:

```
return [
    'table_name' => 'users',
    'username_column' => 'username',
    'model' => 'App\\Models\\User',
];
```

You can publish the config file with:

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

If you don't have a username column in users' table, you can publish the migration file and migrate it:

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

If you want to generate username by email, you can run command:

```
php artisan generate:username --all-user=true

or

php artisan generate:username your-email@email.com
```

Usage
-----

[](#usage)

Register the `Minhk\FilamentLoginMultiauth\FilamentLoginMultiauthServiceProvider` plugin in the panel provider file.

```
use Minhk\FilamentLoginMultiAuth\LoginMultiAuthPlugin;

public function panel(Panel $panel): Panel
{
    return $panel
        ->plugins([
            LoginMultiAuthPlugin::make(),
        ]);
}
```

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)

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

License
-------

[](#license)

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

###  Health Score

27

↓

LowBetter than 49% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90% 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

6

Last Release

730d ago

Major Versions

v0.0.2 → v1.0.02024-05-11

### Community

Maintainers

![](https://www.gravatar.com/avatar/9dab906355369ff2b1e96d3eb727d5c553c288cff1a408c67197080d70f2a81f?d=identicon)[minhkhoablieu](/maintainers/minhkhoablieu)

---

Top Contributors

[![minhkhoablieu](https://avatars.githubusercontent.com/u/12608657?v=4)](https://github.com/minhkhoablieu "minhkhoablieu (9 commits)")[![thinhnd-it](https://avatars.githubusercontent.com/u/51397932?v=4)](https://github.com/thinhnd-it "thinhnd-it (1 commits)")

### Embed Badge

![Health badge](/badges/minhk-filament-login-multiauth/health.svg)

```
[![Health](https://phpackages.com/badges/minhk-filament-login-multiauth/health.svg)](https://phpackages.com/packages/minhk-filament-login-multiauth)
```

###  Alternatives

[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[jeffgreco13/filament-breezy

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

1.0k1.7M41](/packages/jeffgreco13-filament-breezy)[dutchcodingcompany/filament-socialite

Social login for Filament through Laravel Socialite

213914.9k9](/packages/dutchcodingcompany-filament-socialite)[spatie/laravel-login-link

Quickly login to your local environment

4381.2M1](/packages/spatie-laravel-login-link)[stephenjude/filament-two-factor-authentication

Filament Two Factor Authentication: Google 2FA + Passkey Authentication

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

Use passkeys in your filamentphp app

5925.8k](/packages/marcelweidum-filament-passkeys)

PHPackages © 2026

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