From 3cf29e8c5f1510eb32be3ced06a0ead7af8e9a21 Mon Sep 17 00:00:00 2001 From: DavidLamabuer Date: Sat, 18 Feb 2017 18:04:00 +0100 Subject: [PATCH] Added Laravel Package using libsodium (#39) * Added Laravel Package using libsodium * Sorted libsodium-laravel Item alphabetically. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5d7b8f7..3175005 100644 --- a/README.md +++ b/README.md @@ -272,6 +272,7 @@ encryption library providing MD5, SHA1, SHA2 hashing and HMAC functionality, as ### PHP - [halite](https://paragonie.com/project/halite) - Simple library for encryption using `libsodium`. +- [libsodium-laravel](https://github.com/scrothers/libsodium-laravel) - Laravel Package Abstraction using `libsodium`. - [PHP Encryption](https://github.com/defuse/php-encryption) - Library for encrypting data with a key or password in PHP. - [TCrypto](https://github.com/timoh6/TCrypto) - TCrypto is a simple and flexible PHP 5.3+ in-memory key-value storage library.