codelovers/doctrine-encrypt-bundle

Symfony 2 Bundle for storing encrypted data in a Symfony 2 project, using doctrine ORM or ODM

dev-master 2015-08-05 16:19 UTC

This package is not auto-updated.

Last update: 2024-04-23 00:53:41 UTC


README

Symfony 2 Bundle for storing encrypted data in a Symfony 2 project, using doctrine ORM or ODM. Based on vmelnik/doctrine-encrypt-bundle.

So what's different?

This bundle does not work with listening on doctrine events, but rather it offers a custom type for ORM and MongoDB, called cl_encrypted. Simply use this type for any property you want to encrypt.

CURRENT STATUS

** EXPERIMENTAL!! **