jbafford / password-strength-bundle
Provides a password strength validator
Package info
github.com/jbafford/PasswordStrengthBundle
Type:symfony-bundle
pkg:composer/jbafford/password-strength-bundle
v1.0
2020-02-21 00:14 UTC
Requires
- php: >=5.3.2
- symfony/http-kernel: >=2.1
- symfony/validator: >=2.1
This package is auto-updated.
Last update: 2026-02-21 23:27:07 UTC
README
This bundle provides a validator for ensuring strong passwords in Symfony2 applications.
Validations provided include:
- minimum length
- contains alphabetic and/or numeric characters
- contains mixed case characters
- contains "special" characters (unicode characters in the Control, Mark, Punctuation, Symbol, and Separator classes)
Documentation
Documentation is available at Resources/doc/index.md
License
This bundle is under the MIT license. See the complete license in the bundle:
Reporting Issues or Feature Requests
Issues and feature requests are tracked on GitHub.