aeliot/doctrine-encrypted-bundle

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

Maintainers

Package info

github.com/Aeliot-Tm/doctrine-encrypted-bundle

Type:symfony-bundle

pkg:composer/aeliot/doctrine-encrypted-bundle

Statistics

Installs: 4

Dependents: 0

Suggesters: 3

Stars: 1

Open Issues: 4

0.1.1 2024-12-29 23:50 UTC

This package is auto-updated.

Last update: 2026-03-04 09:02:12 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