2017 © Pedro Peláez
 

library doctrine-encryption-bundle

Adds an encryption type for Doctrine entities

image

tebru/doctrine-encryption-bundle

Adds an encryption type for Doctrine entities

  • Saturday, July 18, 2015
  • by natebrunette
  • Repository
  • 1 Watchers
  • 0 Stars
  • 169 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Doctrine Encryption Bundle

Utilizes tebru/aes-encryption and adds a Doctrine type that automatically encrypts and decrypts values in the database., (*1)

Installation

composer require tebru/doctrine-encryption-bundle

Add to AppKernel, (*2)

new Tebru\DoctrineEncryptionBundle\DoctrineEncryptionBundle(),

Usage

Set the column annotation type to encrypted on your entity property, (*3)

@ORM\Column(type="encrypted")

The Versions

18/07 2015

dev-master

9999999-dev

Adds an encryption type for Doctrine entities

  Sources   Download

MIT

The Requires

 

by Nate Brunette

18/07 2015

v0.2.0

0.2.0.0

Adds an encryption type for Doctrine entities

  Sources   Download

MIT

The Requires

 

by Nate Brunette

13/07 2015

v0.1.2

0.1.2.0

Adds an encryption type for Doctrine entities

  Sources   Download

MIT

The Requires

 

by Nate Brunette

09/07 2015

v0.1.1

0.1.1.0

Adds an encryption type for Doctrine entities

  Sources   Download

MIT

The Requires

 

by Nate Brunette

30/06 2015

v0.1.0

0.1.0.0

Adds an encryption type for Doctrine entities

  Sources   Download

MIT

The Requires

 

by Nate Brunette