From 7f3dbd1500b9461412be6857cc2207f5040858db 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 effc9ce..a30dbc6 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,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.