2017 © Pedro Peláez
 

symfony-bundle doctrine-encrypt-bundle

Package encrypts and decrypts Doctrine fields through life cycle events.

image

elcweb/doctrine-encrypt-bundle

Package encrypts and decrypts Doctrine fields through life cycle events.

  • Tuesday, July 21, 2015
  • by estheban
  • Repository
  • 1 Watchers
  • 0 Stars
  • 597 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

DoctrineEncryptBundle

Latest Stable Version Total Downloads, (*1)

Installation

Step 1: Download using composer

{
    "require": {
        "51systems/doctrine-encrypt"         : "*",
        "elcweb/doctrine-encrypt-bundle"     : "dev-master"
    }
}

Now tell composer to download the bundle by running the command:, (*2)

``` bash $ php composer.phar update 51systems/doctrine-encrypt $ php composer.phar update elcweb/doctrine-encrypt-bundle, (*3)


### Step 2: Enable the bundle Enable the bundle in the kernel: ``` php <?php // config/bundles.php return [ // ... Elcweb\DoctrineEncryptBundle\ElcwebDoctrineEncryptBundle::class => ['all' => true], ];

Step 3: Set secret

``` yaml, (*4)

config/packages/doctrine_encryption.yaml

elcweb_doctrine_encrypt: secret_key: SOME_STRING ```, (*5)

License

This bundle is under the MIT license. See the complete license in the bundle:, (*6)

Resources/meta/LICENSE

The Versions

21/07 2015

dev-master

9999999-dev

Package encrypts and decrypts Doctrine fields through life cycle events.

  Sources   Download

MIT

The Requires

 

doctrine encrypt aes256 decrypt

21/07 2015

v0.1.0

0.1.0.0

Package encrypts and decrypts Doctrine fields through life cycle events.

  Sources   Download

MIT

The Requires

 

doctrine encrypt aes256 decrypt