Skip to content

tebru/doctrine-encryption-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Doctrine Encryption Bundle

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

Installation

composer require tebru/doctrine-encryption-bundle

Add to AppKernel

new Tebru\DoctrineEncryptionBundle\DoctrineEncryptionBundle(),

Usage

Set the column annotation type to encrypted on your entity property

@ORM\Column(type="encrypted")

About

Adds an encrypted type for doctrine entities

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages