2017 © Pedro Peláez
 

library hasher

Md5 support in destiny

image

destiny/hasher

Md5 support in destiny

  • Monday, March 20, 2017
  • by DestinyLuo
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

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

This is test Demo

composer require destiny/hasher

添加进 app/config.php 的 providers :, (*2)

\Destiny\Hasher\MD5HasherProvider::class,

使用方法, (*3)

$md5 = app('md5hash');
$md5->make($value, ['salt' => 'string']);
$md5->check($value, $hashValue, ['salt' => 'string']);

The Versions

20/03 2017

dev-master

9999999-dev

Md5 support in destiny

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

The Development Requires

by Luoyan

18/03 2017

1.1

1.1.0.0

Md5 support in destiny

  Sources   Download

MIT

by Luoyan

18/03 2017

1.0

1.0.0.0

Md5 support in destiny

  Sources   Download

MIT

by Luoyan