Download the PHP package wen-gg/webman-api-sign without Composer
On this page you can find all versions of the php package wen-gg/webman-api-sign. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package webman-api-sign
webman-api-sign
适用于webman的api签名
安装
composer require wen-gg/webman-api-sign
配置
签名计算
注意:签名数据除业务参数外需加上app_key,timestamp,noncestr对应的字段数据
- 签名数据先按照键名升序排序
- 使用 & 链接签名数组(参数不转义,空数据不参与加密),再在尾部加上app_secret
- 再根据配置的加密方式 hash() 签名数据
示例
排序前
排序后
链接后
加密
All versions of webman-api-sign with dependencies
PHP Build Version
Package Version
Requires
workerman/webman-framework Version
*
The package wen-gg/webman-api-sign contains the following files
Loading the files please wait ....