lum/lum-uuid

Lum UUID generators

Installs: 19

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/lum/lum-uuid

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

This package is auto-updated.

Last update: 2025-10-16 08:01:31 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