Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/firmaprofesional/doctrineencryptbundle
Symfony2 bundle allows for the encrypting fields marked with annotations using Doctrine. Supports SQL(orm) and MongoDB(odm).
https://github.com/firmaprofesional/doctrineencryptbundle
doctrine encrypt openssl orm php symfony-bundle symfony3
Last synced: about 2 months ago
JSON representation
Symfony2 bundle allows for the encrypting fields marked with annotations using Doctrine. Supports SQL(orm) and MongoDB(odm).
- Host: GitHub
- URL: https://github.com/firmaprofesional/doctrineencryptbundle
- Owner: firmaprofesional
- License: mit
- Fork: true (vmelnik-ukraine/DoctrineEncryptBundle)
- Created: 2018-09-25T08:47:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-04T06:44:40.000Z (over 2 years ago)
- Last Synced: 2024-09-29T16:02:17.083Z (about 2 months ago)
- Topics: doctrine, encrypt, openssl, orm, php, symfony-bundle, symfony3
- Language: PHP
- Homepage:
- Size: 112 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
#DoctrineEncryptBundle
Bundle allows to create doctrine entities with fields that will be protected with
help of some encryption algorithm in database and it will be clearly for developer, because bundle is uses doctrine life cycle events###Documentation
The bulk of the documentation is stored in the `Resources/doc/index.md` file in this bundle
The package was originally created by Victor Melnik (@vmelnik-ukraine) and forked by Westin Pigott(@westinpigott).
This is a fork of the latest.Our goals with this fork are:
* Replace mcrypt with openssl encryption
* Fix problems with Symfony 3.4The following documents are available:
* [Configuration reference](https://github.com/firmaprofesional/DoctrineEncryptBundle/blob/master/Resources/doc/configuration_reference.md)
* [Installation](https://github.com/firmaprofesional/DoctrineEncryptBundle/blob/master/Resources/doc/installation.md)
* [Example of usage](https://github.com/firmaprofesional/DoctrineEncryptBundle/blob/master/Resources/doc/example_of_usage.md)###License
This bundle is under the MIT license. See the complete license in the bundle
###Versions
I'm using Semantic Versioning like described [here](http://semver.org)