codelovers/doctrine-encrypt-bundle

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

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 2

Open Issues: 0

pkg:composer/codelovers/doctrine-encrypt-bundle

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

This package is not auto-updated.

Last update: 2025-10-21 08:37:59 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!! **