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

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

cyve/password-manager-bundle
============================

Password management and recovery bundle for Symfony using login links

1.2.3(2y ago)11781MITPHPPHP &gt;=8.1

Since Nov 22Pushed 2y ago1 watchersCompare

[ Source](https://github.com/cyve/password-manager-bundle)[ Packagist](https://packagist.org/packages/cyve/password-manager-bundle)[ RSS](/packages/cyve-password-manager-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (15)Versions (13)Used By (0)

PasswordManagerBundle
=====================

[](#passwordmanagerbundle)

Password management and recovery bundle for Symfony using [login links](https://symfony.com/doc/current/security/login_link.html).

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

[](#installation)

```
composer require cyve/password-manager-bundle
```

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

[](#configuration)

```
// config/bundles.php
return [
    ...
    Cyve\PasswordManagerBundle\CyvePasswordManagerBundle::class => ['all' => true],
];
```

```
// config/routes.yaml
cyve_password_manager:
    resource: "@CyvePasswordManagerBundle/Resources/config/routing.yaml"
```

```
// config/packages/security.yaml
security:
    firewalls:
        main:
            login_link:
                check_route: app_login_check # or any login-link route
                signature_properties: ['userIdentifier'] # add other properties if you want
```

/!\\ The login link contains a `_target_path` query parameter to redirect the user to the `/password/update` route after the login. If you change the name of the parameter in the security config, the Symfony default redirection rules will be applied.

Usage
-----

[](#usage)

### Update a password

[](#update-a-password)

In a browser, go to `/password/update` (require full authentication) and use the form to set a new password.

In a terminal, execute `bin/console cyve:password:reset  `

### Reset a password

[](#reset-a-password)

In a browser, go to `/password/request-login-link` and enter a user identifier. If the user exists, a notification email containing a login link will be sent to the user's email address. The user will be automatically redirected to the `/passord/update` page after a successful login.

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity66

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

Recently: every ~55 days

Total

12

Last Release

750d ago

PHP version history (3 changes)1.0PHP &gt;=7.4

1.1.3PHP &gt;=8.0

1.2.0PHP &gt;=8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/b21e3a5729c9b41d7073f00fff6b65cbfd86baa158ff415a2ee71c0da22af5b1?d=identicon)[cyve](/maintainers/cyve)

---

Top Contributors

[![cyve](https://avatars.githubusercontent.com/u/3588995?v=4)](https://github.com/cyve "cyve (41 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[kimai/kimai

Kimai - Time Tracking

4.8k9.0k1](/packages/kimai-kimai)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M737](/packages/sylius-sylius)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.1k17.8k](/packages/prestashop-prestashop)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k14](/packages/2lenet-crudit-bundle)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9421.6k61](/packages/open-dxp-opendxp)

PHPackages © 2026

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