shapecode / nya-doctrine-encrypt-bundle
Not Yet Another Doctrine Encryption Bundle -.- Encrypt symfony entity's by verified and standardized libraries.
Fund package maintenance!
Liberapay
paypal.me/nloges
Installs: 4 536
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 1
Open Issues: 3
Type:symfony-bundle
Requires
- php: ~7.2
- doctrine/common: ~2.7
- doctrine/doctrine-bundle: ~1.9
- doctrine/orm: ^2.5
- paragonie/halite: ^4.5
- symfony/config: ~3.4|~4.0
- symfony/console: ~3.4|~4.0
- symfony/dependency-injection: ~3.4|~4.0
- symfony/filesystem: ~3.4|~4.0
- symfony/framework-bundle: ~3.4|~4.0
- symfony/http-kernel: ~3.4|~4.0
- symfony/property-access: ~3.4|~4.0
This package is auto-updated.
Last update: 2023-12-03 12:19:46 UTC
README
This is an fork from the original bundle created by michaeldegroot which can be found here: michaeldegroot/DoctrineEncryptBundle
Using Halite
You will need to require Halite yourself
composer require paragonie/halite
// config.yml shapecode_doctrine_encrypt: encryptor: halite