simpleapisecurity/laravel

Drop in replacement for the Laravel hash and encryption mechanisms.
1 1
Install
composer require simpleapisecurity/laravel
Latest Version:0.1.0
PHP:>=5.5.9
License:MIT
Last Updated:Mar 6, 2016
Links: GitHub  ·  Packagist
Maintainer: crothers

Simple API Security for Laravel

Build Status Total Downloads Latest Stable Version Latest Unstable Version License Gitter

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.

Related Packages

rinvex/laravel-authy

Rinvex Authy is a simple wrapper for Authy TOTP, the best rated Two-Factor Authe...

77,470 32
spatie/laravel-permission

Permission handling for Laravel 12 and up

105,492,466 12,935
kodeine/laravel-acl

Light-weight role-based permissions for Laravel 5 built in Auth system.

361,293 777
phpzen/laravel-rbac

Role based access control for Laravel 5

3,231 38