coka / doctrine-secret-type
Custom Doctrine type that encrypted column value with openssl.
1.3.0
2022-09-03 15:00 UTC
Requires
- php: >=7.4
- doctrine/dbal: ^2.9 || ^3.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3
- symfony/phpunit-bridge: ^4.4 || ^5.4
README
The coka/doctrine-secret-type package provides the ability to use custom Doctrine type that encrypted column value with openssl.
Latest updates
For notes about latest changes please read CHANGELOG, for required changes in your code please read UPGRADE chapter of documentation.
Documentation
Read the docs/index.md.
Installation
All the installation instructions are located in the documentation.
Original Credits
- Baidai Cedrick Oka as main author.
Copyright and License
This library is copyright © Baidai Cedrick Oka https://github.com/CedrickOka and under the MIT license. See the complete license in the library.