tebru/doctrine-encryption-bundle
最新稳定版本:v0.2.0
Composer 安装命令:
composer require tebru/doctrine-encryption-bundle
包简介
Adds an encryption type for Doctrine entities
README 文档
README
Utilizes tebru/aes-encryption and adds a Doctrine type that automatically encrypts and decrypts values in the database.
Installation
composer require tebru/doctrine-encryption-bundle
Add to AppKernel
new Tebru\DoctrineEncryptionBundle\DoctrineEncryptionBundle(),
Usage
Set the column annotation type to encrypted on your entity property
@ORM\Column(type="encrypted")
统计信息
- 总下载量: 172
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-06-29