gusdecool / encryption-bundle
此包已被 废弃,不再维护。未建议替代包。
symfony 加密包
2.0.0
2018-06-04 08:34 UTC
Requires
- php: ~7.1
- gusdecool/cryptography: ~2.0
- sensio/framework-extra-bundle: ^5.1
- symfony/orm-pack: ^1.0
This package is not auto-updated.
Last update: 2020-08-21 20:30:05 UTC
README
安装
composer require gusdecool/encryption-bundle
在 AppKernel.php
中添加包
new Gdc\EncryptionBundle\GdcEncryptionBundle()
添加配置
gdc_encryption: aes_key: "your-key-here"