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
Live Interactive Example
UUID v4 (Random)
91785836-4436-4d42-b67d-ba4ab281335a
Best for general purpose use
UUID v7 (Timestamp)
019d1280-7922-7007-bd48-4d44b85dfc86
Database-optimized sorting
All UUID Versions (Live Generated)
v1 (Time+MAC)
cdfd1d60-2574-11f1-9268-c7db15190c2a
v3 (MD5 Name)
c5e5f349-28ef-3f5a-98d6-0b32ee4d1743
v4 (Random)
cac05db9-53d4-499b-bafc-fa0b0e817f53
v5 (SHA1 Name)
7cb48787-6d91-5b9f-bc60-f30298ea5736
v6 (Reordered)
cdfd1f40-2574-61f1-ae1c-13d95daee590
v7 (Timestamp)
019d1280-7922-701c-8265-044c9d4f800d
v8 (Custom)
456eedc3-0385-8067-954f-6018334ff5ad
Nil UUID
00000000-0000-0000-0000-000000000000
Next Steps
Explore the UUID library features and generate different UUID types interactively with the examples above.