Download the PHP package darkotodoric/password-strength-validator without Composer
On this page you can find all versions of the php package darkotodoric/password-strength-validator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download darkotodoric/password-strength-validator
More information about darkotodoric/password-strength-validator
Files in darkotodoric/password-strength-validator
Download darkotodoric/password-strength-validator
More information about darkotodoric/password-strength-validator
Files in darkotodoric/password-strength-validator
Vendor darkotodoric
Package password-strength-validator
Short Description A lightweight PHP library for checking password strength
License MIT
Homepage https://github.com/darkotodoric/password-strength-validator
Package password-strength-validator
Short Description A lightweight PHP library for checking password strength
License MIT
Homepage https://github.com/darkotodoric/password-strength-validator
Please rate this library. Is it a good library?
Informations about the package password-strength-validator
URL Slug Generator
A lightweight PHP library for checking password strength
Installation
Install the latest version with:
Usage
Parameters
The class constructor for PasswordStrengthValidator
accepts the following parameters:
password
(string, required): The password string to be evaluated for strength.minLength
(int, optional, default: 6): Specifies the minimum required length for the password.requireSpecialChar
(bool, optional, default: true): Indicates whether the password must contain at least one special character.requireNumber
(bool, optional, default: true): Specifies whether the password must contain at least one numeric digit.requireUpperCase
(bool, optional, default: true): Determines whether the password must include at least one uppercase letter.requireLowerCase
(bool, optional, default: true): Specifies whether the password must include at least one lowercase letter.
Contributing
Contributions are welcome! Feel free to open issues or submit pull requests to improve this project.
All versions of password-strength-validator with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
The package darkotodoric/password-strength-validator contains the following files
Loading the files please wait ....