aeliot/doctrine-encrypted-bundle

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

Installs: 4

Dependents: 0

Suggesters: 3

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 4

Type:symfony-bundle

pkg:composer/aeliot/doctrine-encrypted-bundle

0.1.1 2024-12-29 23:50 UTC

This package is auto-updated.

Last update: 2025-10-04 08:06:54 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