collin-peng/

unique-id

1.0.1 2018-11-07 08:39 UTC

This package is auto-updated.

Last update: 2024-09-07 21:41:17 UTC


README

这个库实现了uuid和对象id(如mongodb对象id)。

Latest Version Software License

安装

使用composer安装。

composer require collin-peng/unique-id

使用方法

use CollinPeng\UniqueId;

$uniqueId = new UniqueId();

// generate object id
$uniqueId->objectId();


// generate uuid
$uniqueId->uuid()

测试

您可以使用以下命令进行测试:

make test

许可证

MIT许可证(MIT)。请参阅许可证文件以获取更多信息。