3slab/converter-tools
Composer 安装命令:
composer require 3slab/converter-tools
包简介
converter tools for project
README 文档
README
ShortUUID
Based and converted from 'short-uuid' javascript library (https://www.npmjs.com/package/short-uuid).
You can see this url for original Javascript code : https://github.com/oculus42/short-uuid/blob/bdd83c4a6cae19387796ec1e8fdf36129b819b50/index.js
This PHP library can be used with the npm lib 'short-uuid' to transfert some UUID information between backend and frontend.
usage
use SuezSmartSolution\ConverterTools\ShortUUID; ... $uuid = '18a1bbcb-23ad-40b5-9a1d-1f80baa41890'; $uuidConvert = new ShortUUID(); $shortenUUID = $uuidConvert->fromUUID($uuid) ... $backUuid = $convert->toUUID($shortenUUID);
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-12-16