robclancy/laravel4-hashing

Package for when you can't use Bcrypt in Laravel 4.
1,783 30
Install
composer require robclancy/laravel4-hashing
Latest Version:1.0.0
PHP:>=5.3.2
License:DBAD
Last Updated:Feb 28, 2014
Links: GitHub  ·  Packagist
Maintainer: Robbo

Laravel4-Hashing

Package for when you can't use Bcrypt in Laravel 4. This drops the minimum PHP version for Laravel 4 to 5.3.2.

Total Downloads Build Status License

Installation

Download with composer

Add the following to the "require" section of your composer.json file:

	"robclancy/laravel4-hashing": "1.0.x"

Then run composer update like usual.

Add the new service provider

Go into app/config/app.php and find Illuminate\Hashing\HashServiceProvider. Change Illuminate to Robbo. So it will then be Robbo\Hashing\HashServiceProvider.

That's it, you are now using Sha512 hashing and compatible with PHP 5.3.2+

Related Packages

hiro/laravel-hashing

Custom extension of Robert Clancy's laravel 4 hasher replacement, for osu!

344 0
selfsimilar/laravel-d7-password

Laravel package that checks and creates Drupal 7 password hashes

4,680 4
mikemclin/laravel-wp-password

Laravel package that checks and creates WordPress password hashes

3,570,887 86
ksungcaya/phpass-laravel

PHPass Hashing integration to Laravel 5

2,228 3
schuppo/password-strength

This package provides a validator for ensuring strong passwords in Laravel 4 app...

2,754,578 143