mukarramishaq/testhash

There is no license information available for the latest version (dev-master) of this package.

This package is for testing purpose only

dev-master 2019-07-12 07:24 UTC

This package is not auto-updated.

Last update: 2025-06-08 09:28:16 UTC


README

Installation

composer require mukarramishaq/testhash

How to use it?

use Mukarramishaq\TestHash\Helpers\TestHash;
...
TestHash::hash($stringToBeHashed)
...