2017 © Pedro Peláez
 

library laravel

Drop in replacement for the Laravel hash and encryption mechanisms.

image

simpleapisecurity/laravel

Drop in replacement for the Laravel hash and encryption mechanisms.

  • Sunday, March 6, 2016
  • by crothers
  • Repository
  • 1 Watchers
  • 1 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Simple API Security for Laravel

Build Status Total Downloads Latest Stable Version Latest Unstable Version License Gitter, (*1)

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., (*2)

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., (*3)

Simple API Security Encrypter Install

In app.cfg replace Illuminate\Encryption\EncryptionServiceProvider::class with SimpleAPISecurity\Laravel\Providers\EncryptionProvider::class., (*4)

Simple API Security Hasher Install

In app.cfg replace Illuminate\Hashing\HashServiceProvider::class with SimpleAPISecurity\Laravel\Providers\HashProvider::class., (*5)

The Versions

06/03 2016

dev-master

9999999-dev https://github.com/simpleapisecurity/laravel

Drop in replacement for the Laravel hash and encryption mechanisms.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel security encryption libsodium sodium

06/03 2016

0.1.0

0.1.0.0 https://github.com/simpleapisecurity/laravel

Laravel bindings for libsodium in the encrypter and hasher

  Sources   Download

MIT

The Requires

 

The Development Requires