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

v2.0.0(3w ago)134231LGPL-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 2w ago

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

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

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

This metapackage installs the maintained Laravel rule that validates that a password has not been exposed in a data breach.

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

[](#installation)

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

Usage
-----

[](#usage)

```
use JordJD\LaravelPasswordExposedValidationRule\PasswordNotExposed;

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

Version 2 of this metapackage uses the current `jord-jd/laravel-password-exposed-validation-rule` package and namespace. Applications that still use the legacy `DivineOmega` namespace should remain on version 1 until they are ready to update the import.

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

41

—

FairBetter than 87% of packages

Maintenance53

Moderate activity, may be stable

Popularity21

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity66

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

Total

4

Last Release

27d ago

Major Versions

v1.3.0 → v2.0.02026-07-18

### 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

[langleyfoxall/laravel-nist-password-rules

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

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

PHP Elliptic Curve Cryptography library

25866.3k44](/packages/paragonie-ecc)[dwgebler/encryption

Encryption wrapper for PHP using libsodium — simple API for symmetric and asymmetric encryption, password hashing, digital signing, and message authentication.

317.5k](/packages/dwgebler-encryption)

PHPackages © 2026

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