PHPackages                             parfaitementweb/password-validation - 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. parfaitementweb/password-validation

AbandonedArchivedLibrary[Validation &amp; Sanitization](/categories/validation)

parfaitementweb/password-validation
===================================

Additional validation rules to empower strong password usage in Laravel applications.

1.2(2y ago)0310MITPHPPHP ^7.2|^8.0|^8.1

Since Nov 3Pushed 2y ago1 watchersCompare

[ Source](https://github.com/parfaitementweb/password-validation)[ Packagist](https://packagist.org/packages/parfaitementweb/password-validation)[ RSS](/packages/parfaitementweb-password-validation/feed)WikiDiscussions master Synced today

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

Laravel Password Validation Rules
=================================

[](#laravel-password-validation-rules)

[![Latest Version on Packagist](https://camo.githubusercontent.com/f04be7e416a38eaead739b6a72ad127b0a9a3e5831ab3cddd3cc216a93ff49a3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f70617266616974656d656e747765622f70617373776f72642d76616c69646174696f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/parfaitementweb/password-validation)[![MIT Licensed](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![GitHub Workflow Status](https://camo.githubusercontent.com/4f516eba3ccb7b68a088d6a19356a548595c647af9ecac265cde56755c38fba2/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f70617266616974656d656e747765622f70617373776f72642d76616c69646174696f6e2f72756e2d74657374733f6c6162656c3d7465737473)](https://camo.githubusercontent.com/4f516eba3ccb7b68a088d6a19356a548595c647af9ecac265cde56755c38fba2/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f70617266616974656d656e747765622f70617373776f72642d76616c69646174696f6e2f72756e2d74657374733f6c6162656c3d7465737473)

This package provides additional validation rules to empower strong password usage in Laravel applications.

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

[](#installation)

You can install the package via composer:

```
composer require parfaitementweb/password-validation
```

The package will automatically register itself.

### Translations

[](#translations)

If you wish to edit the package translations, you can run the following command to publish them into your `resources/lang` folder

```
php artisan vendor:publish --provider="Parfaitementweb\PasswordValidation\PasswordValidationServiceProvider"
```

Rules
-----

[](#rules)

- `minoneletter` - The field must include at least one letter.
- `upperandlower` - The field must include both upper and lower case letters.
- `minonenumber` - The field must include at least one number.
- `minonesymbol` - The field must include at least one symbol.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

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

Every ~322 days

Total

4

Last Release

1048d ago

PHP version history (3 changes)1.0.0PHP ^7.2

1.0.1PHP ^7.2|^8.0

1.1PHP ^7.2|^8.0|^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/67c747d82e5989eeae3f98ae775f6e9d9aaee286e221e9f35a446e0f440421a8?d=identicon)[parfaitementweb](/maintainers/parfaitementweb)

---

Top Contributors

[![AlexisSerneels](https://avatars.githubusercontent.com/u/287688?v=4)](https://github.com/AlexisSerneels "AlexisSerneels (7 commits)")

---

Tags

laravelvalidationsecuritypasswordstrongpasswordsstrength

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/parfaitementweb-password-validation/health.svg)

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

###  Alternatives

[olssonm/l5-zxcvbn

Implementation of the zxcvbn project by @dropbox for Laravel. Uses zxcvbn-php by @bjeavons.

28311.1k1](/packages/olssonm-l5-zxcvbn)[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)[illuminatech/validation-composite

Allows uniting several validation rules into a single one for easy re-usage

184485.5k](/packages/illuminatech-validation-composite)[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)
