Download the PHP package simpleapisecurity/laravel without Composer
On this page you can find all versions of the php package simpleapisecurity/laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download simpleapisecurity/laravel
More information about simpleapisecurity/laravel
Files in simpleapisecurity/laravel
Package laravel
Short Description Laravel bindings for libsodium in the encrypter and hasher
License MIT
Homepage https://github.com/simpleapisecurity/laravel
Informations about the package laravel
Simple API Security for Laravel
This library is meant to be a fairly expansive encryption replacement to Laravel's built in methods. The goals is that by default it will replace the encryption and the hashing mechanisms of Laravel with compatible methods powered by Simple API Security.
How to Install
First thing you need to do is install the components you want to replace in Laravel in your app.cfg
file from your config directory.
Simple API Security Encrypter Install
In app.cfg
replace Illuminate\Encryption\EncryptionServiceProvider::class
with SimpleAPISecurity\Laravel\Providers\EncryptionProvider::class
.
Simple API Security Hasher Install
In app.cfg
replace Illuminate\Hashing\HashServiceProvider::class
with SimpleAPISecurity\Laravel\Providers\HashProvider::class
.
All versions of laravel with dependencies
ext-libsodium Version *
illuminate/contracts Version 5.1.*|5.2.*
illuminate/encryption Version 5.1.*|5.2.*
simpleapisecurity/php Version dev-master