Download the PHP package themismin/laravel-sign without Composer
On this page you can find all versions of the php package themismin/laravel-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 laravel-sign
laravel-sign
Laravel sign 接口加密验证扩展包
安装
配置
laravel-sign.php 修改配置文件参数
加密方式
- 请求参数按key排序
- 拼接所有请求参数 $k1 + $v1 + $k2 + $v2 + SIGN_KEY
- 对拼接对参数进行MD5加密,sign
- 验证sign参数是否一致
All versions of laravel-sign with dependencies
PHP Build Version
Package Version
Requires
themismin/laravel-api Version
^1.1
The package themismin/laravel-sign contains the following files
Loading the files please wait ....