PHPackages                             laravel-validation-rules/exposed-password - 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. [Security](/categories/security)
4. /
5. laravel-validation-rules/exposed-password

ActiveMetapackage[Security](/categories/security)

laravel-validation-rules/exposed-password
=========================================

Metapackage for https://github.com/DivineOmega/laravel-password-exposed-validation-rule

v1.3.0(6y ago)134221LGPL-3.0-only

Since May 9Pushed 6y agoCompare

[ Source](https://github.com/laravel-validation-rules/exposed-password)[ Packagist](https://packagist.org/packages/laravel-validation-rules/exposed-password)[ RSS](/packages/laravel-validation-rules-exposed-password/feed)WikiDiscussions master Synced yesterday

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

Laravel Validator Rules - Exposed Password
==========================================

[](#laravel-validator-rules---exposed-password)

This rule will validate that a password hasn't been exposed in a data breach.

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

[](#installation)

```
composer require laravel-validation-rules/exposed-password
```

Usage
-----

[](#usage)

```
use DivineOmega\LaravelPasswordExposedValidationRule\PasswordExposed;

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

License
-------

[](#license)

This project is licensed under a GNU Lesser General Public License v3.0 which you can find [in this LICENSE](https://github.com/laravel-validation-rules/exposed-password/blob/master/LICENSE).

Feedback
--------

[](#feedback)

If you have any feedback, comments or suggestions, please feel free to open an issue within this repository.

Laravel Validation Rules
------------------------

[](#laravel-validation-rules)

This package is part of the Laravel Validation Rules collection. If you're after more useful validation rules, head to the [Laravel Validation Rules](https://laravel-validation-rules.github.io/) website.

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 88.9% 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 ~333 days

Total

3

Last Release

2307d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c580cdf7c14898fff179cdfc1085892091d5d2f49d917873a12365af9ac77c93?d=identicon)[Jord-JD](/maintainers/Jord-JD)

![](https://avatars.githubusercontent.com/u/254889?v=4)[Scott](/maintainers/ssx)[@ssx](https://github.com/ssx)

---

Top Contributors

[![Jord-JD](https://avatars.githubusercontent.com/u/650645?v=4)](https://github.com/Jord-JD "Jord-JD (8 commits)")[![ssx](https://avatars.githubusercontent.com/u/254889?v=4)](https://github.com/ssx "ssx (1 commits)")

---

Tags

data-breachlaravellaravel-5-packagelaravel-validationpasswordsphpsecurity

### Embed Badge

![Health badge](/badges/laravel-validation-rules-exposed-password/health.svg)

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

###  Alternatives

[mews/purifier

Laravel 5/6/7/8/9/10 HtmlPurifier Package

2.0k18.0M138](/packages/mews-purifier)[langleyfoxall/laravel-nist-password-rules

🔒 Provides Laravel validation rules that follow the password related recommendations found in NIST Special Publication 800-63B.

211573.7k6](/packages/langleyfoxall-laravel-nist-password-rules)[paragonie/ecc

PHP Elliptic Curve Cryptography library

24772.0k35](/packages/paragonie-ecc)

PHPackages © 2026

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