PHPackages                             lightmaker/complexify-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Security](/categories/security)
4. /
5. lightmaker/complexify-bundle

ActiveSymfony-bundle[Security](/categories/security)

lightmaker/complexify-bundle
============================

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

1.1(10y ago)026.3k1[2 PRs](https://github.com/LightmakerCanada/ComplexifyBundle/pulls)MITPHPPHP &gt;=5.4CI failing

Since Jul 6Pushed 2y ago6 watchersCompare

[ Source](https://github.com/LightmakerCanada/ComplexifyBundle)[ Packagist](https://packagist.org/packages/lightmaker/complexify-bundle)[ Docs](https://github.com/LightmakerCanada/ComplexifyBundle)[ RSS](/packages/lightmaker-complexify-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)Dependencies (3)Versions (4)Used By (0)

LightmakerComplexifyBundle
==========================

[](#lightmakercomplexifybundle)

[![Build Status](https://camo.githubusercontent.com/4ea0ecb964ca732469364772d94e9a00bf996b7184771c6dcdfcb1e452db93ad/68747470733a2f2f7472617669732d63692e6f72672f4c696768746d616b657243616e6164612f436f6d706c657869667942756e646c652e737667)](https://travis-ci.org/LightmakerCanada/ComplexifyBundle)[![Code Coverage](https://camo.githubusercontent.com/480f7d9d47291d4107d8591c13352099b4594a4c0d778380e691723ba05fb201/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f4c696768746d616b657243616e6164612f436f6d706c657869667942756e646c652f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/LightmakerCanada/ComplexifyBundle/?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/321cd67dd345d2677e3b2d0d15bbaaf7eb1f935338bcc7069701dd0ac4900a95/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f4c696768746d616b657243616e6164612f436f6d706c657869667942756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/LightmakerCanada/ComplexifyBundle/?branch=master)[![SensioLabsInsight](https://camo.githubusercontent.com/37c199b4036a6ccbdbd1f768ca3ebffcb67edd3ba3cb84436c9310c278cd56d1/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f33326430383238332d643531362d343562392d613238332d6634656139356439383964302f6d696e692e706e67)](https://insight.sensiolabs.com/projects/32d08283-d516-45b9-a283-f4ea95d989d0)[![Latest Stable Version](https://camo.githubusercontent.com/8752db28f66e7817401e1668d882397e65eec078483b7ff49e48489810fac524/68747470733a2f2f706f7365722e707567782e6f72672f6c696768746d616b65722f636f6d706c65786966792d62756e646c652f762f737461626c65)](https://packagist.org/packages/lightmaker/complexify-bundle)[![Total Downloads](https://camo.githubusercontent.com/11df476cd89c12c196b48da00075a1e14ac4d1f716f89a1c8609c73a5ee26d7a/68747470733a2f2f706f7365722e707567782e6f72672f6c696768746d616b65722f636f6d706c65786966792d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/lightmaker/complexify-bundle)

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

-
-

Installation
------------

[](#installation)

`composer require lightmaker/complexify-bundle`

### Update your Kernel

[](#update-your-kernel)

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

### Usage

[](#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')

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~298 days

Total

2

Last Release

3719d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/727603?v=4)[Greg Holland](/maintainers/gregholland)[@gregholland](https://github.com/gregholland)

---

Top Contributors

[![gregholland](https://avatars.githubusercontent.com/u/727603?v=4)](https://github.com/gregholland "gregholland (2 commits)")

---

Tags

activein-productionpcisymfonybundlepasswordSymfony2complexify

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/lightmaker-complexify-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/lightmaker-complexify-bundle/health.svg)](https://phpackages.com/packages/lightmaker-complexify-bundle)
```

###  Alternatives

[api-platform/core

Build a fully-featured hypermedia or GraphQL API in minutes!

2.6k51.2M339](/packages/api-platform-core)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)[web-auth/webauthn-framework

FIDO2/Webauthn library for PHP and Symfony Bundle.

515100.5k3](/packages/web-auth-webauthn-framework)[gregwar/captcha-bundle

Captcha bundle

3684.9M34](/packages/gregwar-captcha-bundle)[web-auth/webauthn-symfony-bundle

FIDO2/Webauthn Security Bundle For Symfony

66529.9k11](/packages/web-auth-webauthn-symfony-bundle)[rezzza/security-bundle

Signed requests check

1753.9k](/packages/rezzza-security-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
