PHPackages                             phpmentors/composite-password-authentication-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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. phpmentors/composite-password-authentication-bundle

ActiveSymfony-bundle[Authentication &amp; Authorization](/categories/authentication)

phpmentors/composite-password-authentication-bundle
===================================================

A Symfony bundle for authentication using composite password

v1.0.0(9y ago)02.2k↓100%2[1 PRs](https://github.com/phpmentors-jp/composite-password-authentication-bundle/pulls)BSD-2-ClausePHPPHP &gt;=5.5.9

Since Oct 28Pushed 3y ago3 watchersCompare

[ Source](https://github.com/phpmentors-jp/composite-password-authentication-bundle)[ Packagist](https://packagist.org/packages/phpmentors/composite-password-authentication-bundle)[ RSS](/packages/phpmentors-composite-password-authentication-bundle/feed)WikiDiscussions master Synced 1mo ago

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

PHPMentorsCompositePasswordAuthenticationBundle
===============================================

[](#phpmentorscompositepasswordauthenticationbundle)

A Symfony bundle for authentication using composite password

[![Total Downloads](https://camo.githubusercontent.com/299f41e026aa856c0022e012188fe074d4d61d025fac52adeccd400e96012408/68747470733a2f2f706f7365722e707567782e6f72672f7068706d656e746f72732f636f6d706f736974652d70617373776f72642d61757468656e7469636174696f6e2d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/phpmentors/composite-password-authentication-bundle)[![Latest Stable Version](https://camo.githubusercontent.com/f06d9e6067c185afd6c8545f4ef284e57f1acec7211a5f57525cbf75b80ec4a7/68747470733a2f2f706f7365722e707567782e6f72672f7068706d656e746f72732f636f6d706f736974652d70617373776f72642d61757468656e7469636174696f6e2d62756e646c652f762f737461626c65)](https://packagist.org/packages/phpmentors/composite-password-authentication-bundle)[![Latest Unstable Version](https://camo.githubusercontent.com/d13cad853e85c25eda8f8480f0d433edfa4083b4494d4aa188ab42cd453d8a54/68747470733a2f2f706f7365722e707567782e6f72672f7068706d656e746f72732f636f6d706f736974652d70617373776f72642d61757468656e7469636174696f6e2d62756e646c652f762f756e737461626c65)](https://packagist.org/packages/phpmentors/composite-password-authentication-bundle)

Features
--------

[](#features)

- Composite password support for form authentication

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

[](#installation)

`PHPMentorsCompositePasswordAuthenticationBundle` can be installed using [Composer](http://getcomposer.org/).

First, add the dependency to `phpmentors/composite-password-authentication-bundle` into your `composer.json` file as the following:

**Stable version:**

```
composer require phpmentors/composite-password-authentication-bundle "1.0.*"

```

**Development version:**

```
composer require phpmentors/composite-password-authentication-bundle "~1.1@dev"

```

Second, add `PHPMentorsCompositePasswordAuthenticationBundle` into your bundles to register in `AppKernel::registerBundles()` as the following:

```
...
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            ...
            new PHPMentors\CompositePasswordAuthenticationBundle\PHPMentorsCompositePasswordAuthenticationBundle(),
        );
        ...
```

Configuration
-------------

[](#configuration)

`app/config/security.yml:`

```
security:
    # ...

    firewalls:
        secured_area:
            form_login_composite_password:
                ... # Same configuration as `form_login`
```

Support
-------

[](#support)

If you find a bug or have a question, or want to request a feature, create an issue or pull request for it on [Issues](https://github.com/phpmentors-jp/composite-password-authentication-bundle/issues).

Copyright
---------

[](#copyright)

Copyright (c) 2016 KUBO Atsuhiro, All rights reserved.

License
-------

[](#license)

[The BSD 2-Clause License](http://opensource.org/licenses/BSD-2-Clause)

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 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 ~0 days

Total

2

Last Release

3480d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/52985?v=4)[Atsuhiro Kubo](/maintainers/iteman)[@iteman](https://github.com/iteman)

---

Top Contributors

[![iteman](https://avatars.githubusercontent.com/u/52985?v=4)](https://github.com/iteman "iteman (8 commits)")

---

Tags

symfonysecurityAuthentication

### Embed Badge

![Health badge](/badges/phpmentors-composite-password-authentication-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/phpmentors-composite-password-authentication-bundle/health.svg)](https://phpackages.com/packages/phpmentors-composite-password-authentication-bundle)
```

###  Alternatives

[scheb/2fa

Two-factor authentication for Symfony applications (please use scheb/2fa-bundle to install)

578630.7k1](/packages/scheb-2fa)[symfony/security-bundle

Provides a tight integration of the Security component into the Symfony full-stack framework

2.5k172.9M1.8k](/packages/symfony-security-bundle)[gesdinet/jwt-refresh-token-bundle

Implements a refresh token system over Json Web Tokens in Symfony

70516.4M35](/packages/gesdinet-jwt-refresh-token-bundle)[scheb/2fa-bundle

A generic interface to implement two-factor authentication in Symfony applications

6914.0M61](/packages/scheb-2fa-bundle)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[web-auth/webauthn-framework

FIDO2/Webauthn library for PHP and Symfony Bundle.

50570.7k1](/packages/web-auth-webauthn-framework)

PHPackages © 2026

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