gusdecool/encryption-bundle

此包已被 废弃,不再维护。未建议替代包。

symfony 加密包

2.0.0 2018-06-04 08:34 UTC

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"