aeliot/doctrine-encrypted-bundle

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

0.1.1 2024-12-29 23:50 UTC

This package is auto-updated.

Last update: 2025-01-04 06:40:51 UTC


README

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