uuid
用于生成 UUID 的库。
最后更新时间:2023-12-28
字符串

安装

composer require ramsey/uuid

使用

use Ramsey\Uuid\Uuid;

$uuid = Uuid::uuid4();
echo $uuid->toString();