PHPackages                             reprovinci/doctrine-encrypt - 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. reprovinci/doctrine-encrypt

ActiveLibrary[Database &amp; ORM](/categories/database)

reprovinci/doctrine-encrypt
===========================

Package encrypts and decrypts Doctrine fields through life cycle events.

v3.0.5(8y ago)95.1k4[3 issues](https://github.com/reprovinci/doctrine-encrypt/issues)1MITPHPPHP &gt;=5.3.2

Since Nov 14Pushed 8y ago9 watchersCompare

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

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

DoctrineEncrypt
===============

[](#doctrineencrypt)

Package encrypts and decrypts Doctrine fields through life cycle events.

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

[](#installation)

Add `reprovinci/doctrine-encrypt` to your Composer manifest.

```
{
    "require": {
        "reprovinci/doctrine-encrypt": "~3.0"
    }
}
```

Configuration
-------------

[](#configuration)

Add the event subscriber to your entity manager's event manager. Assuming `$em` is your configured entity manager:

```
