Added Laravel Package using libsodium (#39)

* Added Laravel Package using libsodium

* Sorted libsodium-laravel Item alphabetically.
pull/46/head
DavidLamabuer 7 years ago committed by sobolevn
parent e3ab895552
commit 3cf29e8c5f
No known key found for this signature in database
GPG Key ID: FF672D568AE3C73E

@ -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.

Loading…
Cancel
Save