Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.2 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.2 KB

Build Status Total Downloads Latest Stable Version License

Nuxed Uuid

The Nuxed Uuid component provides a simple functional API for generating UUIDs.

Installation

This package can be installed with Composer.

$ composer require nuxed/uuid

Example

use namespace Nuxed\Uuid;

<<__EntryPoint>>
async function main(): Awaitable<void> {
  $uuid = Uuid\generate(Uuid\Type::Time);
}

Security

For information on reporting security vulnerabilities in Nuxed, see SECURITY.md.


License

Nuxed is open-sourced software licensed under the MIT-licensed.