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

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

About

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

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published