aeliot/doctrine-encrypted-bundle
Symfony bundle that adds Doctrine column types for encrypting individual database fields. Install via Composer, configure your key and mappings, and store encrypted values transparently. Notes on DB charset/collation (utf8mb4) for reliable sizing.
The bundle permits to encrypt separate columns of database via Doctrine column types.
Call command line script to install:
composer require aeliot/doctrine-encrypted-bundle
See whole documentation here.
Encrypted data has different size to origin. So, the bundle expects some options of database tables to get for more stable result:
How can I help you explore Laravel packages today?