Skip to content
/ uuid Public

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

License

Notifications You must be signed in to change notification settings

nuxed/uuid

Repository files navigation

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.

About

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

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published