Download the PHP package lucascardoso-egsys/doctrine-encrypt without Composer
On this page you can find all versions of the php package lucascardoso-egsys/doctrine-encrypt. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download lucascardoso-egsys/doctrine-encrypt
More information about lucascardoso-egsys/doctrine-encrypt
Files in lucascardoso-egsys/doctrine-encrypt
Download lucascardoso-egsys/doctrine-encrypt
More information about lucascardoso-egsys/doctrine-encrypt
Files in lucascardoso-egsys/doctrine-encrypt
Vendor lucascardoso-egsys
Package doctrine-encrypt
Short Description Package encrypts and decrypts Doctrine fields through life cycle events.
License MIT
Package doctrine-encrypt
Short Description Package encrypts and decrypts Doctrine fields through life cycle events.
License MIT
Please rate this library. Is it a good library?
Informations about the package doctrine-encrypt
DoctrineEncrypt
Este repositório foi baseado em:
https://github.com/nepda/doctrine-encrypt
Package encrypts and decrypts Doctrine fields through life cycle events. This version of the Doctrine Encrypt package distinguishes itself with the following features:
- Superior Annotation parsing & caching using Doctrine's built in libraries for superior performance
- Totally transparent field encryption: the value will only be encrypted in the database, never in the value
- Unit testing
Tests
Tests currently run with PHP 7.1, 7.2
Instalação
Adicionar no compose.json:
Manually
Add the event subscriber to your entity manager's event manager. Assuming $em
is your configured entity manager:
Usage
License
This bundle is under the MIT license. See the complete license in the bundle
All versions of doctrine-encrypt with dependencies
PHP Build Version
Package Version
The package lucascardoso-egsys/doctrine-encrypt contains the following files
Loading the files please wait ....