PHPackages                             azine/emailupdateconfirmation-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. [Mail &amp; Notifications](/categories/mail)
4. /
5. azine/emailupdateconfirmation-bundle

ActiveSymfony-bundle[Mail &amp; Notifications](/categories/mail)

azine/emailupdateconfirmation-bundle
====================================

Symfony bundle to require the user to confirm her update email address by clicking on a link sent to the new address. This should be part of the FriendsOfSymfony/UserBundle, but was not accepted as new feature by a maintainer.

1.1.0(7y ago)13.6k↓83.3%21MITPHPPHP &gt;=5.6.0CI passing

Since Dec 1Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/azine/AzineEmailUpdateConfirmationBundle)[ Packagist](https://packagist.org/packages/azine/emailupdateconfirmation-bundle)[ Docs](https://github.com/azine/AzineEmailUpdateConfirmationBundle)[ RSS](/packages/azine-emailupdateconfirmation-bundle/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (10)Versions (7)Used By (1)

AzineEmailUpdateConfirmationBundle
==================================

[](#azineemailupdateconfirmationbundle)

Symfony bundle which allows email change confirmation workflows based on FOSUserBundle.

Requirements
------------

[](#requirements)

- PHP **8.5+**
- Symfony components **7.4+**
- Composer 2

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

[](#installation)

Install with Composer:

```
composer require azine/emailupdateconfirmation-bundle
```

Register the bundle:

```
// config/bundles.php
return [
    // ...
    Azine\EmailUpdateConfirmationBundle\AzineEmailUpdateConfirmationBundle::class => ['all' => true],
];
```

Register routes:

```
# config/routes.yaml
azine_email_update_confirmation_bundle:
    resource: "@AzineEmailUpdateConfirmationBundle/Resources/config/routing.yml"
```

Configuration options
---------------------

[](#configuration-options)

```
azine_email_update_confirmation:
    enabled: true
    cypher_method: null
    mailer: azine.email_update.mailer
    email_template: '@AzineEmailUpdateConfirmation/Email/email_update_confirmation.txt.twig'
    redirect_route: fos_user_profile_show
    from_email: '%fos_user.resetting.email.from_email%'
```

Development
-----------

[](#development)

Install dependencies and run tests:

```
composer update
vendor/bin/phpunit -c phpunit.xml.dist
```

CI
--

[](#ci)

This repository now uses **GitHub Actions** for automated test execution on every `push` and `pull_request`. Legacy Travis CI configuration has been removed as part of the modernization to supported CI infrastructure.

Upgrade notes
-------------

[](#upgrade-notes)

- Minimum PHP version is now `^8.5`.
- Symfony component constraints are now `^7.4`.
- Dev tooling upgraded to modern versions (PHPUnit 11, PHP-CS-Fixer 3).
- Event dispatch usage and translator/session interfaces were modernized for Symfony 7 compatibility.

###  Health Score

42

—

FairBetter than 89% of packages

Maintenance61

Regular maintenance activity

Popularity23

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 84.6% 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 ~54 days

Total

3

Last Release

2660d ago

### Community

Maintainers

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

---

Top Contributors

[![azine](https://avatars.githubusercontent.com/u/3774977?v=4)](https://github.com/azine "azine (11 commits)")[![eugene-o-z](https://avatars.githubusercontent.com/u/18661162?v=4)](https://github.com/eugene-o-z "eugene-o-z (2 commits)")

---

Tags

emailconfirmupdateemail update confirmation

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/azine-emailupdateconfirmation-bundle/health.svg)

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

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M379](/packages/easycorp-easyadmin-bundle)[pimcore/pimcore

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

3.8k3.8M482](/packages/pimcore-pimcore)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[sylius/sylius

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

8.5k5.9M719](/packages/sylius-sylius)[contao/core-bundle

Contao Open Source CMS

1301.6M2.7k](/packages/contao-core-bundle)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.4M534](/packages/shopware-core)

PHPackages © 2026

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