nuxed/uuid

Nuxed Uuid

Maintainers

Details

github.com/nuxed/uuid

Source

Issues

Installs: 32

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Language:Hack

v1.0.0 2019-12-02 05:16 UTC

This package is auto-updated.

Last update: 2024-04-19 08:26:50 UTC


README

45311177?s=200&v=4

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.