| Package Data | |
|---|---|
| Maintainer Username: | unamatasanatarai |
| Maintainer Contact: | unamatasanatarai@gmail.com (Unamata Sanatarai) |
| Package Create Date: | 2017-03-02 |
| Package Last Update: | 2017-03-31 |
| Home Page: | |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-10-30 03:09:55 |
| Package Statistics | |
|---|---|
| Total Downloads: | 30 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
==== Feel free to set your own pepper
app('hash')->setPepper(16-bytes);
====
add this to config/app providers (or replace the current HashServiceProvider):
Unamatasanatarai\Hashing\DropboxHashServiceProvider::class
Everything else works as it used to.
"require": {
"unamatasanatarai/dropbox-hasher": "dev-master"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/unamatasanatarai/dropbox-hasher.git"
}
],