Skip to content

Symfony2 bundle allows for the encrypting fields marked with annotations using Doctrine. Supports SQL(orm) and MongoDB(odm).

License

Notifications You must be signed in to change notification settings

vguardiola/DoctrineEncryptBundle

 
 

Repository files navigation

#DoctrineEncryptBundle

This fork is a merge between some other forks of the original.

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
  • Update to Symfony 5.2
  • Clean up code

The following documents are available:

###License

This bundle is under the MIT license. See the complete license in the bundle

###Versions

I'm using Semantic Versioning like described here

About

Symfony2 bundle allows for the encrypting fields marked with annotations using Doctrine. Supports SQL(orm) and MongoDB(odm).

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%