kodus / uuid-v5
简单的 UUID v5 生成器
1.1.0
2022-08-24 10:39 UTC
Requires
- php: >=8.0
Requires (Dev)
This package is auto-updated.
Last update: 2024-08-24 14:49:18 UTC
README
简单静态 UUID v5 生成器和验证器。
使用方法
创建并验证格式化的 UUID v5
use Kodus\Helpers\UUID; $uuid = UUIDv5::create(UUIDv5::NS_URL, "http://example.com/"); // "0a300ee9-f9e4-5697-a51a-efc7fafaba67" assert(UUIDv5::isValid($uuid));
提供了在 RFC4122 附录 C 中定义的预定义命名空间常量。