Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/infocyph/uid)
[![]()](https://visitor-badge.laobi.icu/badge?page_id=infocyph.com)

An AIO Unique ID generator written in PHP. Supports,

- UUID (RFC 4122 + Unofficial/Draft)
- ULID (ulid specification)
- Snowflake ID (Twitter Snowflake)
- Sonyflake ID (Snowflake Inspired, ported from Golang)
- TBSL (tbsl spec)
An AIO Unique ID generator written in PHP. Supports (references available at the bottom),

- UUID
- ULID
- Snowflake ID
- Sonyflake ID
- TBSL
- NanoId
- Cuid2

## Table of contents

Expand Down