gusdecool / encryption-bundle
symfony encryption bundle
Installs: 3 436
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 1
Open Issues: 0
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
Install
composer require gusdecool/encryption-bundle
Add the bundle in AppKernel.php
new Gdc\EncryptionBundle\GdcEncryptionBundle()
add config
gdc_encryption: aes_key: "your-key-here"