krytenuk / doctrine-crypt
Laminas module for automatic encrypting/decrypting data in Doctrine entities
Fund package maintenance!
Other
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:module
Requires
- php: ^8.0
- ext-gettext: *
- ext-openssl: *
- doctrine/doctrine-orm-module: ^4.1 || ^5.1
- laminas/laminas-crypt: ^3.6
- laminas/laminas-eventmanager: ^3.4
- laminas/laminas-hydrator: ^4.13
- laminas/laminas-modulemanager: ^2.11
- laminas/laminas-stdlib: ^3.6
- symfony/console: ^5.4 || ^6.0
This package is auto-updated.
Last update: 2024-12-12 21:37:36 UTC
README
Docs available online.
Laminas Doctrine database record encryption/decryption module.
This module automates the process of encrypting and decrypting data to you database. You can easily keep your sensitive data more secure, especially in the event your database falls into the wrong hands.
This module requires Doctrine Module and uses Doctrine ORM.