1 Star 0 Fork 0

仰望与星云/qingya-yii2rpc-client

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 554 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"name": "qingya/yii2rpc-client",
"description": "基于hprose封装的yii2的rpc客户端",
"authors": [
{
"name": "gaoguang",
"email": "guang0911@foxmail.com"
}
],
"autoload": {
"psr-4": {
"QingYa\\Yii2RpcClient\\": "./src/"
}
},
"license": "MIT",
"repositories": [
{
"type": "composer",
"url": "https://mirrors.aliyun.com/composer/"
}
],
"require": {
"php": ">=7.1",
"ext-json": "*",
"ext-zlib": "*",
"hprose/hprose": "^2.0",
"qingya/helper": "^1.0"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/phpwk/qingya-yii2rpc-client.git
git@gitee.com:phpwk/qingya-yii2rpc-client.git
phpwk
qingya-yii2rpc-client
qingya-yii2rpc-client
master

搜索帮助