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)

30c2b80a-9695-4348-8a27-40a2e07fd01a

Best for general purpose use

UUID v7 (Timestamp)

019a31a7-c0fb-7006-8cce-c4c7e6a9db0b

Database-optimized sorting

All UUID Versions (Live Generated)

v1 (Time+MAC)
bc63a5f0-b505-11f0-8128-03ef0062a0e4
v3 (MD5 Name)
c5e5f349-28ef-3f5a-98d6-0b32ee4d1743
v4 (Random)
cd628d55-601c-4396-88ed-a6beb78df259
v5 (SHA1 Name)
7cb48787-6d91-5b9f-bc60-f30298ea5736
v6 (Reordered)
bc63a7e0-b505-61f0-97f4-e3e6b4195662
v7 (Timestamp)
019a31a7-c0fb-7014-96bf-5afa018a1cc7
v8 (Custom)
9686622c-ad67-8f2d-a8a5-61ea5bb96973
Nil UUID
00000000-0000-0000-0000-000000000000

Next Steps

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