Search by

hash-kit / utility

Mohammad_1ta

Encode / Decode Hash from string

Package info

github.com/mohammad1ta/hashkit

pkg:composer/hash-kit/utility

Statistics

Installs: 12

Dependents: 0

Suggesters: 0

Stars: 4

Open Issues: 0

1.2 2019-08-25 04:03 UTC

This package is auto-updated.

Last update: 2026-08-25 10:19:46 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.