Download the PHP package evotodi/password-meter-bundle without Composer
On this page you can find all versions of the php package evotodi/password-meter-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download evotodi/password-meter-bundle
More information about evotodi/password-meter-bundle
Files in evotodi/password-meter-bundle
Package password-meter-bundle
Short Description Password meter for symfony 6 that complements https://github.com/HamedFathi/PasswordMeter and passwordmeter.com
License MIT
Informations about the package password-meter-bundle
Password Meter Symfony Bundle
PasswordMeter is a php equivalent clone of HamedFathi/PasswordMeter for javascript.
Installation
Install the package with:
Usage
This bundle provides a single service to generate a password score like passwordmeter.com and HamedFathi/PasswordMeter.
Configuration
Implementing password requirements
The default requirements are null and will only return a score and status.
Creating a custom requirements provider will give and array of errors that match your custom requirements.
First create a class that implements and implement the method. From the method return a new with your desired password requirements.
Then set the following config. You may need to create the config file if it does not exist.
Implementing custom password score range
Create a class that implements and implement the method. From the method return a new array of score ranges.
The array must contain at least 2 elements and the last element key must be .
Then set the following config. You may need to create the config file if it does not exist.
Contributions
Contributions are very welcome!
Please create detailed issues and pull requests.
Licence
This package is free software distributed under the terms of the MIT license.
Updates
2024-01-10: Add Symfony 7 support 2023-01-30: Initial release
All versions of password-meter-bundle with dependencies
symfony/framework-bundle Version ^6.0|^7.0
symfony/console Version ^6.0|^7.0