| Package Data | |
|---|---|
| Maintainer Username: | Robbo |
| Maintainer Contact: | mail@robertclancy.net (Robbo) |
| Package Create Date: | 2013-05-27 |
| Package Last Update: | 2014-02-28 |
| Language: | PHP |
| License: | DBAD |
| Last Refreshed: | 2025-11-02 03:00:54 |
| Package Statistics | |
|---|---|
| Total Downloads: | 1,783 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 30 |
| Total Watchers: | 1 |
| Total Forks: | 11 |
| Total Open Issues: | 1 |
Package for when you can't use Bcrypt in Laravel 4. This drops the minimum PHP version for Laravel 4 to 5.3.2.
Add the following to the "require" section of your composer.json file:
"robclancy/laravel4-hashing": "1.0.x"
Then run composer update like usual.
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+