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

ActiveLibrary

epsoftware/doctrine-odm-encrypt
===============================

Package encrypts and decrypts Doctrine fields through life cycle events.

v1.0.0(7y ago)0181MITPHPPHP ^7.0

Since Dec 13Pushed 7y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (1)

[DoctrineEncrypt](https://github.com/evertondepaula/doctrine-odm-encrypt)
=========================================================================

[](#doctrineencrypt)

Package encrypts and decrypts Doctrine fields through life cycle events. This version of the Doctrine Encrypt package distinguishes itself with the following features:

- Superior Annotation parsing &amp; caching using Doctrine's built in libraries for superior performance
- Totally transparent field encryption: the value will only be encrypted in the database, never in the value
- Unit testing

Integrations
------------

[](#integrations)

The package supports the following integrations:

- Laravel

Upgrading
---------

[](#upgrading)

If you're upgrading from a previous version you can find some help with that in [the upgrading guide](UPGRADING.md).

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

[](#installation)

```
composer require 51systems/doctrine-encrypt
```

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

[](#configuration)

### Laravel

[](#laravel)

Add the subscriber in the `boot` method of a service provider.

```
