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
Requires
- php: >=5.3.0
- ext-mcrypt: *
- symfony/framework-bundle: >=2.1
Requires (Dev)
- doctrine/doctrine-bundle: ~1.2
- doctrine/mongodb-odm: 1.0.*@dev
- doctrine/mongodb-odm-bundle: 3.0.*@dev
- doctrine/orm: ~2.2,>=2.2.3
Suggests
- doctrine/doctrine-bundle: For usage with doctrine ORM
- doctrine/mongodb-odm: For usage with doctrine mongodb ODM
- doctrine/mongodb-odm-bundle: For usage with doctrine mongodb ODM
- doctrine/orm: For usage with doctrine ORM
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!! **