ThinkPHP 的 Hashids 桥接器
github.com/larvatecn/think-hashids
主页
源代码
问题
安装: 21
依赖者: 1
建议者: 0
安全性: 0
星标: 0
关注者: 1
分支: 0
开放问题: 0
Requires
Requires (Dev)
Suggests
None
Provides
Conflicts
Replaces
MIT 74b78ba6a7740720dea9d4487b62b6146546d613
This package is auto-updated.
Last update: 2024-09-24 14:16:28 UTC
适用于 ThinkPHP 6 的 HashID 扩展。
composer require larva/think-hashids -vv
配置 'config/hashids.php' 即可。
\Larva\Hashids\Facades\Hashids::encode('abv'); \Larva\Hashids\Facades\Hashids::decode('abv');