library doctrine-encryption-bundle
Adds an encryption type for Doctrine entities
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
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")
dev-master
9999999-dev
Adds an encryption type for Doctrine entities
Sources
Download
MIT
The Requires
by
Nate Brunette
v0.2.0
0.2.0.0
Adds an encryption type for Doctrine entities
Sources
Download
MIT
The Requires
by
Nate Brunette
v0.1.2
0.1.2.0
Adds an encryption type for Doctrine entities
Sources
Download
MIT
The Requires
by
Nate Brunette
v0.1.1
0.1.1.0
Adds an encryption type for Doctrine entities
Sources
Download
MIT
The Requires
by
Nate Brunette
v0.1.0
0.1.0.0
Adds an encryption type for Doctrine entities
Sources
Download
MIT
The Requires
by
Nate Brunette