rollerworks/password-strength-bundle
Symfony bundle integrating Rollerworks PasswordStrengthValidator. Adds configurable password strength constraints to Symfony’s Validator component, providing functionality comparable to the original PasswordStrengthBundle. Requires PHP 8.4+ and Symfony 7.4+.
Note: The constructor of password constraints has changed since v3.0, see Upgrade instructions of the validator library
Same as v3.0.0-BETA1
Notice: This version dropped support for Symfony 2.
All deprecated code has been removed. Support for Symfony 2 and anything lower then PHP 5.6 was dropped. Official support for HHVM is also dropped. You need at least Symfony 3.3 and PHP 5.6 (or PHP 7.0).
The constraints have been moved to a separate library, see the upgrade instructions for full details.
To ease transitioning your application to v2.0, first update to v1.7. v1.7 already provides the validation constraints while still allowing the old usage.
After this you can update your code, The Symfony web-development toolbar should inform where you need to update your code to use the new constraints.
Once all deprecations are resolved you can update the application's composer.json file to use v2.0 of this bundle.
This version no longer contains tests in the dist package.
#66: Add more translations (German, Spanish and Italian)
#62: Fix wrong error message when too short password #63: Forbid failures on PHP 7.0 #64: Add french translation #65: Fix wrong message in nl translation
#60: Make dependency injection more solid #61: Fix a typo in english
#57: StyleCI / PHP-CS-Fixe
#59: Add I18n support for the validators
#47: Fix: Password strength calculation made easier and more consistent
bug #42 Update PasswordRequirementsValidator.php (philrennie)
How can I help you explore Laravel packages today?