PHPackages                             elcweb/doctrine-encrypt-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. [Database &amp; ORM](/categories/database)
4. /
5. elcweb/doctrine-encrypt-bundle

ActiveSymfony-bundle[Database &amp; ORM](/categories/database)

elcweb/doctrine-encrypt-bundle
==============================

Package encrypts and decrypts Doctrine fields through life cycle events.

v0.2.0(5y ago)064711MITPHPPHP ^7.2

Since Jul 21Pushed 5y ago1 watchersCompare

[ Source](https://github.com/elcweb/doctrine-encrypt-bundle)[ Packagist](https://packagist.org/packages/elcweb/doctrine-encrypt-bundle)[ RSS](/packages/elcweb-doctrine-encrypt-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (4)Used By (1)

DoctrineEncryptBundle
=====================

[](#doctrineencryptbundle)

[![Latest Stable Version](https://camo.githubusercontent.com/a22952e29fe21458f16b2415e92c8e8e5659e25466151c2b2510cc7a4cb44c56/68747470733a2f2f706f7365722e707567782e6f72672f656c637765622f646f637472696e652d656e63727970742d62756e646c652f762f737461626c652e706e67)](https://packagist.org/packages/elcweb/doctrine-encrypt-bundle)[![Total Downloads](https://camo.githubusercontent.com/a5cd399be7b3706873311995fc92027e10a9fea7d81909d3b1ee9e4835886e9f/68747470733a2f2f706f7365722e707567782e6f72672f656c637765622f646f637472696e652d656e63727970742d62756e646c652f646f776e6c6f6164732e706e67)](https://packagist.org/packages/elcweb/doctrine-encrypt-bundle)

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

[](#installation)

### Step 1: Download using composer

[](#step-1-download-using-composer)

```
{
    "require": {
        "51systems/doctrine-encrypt"         : "*",
        "elcweb/doctrine-encrypt-bundle"     : "dev-master"
    }
}
```

Now tell composer to download the bundle by running the command:

```
$ php composer.phar update 51systems/doctrine-encrypt
$ php composer.phar update elcweb/doctrine-encrypt-bundle
```

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Enable the bundle in the kernel:

```
