hanbitgaram/unique-id

Generates a unique, non-overlapping 14-character ID that is URL-safe.

v1.0.4 2024-12-17 13:17 UTC

This package is auto-updated.

Last update: 2025-06-17 14:23:58 UTC


README

Description

Generates a unique, non-overlapping 14+ character ID that is URL-safe.

Installation

composer require hanbitgaram/unique-id
composer.phar require hanbitgaram/unique-id

Usage

<?php
use Hanbitgaram\UniqueId\UniqueId;

$uniqId = new UniqueId();
echo $uniqId->generate(); // e.g. USQEnxIRF65H1w