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)

ffd3374c-8742-4736-9f88-103c2d484e73

Best for general purpose use

UUID v7 (Timestamp)

019ee690-31e2-700d-a065-2b79133e9767

Database-optimized sorting

All UUID Versions (Live Generated)

v1 (Time+MAC)
741dd7f0-6ce0-11f1-b36f-97d86d95f89d
v3 (MD5 Name)
c5e5f349-28ef-3f5a-98d6-0b32ee4d1743
v4 (Random)
548192ca-186d-4fd5-afac-5fa5b714e3a6
v5 (SHA1 Name)
7cb48787-6d91-5b9f-bc60-f30298ea5736
v6 (Reordered)
741dd930-6ce0-61f1-a1fe-2d38cbedadf1
v7 (Timestamp)
019ee690-31e2-7013-acd3-0a2e853409f5
v8 (Custom)
4e08bc38-d653-8451-b262-e2ef9a0e56b8
Nil UUID
00000000-0000-0000-0000-000000000000

Next Steps

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