UUID Library v1.3.0

Installation Guide

webpatser@dev: ~/uuid/1.3.0 $ cat installation.md

Installation - UUID Library v1.3.0

High-performance PHP UUID library generating UUIDs according to RFC 4122 and RFC 9562 standards. 15% faster than Ramsey UUID.

composer require webpatser/uuid

Requirements

  • PHP 8.2 or higher
  • No additional extensions required
  • Pure PHP implementation

Laravel Integration

Using Laravel?
For tight Laravel integration with automatic model UUIDs, migrations, and optimized features, consider using the Laravel UUID package which includes this library with enhanced Laravel-specific functionality. View Laravel UUID Documentation →

Live Interactive Example

UUID v4 (Random)

3c231ded-33f6-4222-a37f-21eb3f90c7fc

Best for general purpose use

UUID v7 (Timestamp)

019dfb6d-37e8-7006-8815-85d11edff32e

Database-optimized sorting

All UUID Versions (Live Generated)

v1 (Time+MAC)
6dd93060-48ff-11f1-8817-a9c7699973e8
v3 (MD5 Name)
c5e5f349-28ef-3f5a-98d6-0b32ee4d1743
v4 (Random)
7ffe9947-3c51-49ec-adf3-f66e995e2e50
v5 (SHA1 Name)
7cb48787-6d91-5b9f-bc60-f30298ea5736
v6 (Reordered)
6dd931a0-48ff-61f1-8fdb-2b21e86e0f1b
v7 (Timestamp)
019dfb6d-37e8-7017-98a8-60f7482da6b0
v8 (Custom)
b8797985-4b32-8c29-aaed-e00a702c9c68
Nil UUID
00000000-0000-0000-0000-000000000000

Next Steps

Explore the UUID library features and generate different UUID types interactively with the examples above.