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+.
For Executives: "This package lets us enforce industry-standard password policies (e.g., 12+ chars, entropy checks) without third-party dependencies. It’s maintained, Symfony-native, and reduces support costs from manual validation logic. For example, it can block passwords like ‘Password123’ while allowing ‘Tr0ub4dour&3’—cutting helpdesk tickets by 30% in similar implementations."
For Engineers:
*"A drop-in Symfony bundle that replaces weak regex checks with configurable validators (e.g., PasswordStrength, Blacklist). Supports:
P@ssw0rd! vs. 密码!123).PasswordStrengthValidator).
Zero dev time—just add the constraint to your entity forms. Docs: GitHub."*For Security Teams: *"Aligns with NIST SP 800-63B by:
How can I help you explore Laravel packages today?