PHPackages                             thiagobrauer/laravel-multiauth-password-reset - 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. thiagobrauer/laravel-multiauth-password-reset

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

thiagobrauer/laravel-multiauth-password-reset
=============================================

Add support to reset passwords when using multiple tables (and diffrent types of usernames) to authenticate in your Laravel application

1.0.0(7y ago)122MITPHP

Since Feb 24Pushed 7y ago1 watchersCompare

[ Source](https://github.com/thiagobrauer/laravel-multiauth-password-reset)[ Packagist](https://packagist.org/packages/thiagobrauer/laravel-multiauth-password-reset)[ RSS](/packages/thiagobrauer-laravel-multiauth-password-reset/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

laravel-multiauth-password-reset
================================

[](#laravel-multiauth-password-reset)

Add support to reset passwords when using multiple tables (and diffrent types of usernames) to authenticate in your Laravel application

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

[](#installation)

```
composer require thiagobrauer/laravel-multiauth-password-reset
```

If you are using Laravel 5.5 or higher, the package's provider will be automatically registered. For older version you need to add the provider to the `config/app.php` file:

```
'providers' => [
    // ...
    ThiagoBrauer\MultiAuthPasswordReset\PasswordResetServiceProvider::class,
];
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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

2685d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b9a9949ebb16e2f92a452713cd81abb8b4dc657141eecbba5877d9fb5d7fa066?d=identicon)[thiagobrauer](/maintainers/thiagobrauer)

---

Top Contributors

[![thiagobrauer](https://avatars.githubusercontent.com/u/14283641?v=4)](https://github.com/thiagobrauer "thiagobrauer (5 commits)")

### Embed Badge

![Health badge](/badges/thiagobrauer-laravel-multiauth-password-reset/health.svg)

```
[![Health](https://phpackages.com/badges/thiagobrauer-laravel-multiauth-password-reset/health.svg)](https://phpackages.com/packages/thiagobrauer-laravel-multiauth-password-reset)
```

###  Alternatives

[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

761.3M17](/packages/kartik-v-yii2-password)

PHPackages © 2026

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