Download the PHP package azine/emailupdateconfirmation-bundle without Composer
On this page you can find all versions of the php package azine/emailupdateconfirmation-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download azine/emailupdateconfirmation-bundle
More information about azine/emailupdateconfirmation-bundle
Files in azine/emailupdateconfirmation-bundle
Package emailupdateconfirmation-bundle
Short Description 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.
License MIT
Homepage https://github.com/azine/AzineEmailUpdateConfirmationBundle
Informations about the package emailupdateconfirmation-bundle
AzineEmailUpdateConfirmationBundle
Symfony bundle which allows to use functionality of email change confirmation based on FOSUserBundle.
Installation
To install AzineEmailUpdateConfirmationBundle with Composer just add the following to your composer.json
file:
Then, you can install the new dependencies by running Composer’s update command from
the directory where your composer.json
file is located:
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:
Register the routes of the AzineEmailUpdateConfirmationBundle:
Configuration options
This is the complete list of configuration options with their defaults.
Contribute
Contributions are very welcome. Please fork the repository and issue your pull-request against the master branch.
The PR should:
- contain a description what the PR solves or adds to the bundle (reference existing issues if applicable)
- contain clean code with some iniline documentation and phpdocs, no "pure whitespace" changes.
- respect the Symfony best practices and coding style
- have phpunit tests covering the new feature or fix
- result in a 'green' build for your branch on travis-ci.org before you issue the PR
Code style
You can check the code style with the php-cs-fixer
. Optionally you can set up a pre-commit hook which contains the php-cs-fixer
check. Also see https://github.com/FriendsOfPHP/PHP-CS-Fixer
All you have to do is to move pre-commit.sample
file from commit-hooks/
to .git/hooks/
folder and rename it to pre-commit
.
php-cs-fixer
will check the style of your new added code each time you commit and apply fixes to the commit.
To run php-cs-fixer
manually, install dependencies (composer install
) and execute php vendor/friendsofphp/php-cs-fixer/php-cs-fixer --diff --dry-run -v fix --config=.php_cs.dist .
Build-Status ec.
All versions of emailupdateconfirmation-bundle with dependencies
symfony/http-foundation Version ^2.7|^3.0|^4.0
symfony/event-dispatcher Version ^2.7|^3.0|^4.0
symfony/translation Version ^2.7|^3.0|^4.0
symfony/routing Version ^2.7|^3.0|^4.0
symfony/validator Version ^2.7|^3.0|^4.0
symfony/yaml Version ^2.7|^3.0|^4.0
friendsofsymfony/user-bundle Version ^2.0
monolog/monolog Version ^1.6,>=1.6.0