Download the PHP package wmud/hyperf-lib without Composer
On this page you can find all versions of the php package wmud/hyperf-lib. 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 hyperf-lib
安全验证
-
在config.php文件中添加如下配置
-
开启加密后请求和响应内容都应为:
-
ciphertext解释
- 密文使用AES加密
- 加密成功后返回加密使用的初始化向量和密文
-
cipheriv解释
- 使用RSA把AES加密返回的初始化向量加密
-
签名规则
- 把需要签名的数据字典排序
- 使用accessKey=test&key=val拼接模式,在开头拼接AES密钥
- 明确忽略的字段和空字段不参与签名
- 如果开启了数据加密,则签名会使用AES加密一遍拼接后的内容
- 最后使用md5加密,然后把字符串转为大写
All versions of hyperf-lib with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
hyperf/guzzle Version ~3.1.0
hyperf/redis Version ~3.1.0
hyperf/logger Version ~3.1.0
hyperf/config Version ~3.1.0
hyperf/helper Version ~3.1.0
hyperf/validation Version ~3.1.0
hyperf/db-connection Version ~3.1.0
hyperf/http-server Version ~3.1.0
phpoffice/phpspreadsheet Version ^5.0
ext-openssl Version *
hyperf/guzzle Version ~3.1.0
hyperf/redis Version ~3.1.0
hyperf/logger Version ~3.1.0
hyperf/config Version ~3.1.0
hyperf/helper Version ~3.1.0
hyperf/validation Version ~3.1.0
hyperf/db-connection Version ~3.1.0
hyperf/http-server Version ~3.1.0
phpoffice/phpspreadsheet Version ^5.0
ext-openssl Version *
The package wmud/hyperf-lib contains the following files
Loading the files please wait ...