Skip to content

Instantly share code, notes, and snippets.

View erayd's full-sized avatar

Erayd erayd

  • Erayd LTD
  • New Zealand
View GitHub Profile

Keybase proof

I hereby claim:

  • I am erayd on github.
  • I am erayd (https://keybase.io/erayd) on keybase.
  • I have a public key whose fingerprint is 88FF 14D6 294A F403 6B7F 00FF 676A 3C09 E2E4 7A72

To claim this, I am signing this object:

@erayd
erayd / UUID.php
Created June 11, 2012 00:58 — forked from dahnielson/UUID.php
Pure PHP UUID generator
<?php
/**
* UUID class
*
* The following class generates VALID RFC 4211 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.