Skip to content

Instantly share code, notes, and snippets.

View ranafaraz's full-sized avatar

Rana Faraz ranafaraz

View GitHub Profile
@ranafaraz
ranafaraz / UUID.php
Created December 29, 2020 05:47 — forked from dahnielson/UUID.php
Pure PHP UUID generator
<?php
/**
* UUID class
*
* The following class generates VALID RFC 4122 COMPLIANT
* Universally Unique IDentifiers (UUID) version 3, 4 and 5.
*
* UUIDs generated validates using OSSP UUID Tool, and output
* for named-based UUIDs are exactly the same. This is a pure
* PHP implementation.