项目作者: mohammad1ta

项目描述 :
Hash Encode - Decode package
高级语言: PHP
项目地址: git://github.com/mohammad1ta/hashkit.git
创建时间: 2019-08-24T13:15:22Z
项目社区:https://github.com/mohammad1ta/hashkit

开源协议:

下载


Hashkit

Hash Encode - Decode package

Installation

Get encode package by composer:

  1. composer require hash-kit/utility

Usage

First, use method in your class:

  1. use Hashkit\Utility\Utility;

Then use by calling encode method:

  1. $hash = Utility::encode( $string );

In above method, $string is optional.