PHP Classes

File: docs/index.rst

Recommend this page to a friend!
  Packages of A. B. M. Mahmudul Hasan   UID (UUID, ULID, Snowflake, Sonyflake, Nano, CUID, KSUID, XID, TBSL)   docs/index.rst   Download  
File: docs/index.rst
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: UID (UUID, ULID, Snowflake, Sonyflake, Nano, CUID, KSUID, XID, TBSL)
Generate, parse, validate unique identifiers
Author: By
Last change:
Date: 8 days ago
Size: 717 bytes
 

Contents

Class file image Download
UID Documentation ================= UID is an all-in-one ID toolkit for PHP with generation, parsing, validation, and conversion APIs. It supports: - UUID (v1, v3, v4, v5, v6, v7, v8) - ULID - Snowflake - Sonyflake - TBSL - NanoID and CUID2 - KSUID and XID - Opaque and deterministic IDs .. toctree:: :maxdepth: 2 :caption: Getting Started installation quickstart id-facade .. toctree:: :maxdepth: 2 :caption: Generators uuid ulid snowflake sonyflake tbsl random-ids .. toctree:: :maxdepth: 2 :caption: Advanced sequence-providers base-encoding value-objects helpers db-storage compatibility framework-integration exceptions references