- Download DoctrineEncryptBundle using composer
- Enable the database encryption bundle
- Configure the database encryption bundle
- PHP ^8.1
- Comes with package: Halite ^4.6 || ^5.0
- doctrine/orm ^2.12 || ^3.3
DoctrineEncryptBundle should be installed using Composer:
php composer.phar require "doctrineencryptbundle/doctrine-encrypt-bundle:^6.0"Composer will install the bundle to your project's vendor/doctrineencryptbundle directory.
Enable the bundle manually, if not using Symfony flex, in Symfony by adding it in your config/bundles.php file's return statement:
Ambta\DoctrineEncryptBundle\AmbtaDoctrineEncryptBundle::class => ['all' => true]All configuration value's are optional. On the following page you can find the configuration information.