PHPackages                             octave/password-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. octave/password-bundle

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

octave/password-bundle
======================

Symfony4 user password utils

2.2.2(1y ago)025.2k↓38.3%MITPHPPHP &gt;=7.1.0

Since Jul 11Pushed 1y agoCompare

[ Source](https://github.com/octavecms/password-bundle)[ Packagist](https://packagist.org/packages/octave/password-bundle)[ Docs](http://octavecms.com)[ RSS](/packages/octave-password-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (5)Versions (14)Used By (0)

OctavePasswordBundle
====================

[](#octavepasswordbundle)

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

[](#configuration)

Bundle configuration in config/packages/octave\_password.yaml:

```
octave_password:
  redirect_route_name: octave.password.change.password  # Route to redirect for password change
  send_email: true                                      # Enable send email
  mailer_class: App\Service\Mailer                     # Mailer service class
  user_class: App\Entity\User                          # User entity class
  ask_current_password: true                           # Require current password for changes
  reset_password:
    token_lifetime: 60                               # Reset token lifetime in minutes
    resend_interval: 15                              # Minutes between reset requests
  password:
    min_length: 10                                   # Minimum password length
    max_length: 25                                  # Maximum password length
    complexity_level: easy                           # Password complexity level
    expiration_days: 0                               # Password expiration period
    keep_history: no                              # Enable password history
    history_count: 0                                 # Number of passwords to keep
```

### Password Policy Parameters

[](#password-policy-parameters)

1. min\_length (default: 10)

- Minimum required length for passwords

2. max\_length (default: 25)

- Maximum required length for passwords

3. complexity\_level (default: easy)

- easy: No specific character requirements
- medium: Must contain mix of letters and numbers
- high: Must contain uppercase letters, lowercase letters, numbers, and special characters

4. expiration\_days (default: 0)

- Number of days until password expires
- 0 means passwords never expire

5. keep\_history (default: no)

- Whether to track password history

6. history\_count (default: 0)

- Number of passwords checked in history

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance46

Moderate activity, may be stable

Popularity26

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity61

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

Recently: every ~258 days

Total

13

Last Release

413d ago

Major Versions

1.0.7 → 2.0.02022-05-31

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1226395?v=4)[Igor Lukashov](/maintainers/deadkash)[@deadkash](https://github.com/deadkash)

---

Top Contributors

[![ilukashov](https://avatars.githubusercontent.com/u/66780533?v=4)](https://github.com/ilukashov "ilukashov (9 commits)")

---

Tags

password

### Embed Badge

![Health badge](/badges/octave-password-bundle/health.svg)

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

###  Alternatives

[scheb/2fa

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

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

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

7014.0M62](/packages/scheb-2fa-bundle)[web-auth/webauthn-framework

FIDO2/Webauthn library for PHP and Symfony Bundle.

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

Symfony SDK for Auth0 Authentication and Management APIs.

128738.1k](/packages/auth0-symfony)[web-auth/webauthn-symfony-bundle

FIDO2/Webauthn Security Bundle For Symfony

63397.4k6](/packages/web-auth-webauthn-symfony-bundle)[klapaudius/oauth-server-bundle

Symfony(5.x to 8.x) OAuth Server Bundle

15547.3k2](/packages/klapaudius-oauth-server-bundle)

PHPackages © 2026

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