rollerworks/password-strength-bundle
最新稳定版本:v4.0.0
Composer 安装命令:
composer require rollerworks/password-strength-bundle
包简介
Password-strength validator bundle for Symfony
README 文档
README
This Symfony-bundle integrates the Rollerworks PasswordStrengthValidator into your Symfony application.
The PasswordStrengthValidator provides various password strength validators for the Symfony Validator.
This bundle provides the same level of functionality as the PasswordStrengthBundle created by John Bafford. And is considered a replacement of the original bundle.
Installation
To install this package, add rollerworks/password-strength-bundle to your composer.json:
$ php composer.phar require rollerworks/password-strength-bundle
Now, Composer will automatically download all required files, and install them for you.
Symfony Flex is assumed to enable the Bundle and add required configuration. https://symfony.com/doc/current/bundles.html
Otherwise enable the Rollerworks\Bundle\PasswordStrengthBundle\RollerworksPasswordStrengthBundle.
Requirements
You need at least PHP 8.4 and Symfony 7.4, mbstring is recommended but not required.
Basic Usage
Documentation for the various constraints can be found in the PasswordStrengthValidator package.
Versioning
For transparency and insight into the release cycle, and for striving to maintain backward compatibility, this package is maintained under the Semantic Versioning guidelines as much as possible.
Releases will be numbered with the following format:
<major>.<minor>.<patch>
And constructed with the following guidelines:
- Breaking backward compatibility bumps the major (and resets the minor and patch)
- New additions without breaking backward compatibility bumps the minor (and resets the patch)
- Bug fixes and misc changes bumps the patch
For more information on SemVer, please visit http://semver.org/.
License
This library is released under the MIT license.
Contributing
This is an open source project. If you'd like to contribute, please read the Contributing Guidelines. If you're submitting a pull request, please follow the guidelines in the Submitting a Patch section.
统计信息
- 总下载量: 3.58M
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 146
- 点击次数: 1
- 依赖项目数: 8
- 推荐数: 1
其他信息
- 授权协议: MIT
- 更新时间: 2013-03-21