PHPackages                             marcreichel/password-exposed-rule - 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. [Validation &amp; Sanitization](/categories/validation)
4. /
5. marcreichel/password-exposed-rule

Abandoned → [illuminate/validation](/?search=illuminate%2Fvalidation)ArchivedLibrary[Validation &amp; Sanitization](/categories/validation)

marcreichel/password-exposed-rule
=================================

Laravel Validation rule to check that a password hasn't been exposed.

1.1.0(5y ago)512MITPHP

Since Nov 7Pushed 4y ago1 watchersCompare

[ Source](https://github.com/marcreichel/password-exposed-rule)[ Packagist](https://packagist.org/packages/marcreichel/password-exposed-rule)[ GitHub Sponsors](https://github.com/marcreichel)[ RSS](/packages/marcreichel-password-exposed-rule/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)Dependencies (4)Versions (4)Used By (0)

> Package development abandoned due to [official support for uncompromised passwords](https://laravel.com/docs/validation#validating-passwords).

Laravel Password Exposed Rule
=============================

[](#laravel-password-exposed-rule)

Laravel Validation rule to check that a password hasn't been exposed

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

[](#installation)

Install this rule via composer.

```
composer require marcreichel/password-exposed-rule
```

Usage (Code snippet)
--------------------

[](#usage-code-snippet)

```
use MarcReichel\ExposedPassword\NotExposed;

$request->validate([
    'password' => ['required', new NotExposed()],
]);
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

Total

2

Last Release

1842d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/78a42c456514ed2ca00a19ba61baa3280b9e5c9294c6f63ca549cc3346839d65?d=identicon)[marcreichel](/maintainers/marcreichel)

---

Top Contributors

[![marcreichel](https://avatars.githubusercontent.com/u/7645035?v=4)](https://github.com/marcreichel "marcreichel (9 commits)")

---

Tags

data-breachhaveibeenpwnedlaravellaravel-frameworklaravel-packagepasswordsecurityvalidationlaravelvalidationsecuritypassword

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/marcreichel-password-exposed-rule/health.svg)

```
[![Health](https://phpackages.com/badges/marcreichel-password-exposed-rule/health.svg)](https://phpackages.com/packages/marcreichel-password-exposed-rule)
```

###  Alternatives

[proengsoft/laravel-jsvalidation

Validate forms transparently with Javascript reusing your Laravel Validation Rules, Messages, and FormRequest

1.1k2.3M49](/packages/proengsoft-laravel-jsvalidation)[axlon/laravel-postal-code-validation

Worldwide postal code validation for Laravel and Lumen

3853.3M1](/packages/axlon-laravel-postal-code-validation)[schuppo/password-strength

This package provides a validator for ensuring strong passwords in Laravel 4 applications.

1432.7M1](/packages/schuppo-password-strength)[galahad/laravel-addressing

Laravel package providing addressing functionality

70316.6k](/packages/galahad-laravel-addressing)[yorcreative/laravel-argonaut-dto

Argonaut is a lightweight Data Transfer Object (DTO) package for Laravel that supports nested casting, recursive serialization, and validation out of the box. Ideal for service layers, APIs, and clean architecture workflows.

1062.8k1](/packages/yorcreative-laravel-argonaut-dto)[rebelinblue/laravel-zxcvbn

Service provider to use the zxcvbn project by @dropbox in Laravel 5.4 and above

1160.4k](/packages/rebelinblue-laravel-zxcvbn)

PHPackages © 2026

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