hash-kit/utility

Encode / Decode Hash from string

Installs: 12

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/hash-kit/utility

1.2 2019-08-25 04:03 UTC

This package is auto-updated.

Last update: 2025-12-25 08:59:04 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.