项目作者: mohammad1ta
项目描述 :
Hash Encode - Decode package
高级语言: PHP
项目地址: git://github.com/mohammad1ta/hashkit.git
Hashkit
Hash Encode - Decode package
Installation
Get encode package by composer:
composer require hash-kit/utility
Usage
First, use method in your class:
use Hashkit\Utility\Utility;
Then use by calling encode method:
$hash = Utility::encode( $string );
In above method, $string is optional.