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
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: 2024-11-19 03:46:21 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!! **