krytenuk / doctrine-crypt
Laminas module for automatic encrypting/decrypting data in Doctrine entities
                                    Fund package maintenance!
                                                                            
                                                                                                                                        Other
                                                                                    
                                                                
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:module
pkg:composer/krytenuk/doctrine-crypt
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: 2025-10-30 20:53:05 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.