2017 © Pedro Peláez
 

library hasher

MD5 support in laravel

image

arun/hasher

MD5 support in laravel

  • Sunday, May 21, 2017
  • by ArunFung
  • Repository
  • 1 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 17 % Grown

The README.md

Build Status Scrutinizer Code Quality Code Coverage Build Status, (*1)

开发 Laravel 扩展 测试

用法

composer require arunfung/hasher

或者在你的 composer.json 的 require 部分中添加:, (*2)

 "arunfung/hasher": "~0.1"

下载完毕之后,直接配置 app/config.phpproviders:, (*3)

//Illuminate\Hashing\HashServiceProvider::class,
\ArunFung\Hasher\MD5HasherProvider::class,

The Versions

21/05 2017

dev-master

9999999-dev

MD5 support in laravel

  Sources   Download

MIT

The Development Requires

by arun

21/05 2017

v0.1

0.1.0.0

MD5 support in laravel

  Sources   Download

MIT

by arun