Download the PHP package babeuloula/password-constraint without Composer
On this page you can find all versions of the php package babeuloula/password-constraint. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download babeuloula/password-constraint
More information about babeuloula/password-constraint
Files in babeuloula/password-constraint
Download babeuloula/password-constraint
More information about babeuloula/password-constraint
Files in babeuloula/password-constraint
Vendor babeuloula
Package password-constraint
Short Description Password constraint for Symfony
License MIT
Package password-constraint
Short Description Password constraint for Symfony
License MIT
Please rate this library. Is it a good library?
Informations about the package password-constraint
Password Constraint
Password constraint for Symfony. Based on the validator of Laravel framework. It's recommended to use with NotCompromisedPassword constraint.
Requirements
- php >= 8.1
- symfony/validator >= 6.0
Installation
How to use?
- min (12): The minimum size of the password.
- mixedCase (false): If the password requires at least one uppercase and one lowercase letter.
- letters (false): If the password requires at least one letter.
- numbers (false): If the password requires at least one number.
- symbols (false): If the password requires at least one symbol.
All versions of password-constraint with dependencies
PHP Build Version
Package Version
The package babeuloula/password-constraint contains the following files
Loading the files please wait ....