sbolch/unique-hash

This package is abandoned and no longer maintained. The author suggests using the hidehalo/nanoid-php package instead.

Generates a random unique hash.

Maintainers

Package info

github.com/sbolch/unique-hash

pkg:composer/sbolch/unique-hash

Fund package maintenance!

sbolch

Ko Fi

Buy Me A Coffee

Statistics

Installs: 30

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

v3.1 2022-11-06 21:48 UTC

This package is auto-updated.

Last update: 2026-03-04 16:13:35 UTC


README

Generates a random unique hash.

Installation

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

$ composer require sbolch/unique-hash

This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.

Usage

$hash = \sbolch\UniqueHash\HashGenerator::get();      // random hash with length of 32 characters
$hash = \sbolch\UniqueHash\HashGenerator::get(12);	// random hash with length of 12 characters