hash-kit/utility

Encode / Decode Hash from string

1.2 2019-08-25 04:03 UTC

This package is auto-updated.

Last update: 2024-09-25 06:08:40 UTC


README

website Stars

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.