lum/lum-uuid

Lum UUID generators

v2.0.0 2021-12-15 23:46 UTC

This package is auto-updated.

Last update: 2024-04-16 04:41:44 UTC


README

Summary

UUID generation methods.

Classes

Class Description
Lum\UUID A class with UUID methods.

Methods

All of the methods are static, and should be called as such.

Method Description
Lum\UUID::v3($ns,$name) Generate a version 3 UUID.
Lum\UUID::v4() Generate a version 4 UUID.
Lum\UUID::v5($ns,$name) Generate a version 5 UUID.
Lum\UUID::is_valid($uuid) Is the string a valid UUID?

Official URLs

This library can be found in two places:

Authors

  • Andrew Moors
  • Timothy Totten

License

MIT