6 Star 26 Fork 0

o0无忧亦无怖 / agileSwoole

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 859 Bytes
一键复制 编辑 原始数据 按行查看 历史
李文龙 提交于 2018-09-19 12:20 . add yaf support
{
"name": "fresh-li/agile-swoole",
"description": "A high-performance PHP development framework (using swoole)",
"keywords": ["swoole","framework","performance","yaf"],
"homepage": "https://github.com/lwl1989/agileSwoole",
"license": "MIT",
"authors": [
{
"name": "Wenlong Li",
"email": "liwenlong0922@163.com",
"homepage": "https://my.oschina.net/lwl1989",
"role": "Sponsor"
}
],
"require-dev": {
"eaglewu/swoole-ide-helper": "dev-master"
},
"require": {
"php": "^7.0",
"psr/container": "^1.0",
"psr/http-message": "^1.0",
"mustangostang/spyc": "*",
"guzzlehttp/guzzle": "^6.3"
},
"autoload": {
"psr-4": {
"Kernel\\": "src/Kernel",
"Component\\":"src/Component"
}
}
}
PHP
1
https://gitee.com/Mars_Lee/agileSwoole.git
git@gitee.com:Mars_Lee/agileSwoole.git
Mars_Lee
agileSwoole
agileSwoole
master

搜索帮助