Skip to content

Doctrine Encrypted bundle permits to encrypt/decrypt separate columns of database via Doctrine column types.

License

Notifications You must be signed in to change notification settings

Aeliot-Tm/doctrine-encrypted-bundle

Repository files navigation

Doctrine Encrypted Bundle

WFS Code Climate maintainability GitHub License

The bundle permits to encrypt separate columns of database via Doctrine column types.

Installation

Call command line script to install:

composer require aeliot/doctrine-encrypted-bundle

See whole documentation here.

Database options

Encrypted data has different size to origin. So, the bundle expects some options of database tables to get for more stable result:

  • charset: utf8mb4
  • collation: utf8mb4_unicode_ci