2017 © Pedro Peláez
 

library md5hasher

f4cklangzi test package

image

f4cklangzi/md5hasher

f4cklangzi test package

  • Wednesday, April 11, 2018
  • by f4cklangzi
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

md5hasher

v1.0, (*1)

Build Status Scrutinizer Code Quality Code Coverage Code Intelligence Status, (*2)

Installation

Install via composer - edit your composer.json to require the package., (*3)

"require": {
    "f4cklangzi/md5hasher": "^1.0"
}

Then run composer update in your terminal to pull it in., (*4)

Once this has finished, you will need to add the service provider to the providers array in your app.php config as follows:, (*5)

'Laravist\Hasher\MD5HasherProvider::class'

Next, also in the app.php config file, under the aliases array, you may want to add the MD5HasherFacade facade., (*6)

'MD5Hasher' => \App\Http\Facades\MD5HasherFacade::class'

License

The MIT License (MIT), (*7)

The Versions

11/04 2018

dev-master

9999999-dev

f4cklangzi test package

  Sources   Download

MIT

The Development Requires

10/04 2018

1.0.2

1.0.2.0

f4cklangzi test package

  Sources   Download

MIT

The Development Requires

10/04 2018

1.0.1

1.0.1.0

f4cklangzi test package

  Sources   Download

MIT

10/04 2018

1.0

1.0.0.0

f4cklangzi test package

  Sources   Download

MIT