gusdecool/encryption-bundle

This package is abandoned and no longer maintained. No replacement package was suggested.

symfony encryption bundle

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

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"