2017 © Pedro Peláez
 

symfony-bundle complexify-bundle

A simple Symfony2 bundle for Michael Crumley's PHP port of Dan Palmer's jquery.complexify.js

image

lightmaker/complexify-bundle

A simple Symfony2 bundle for Michael Crumley's PHP port of Dan Palmer's jquery.complexify.js

  • Saturday, April 30, 2016
  • by gregholland
  • Repository
  • 2 Watchers
  • 0 Stars
  • 6,125 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 3 Versions
  • 3 % Grown

The README.md

LightmakerComplexifyBundle

Build Status Code Coverage Scrutinizer Code Quality SensioLabsInsight Latest Stable Version Total Downloads, (*1)

A Symfony2 bundle for Michael Crumley's PHP port of Dan Palmer's jquery.complexify.js - https://github.com/mcrumley/php-complexify/ - https://github.com/danpalmer/jquery.complexify.js/, (*2)

Installation

composer require lightmaker/complexify-bundle, (*3)

Update your Kernel

# AppKernel.php
public function registerBundles() {
  $bundles = array(
    new Lightmaker\ComplexifyBundle\LightmakerComplexifyBundle()
  );
}

Usage

You can use the Lightmaker\ComplexifyBundle\Validator\Constraints\Complexify constraint with the following options., (*4)

  • 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')

The Versions

30/04 2016

dev-master

9999999-dev https://github.com/LightmakerCanada/ComplexifyBundle

A simple Symfony2 bundle for Michael Crumley's PHP port of Dan Palmer's jquery.complexify.js

  Sources   Download

MIT

The Requires

 

The Development Requires

symfony2 bundle symfony password complexify

30/04 2016

1.1

1.1.0.0 https://github.com/LightmakerCanada/ComplexifyBundle

A simple Symfony2 bundle for Michael Crumley's PHP port of Dan Palmer's jquery.complexify.js

  Sources   Download

MIT

The Requires

 

The Development Requires

symfony2 bundle symfony password complexify

06/07 2015

1.0

1.0.0.0 https://github.com/LightmakerCanada/ComplexifyBundle

A simple Symfony2 bundle for Michael Crumley's PHP port of Dan Palmer's jquery.complexify.js

  Sources   Download

MIT

The Requires

 

The Development Requires

symfony2 bundle symfony password complexify