Download the PHP package rodrigonull/doctrine-encrypt without Composer
On this page you can find all versions of the php package rodrigonull/doctrine-encrypt. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rodrigonull/doctrine-encrypt
More information about rodrigonull/doctrine-encrypt
Files in rodrigonull/doctrine-encrypt
Download rodrigonull/doctrine-encrypt
More information about rodrigonull/doctrine-encrypt
Files in rodrigonull/doctrine-encrypt
Vendor rodrigonull
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
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
Installation
Add rodrigonull/doctrine-encrypt
to your Composer manifest.
Configuration
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
Versions
I'm using Semantic Versioning like described here.
All versions of doctrine-encrypt with dependencies
PHP Build Version
Package Version
The package rodrigonull/doctrine-encrypt contains the following files
Loading the files please wait ....