PHPackages                             mdespeuilles/drupalpasswordencoderbundle - 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. [Security](/categories/security)
4. /
5. mdespeuilles/drupalpasswordencoderbundle

AbandonedArchivedSymfony-bundle[Security](/categories/security)

mdespeuilles/drupalpasswordencoderbundle
========================================

Drupal 7 and 8 password encoder Bundle

1.0.1(9y ago)130.8k1[1 PRs](https://github.com/mdespeuilles/DrupalPasswordEncoderBundle/pulls)MITPHPPHP &gt;=5.3.9

Since Apr 8Pushed 6y ago1 watchersCompare

[ Source](https://github.com/mdespeuilles/DrupalPasswordEncoderBundle)[ Packagist](https://packagist.org/packages/mdespeuilles/drupalpasswordencoderbundle)[ RSS](/packages/mdespeuilles-drupalpasswordencoderbundle/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

DrupalPasswordEncoderBundle
===========================

[](#drupalpasswordencoderbundle)

This bundle provide just a Drupal password encoder for Symfony 2/3. It will be very usefull if you want migrate an old Drupal 7 or 8 site to Symfony and keep the users password.

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

[](#installation)

To install DrupalPasswordEncoderBundle with Composer just type in your terminal:

```
php composer.phar require mdespeuilles/drupalpasswordencoderbundle
```

Now update your `AppKernel.php` file, and register the new bundle:

```
