hanbitgaram/unique-id

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

Installs: 16

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/hanbitgaram/unique-id

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

This package is auto-updated.

Last update: 2025-12-17 15:20:28 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