nuxed / uuid
This package is abandoned and no longer maintained.
No replacement package was suggested.
Nuxed Uuid
v1.0.0
2019-12-02 05:16 UTC
Requires
- hhvm: ^4.25
- hhvm/hsl: ^4.25
- nuxed/crypto: ^1.0
Requires (Dev)
- facebook/fbexpect: ^2.7
- hhvm/hacktest: ^2.0
- hhvm/hhast: ^4.25
This package is auto-updated.
Last update: 2025-08-19 11:18:33 UTC
README
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.