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↓80%21MITPHPPHP &gt;=5.6.0

Since Dec 1Pushed 5y 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 3d ago

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

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

[](#azineemailupdateconfirmationbundle)

Symfony bundle which allows to use functionality of email change confirmation based on FOSUserBundle.

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

[](#installation)

To install AzineEmailUpdateConfirmationBundle with Composer just add the following to your `composer.json` file:

```
// composer.json
{
    // ...
    require: {
        // ...
        "azine/emailupdateconfirmation-bundle": "dev-master"
    }
}

```

Then, you can install the new dependencies by running Composer’s update command from the directory where your `composer.json` file is located:

```
php composer.phar require azine/emailupdateconfirmation-bundle

```

Now, Composer will automatically download all required files, and install them for you. All that is left to do is to update your AppKernel.php file, and register the new bundle:

```
