vmelnik / doctrine-encrypt-bundle
Symfony 2 bundle which allows to encrypt data in database with some encrypt algorithm
Installs: 72 089
Dependents: 0
Suggesters: 0
Security: 0
Stars: 71
Watchers: 9
Forks: 227
Open Issues: 33
Requires
- php: >=5.3.2
- ext-mcrypt: *
- symfony/framework-bundle: >=2.0
This package is not auto-updated.
Last update: 2024-11-09 13:40:56 UTC
README
#DoctrineEncryptBundle
Bundle allows to create doctrine entities with fields that will be protected with help of some encryption algorithm in database and it will be clearly for developer, because bundle is uses doctrine life cycle events
###Documentation
The bulk of the documentation is stored in the Resources/doc/index.md
file in this bundle
###License
This bundle is under the MIT license. See the complete license in the bundle
###Versions
I'm using Semantic Versioning like described here