10 Star 38 Fork 5

Hprose / hprose-swoole

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 1.30 KB
一键复制 编辑 原始数据 按行查看 历史
Hprose 提交于 2016-12-05 21:11 . Update composer.json
{
"name": "hprose/hprose-swoole",
"type": "library",
"description": "Hprose asynchronous client & standalone server based on swoole",
"keywords": [
"hprose",
"phprpc",
"rpc",
"webservice",
"websocket",
"http",
"ajax",
"json",
"jsonrpc",
"xmlrpc",
"cross-language",
"cross-platform",
"cross-domain",
"html5",
"serialize",
"serialization",
"protocol",
"web",
"service",
"framework",
"library",
"game",
"communication",
"middleware",
"webapi",
"socket",
"tcp",
"async",
"unix",
"future"
],
"homepage": "http://hprose.com/",
"license": "MIT",
"authors": [
{
"name": "Ma Bingyao",
"email": "andot@hprose.com",
"homepage": "http://hprose.com",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.0",
"hprose/hprose": ">=2.0.23",
"ext-swoole": ">=1.8.8",
"ext-hprose": ">=1.6.5"
},
"require-dev": {
"phpunit/phpunit": ">=4.0.0"
},
"autoload": {
"psr-4": {
"Hprose\\Swoole\\": "src/Hprose/Swoole"
}
}
}
PHP
1
https://gitee.com/andot/hprose-swoole.git
git@gitee.com:andot/hprose-swoole.git
andot
hprose-swoole
hprose-swoole
master

搜索帮助