A Hashids bridge for ThinkPHP
github.com/larvatecn/think-hashids
Homepage
Source
Issues
Installs: 23
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
Requires (Dev)
Suggests
None
Provides
Conflicts
Replaces
MIT 74b78ba6a7740720dea9d4487b62b6146546d613
This package is auto-updated.
Last update: 2024-10-24 14:36:18 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');