library doctrine-encrypt-bundle
Symfony 2 Bundle for storing encrypted data in a Symfony 2 project, using doctrine ORM or ODM
codelovers/doctrine-encrypt-bundle
Symfony 2 Bundle for storing encrypted data in a Symfony 2 project, using doctrine ORM or ODM
- Wednesday, August 5, 2015
- by CodeLoversAt
- Repository
- 2 Watchers
- 1 Stars
- 7 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 3 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
DoctrineEncryptBundle
Symfony 2 Bundle for storing encrypted data in a Symfony 2 project, using doctrine ORM or ODM. Based on vmelnik/doctrine-encrypt-bundle., (*1)
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., (*2)
CURRENT STATUS
** EXPERIMENTAL!! **, (*3)
dev-master
9999999-dev
Symfony 2 Bundle for storing encrypted data in a Symfony 2 project, using doctrine ORM or ODM
Sources
Download
MIT
The Requires
The Development Requires
by
Daniel Holzmann