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
|