carteni / crypto-bundle

Symmetric-key authenticated encryption in a Symfony 3 application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The aim of MesCryptoBundle is to facilitate symmetric-key authenticated encryption in a Symfony application.

Build Status Scrutinizer Code Quality Build Status Code Coverage SensioLabsInsight Latest Stable Version License

Documentation

The bulk of the documentation is stored in the Resources/doc/index.md file in this bundle:

Read the Documentation for master

Installation

All the installation instructions are located in the documentation.

Unit tests and check code style

$ make
$ make test
$ make cs

License

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

Reporting an issue

Issues are tracked in the Github issue tracker.

Dependencies

defuse/php-encryption
Thanks to Taylor Hornby and Scott Arciszewski as well as numerous open-source contributors.

Enjoy!

♥ ☕ m|e|s

About

Symmetric-key authenticated encryption in a Symfony 3 application.

License:MIT License


Languages

Language:PHP 99.8%Language:Makefile 0.2%