PHPackages                             prokawsar/password-validator - 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. prokawsar/password-validator

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

prokawsar/password-validator
============================

Password validator for Laravel Framework

v1.0.0(7y ago)5271MITPHPPHP &gt;=5.5.0

Since Sep 21Pushed 7y ago1 watchersCompare

[ Source](https://github.com/prokawsar/PasswordValidator-Package)[ Packagist](https://packagist.org/packages/prokawsar/password-validator)[ RSS](/packages/prokawsar-password-validator/feed)WikiDiscussions master Synced 3d ago

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

[![Latest Stable Version](https://camo.githubusercontent.com/01e3283c21f30c8f35987cc08cfc1bf035eff9b4d16d1ff35ecb67f51fbcd29d/68747470733a2f2f706f7365722e707567782e6f72672f70726f6b61777361722f70617373776f72642d76616c696461746f722f762f737461626c65)](https://packagist.org/packages/prokawsar/password-validator)[![Build Status](https://camo.githubusercontent.com/a57c7b4fd88b3bd68646a13bd3eb8d321af4d3c19611c8b5ce44a9048d5e0a64/68747470733a2f2f7472617669732d63692e6f72672f70726f6b61777361722f50617373776f726456616c696461746f722d5061636b6167652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/prokawsar/PasswordValidator-Package)[![StyleCI](https://camo.githubusercontent.com/2efc060939772502ec5cc11090c6d2560366409f1c0f3619c8f3300189769776/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3134393732353735302f736869656c643f6272616e63683d6d6173746572)](https://github.styleci.io/repos/149725750)[![Total Downloads](https://camo.githubusercontent.com/a524402386c81a04f40990d688cab32dcd8d2c702b7ced79a481d8c48e6f0d44/68747470733a2f2f706f7365722e707567782e6f72672f70726f6b61777361722f70617373776f72642d76616c696461746f722f646f776e6c6f616473)](https://packagist.org/packages/prokawsar/password-validator)[![License](https://camo.githubusercontent.com/02240b5615dce8bfaa99d81df78fb6dbdc9671d5ec9ecc2e0ab5671c984850fd/68747470733a2f2f706f7365722e707567782e6f72672f70726f6b61777361722f70617373776f72642d76616c696461746f722f6c6963656e7365)](https://packagist.org/packages/prokawsar/password-validator)

PasswordValidator-Package
=========================

[](#passwordvalidator-package)

Currently in development

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

[](#installation)

- Run `composer require prokawsar/password-validator`
- Then run `php artisan vendor:publish` and select `Provider: prokawsar\PasswordValidator\PasswordValidatorServiceProvider` package

all rules will be published in the App/Rules folder.

To use this package
-------------------

[](#to-use-this-package)

Use `use App\Rules\{RuleName};` and add a rule in Validator::make calls as `new RuleName`

E.G.

```
