Download the PHP package lightmaker/complexify-bundle without Composer
On this page you can find all versions of the php package lightmaker/complexify-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download lightmaker/complexify-bundle
More information about lightmaker/complexify-bundle
Files in lightmaker/complexify-bundle
Download lightmaker/complexify-bundle
More information about lightmaker/complexify-bundle
Files in lightmaker/complexify-bundle
Vendor lightmaker
Package complexify-bundle
Short Description A simple Symfony2 bundle for Michael Crumley's PHP port of Dan Palmer's jquery.complexify.js
License MIT
Homepage https://github.com/LightmakerCanada/ComplexifyBundle
Package complexify-bundle
Short Description A simple Symfony2 bundle for Michael Crumley's PHP port of Dan Palmer's jquery.complexify.js
License MIT
Homepage https://github.com/LightmakerCanada/ComplexifyBundle
Please rate this library. Is it a good library?
Informations about the package complexify-bundle
LightmakerComplexifyBundle
A Symfony2 bundle for Michael Crumley's PHP port of Dan Palmer's jquery.complexify.js
Installation
composer require lightmaker/complexify-bundle
Update your Kernel
Usage
You can use the Lightmaker\ComplexifyBundle\Validator\Constraints\Complexify
constraint with the following options.
- message: The validation message (default: 'Password must be complex.')
- minimumChars: The minimum acceptable password length (default: 8)
- strengthScaleFactor: Scale the required password strength - higher numbers require a more complex password (default: 1)
- bannedPasswords: An array of banned passwords (Default: empty array)
- banMode: strict == don't allow substrings of banned passwords, loose == only ban exact matches (default: strict)
- encoding: (default: 'UTF-8')
All versions of complexify-bundle with dependencies
PHP Build Version
Package Version
The package lightmaker/complexify-bundle contains the following files
Loading the files please wait ....