UUID generation for PHP without all the Composer fuss.
Find a file
2024-08-01 23:43:31 +01:00
LICENCE Add shtuff 2024-08-01 12:02:15 +01:00
README.md add support for a load of UUID versions 2024-08-01 23:43:31 +01:00
uuid.php some other UUIDs 2024-08-01 23:41:55 +01:00

VanillaUUID

UUID generation in PHP without the Composer fuss. This is a small library for generating UUIDs without having to use a PHP package manager like Composer, it's easy to use and integrates without any fuss.

Supported UUIDs

  • UUIDv3
  • UUIDv4
  • UUIDv5
  • UUIDv7
  • UUIDv8 (arbitrary binary data)
  • custom SHA-256 UUID (similar to UUIDv3/5)