1 Star 0 Fork 124

William_ning/imi

forked from 宇润/imi 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 1.15 KB
一键复制 编辑 原始数据 按行查看 历史
宇润 提交于 2020-07-14 17:18 . 更新
{
"name": "yurunsoft/imi",
"type": "library",
"license": "MulanPSL-1.0",
"description": "imi 是基于 PHP Swoole 的高性能协程应用开发框架,它支持 HttpApi、WebSocket、TCP、UDP、MQTT 服务的开发。",
"require": {
"php": ">=7.1.0",
"ext-swoole": ">=4.3",
"yurunsoft/swoole-co-pool": "^1.1.0",
"yurunsoft/doctrine-annotations": "^1.73.0",
"psr/log": "~1.0",
"psr/container": "~1.0",
"psr/http-message": "~1.0",
"psr/http-server-middleware": "~1.0",
"psr/simple-cache": "~1.0",
"vlucas/phpdotenv": "~2.5"
},
"require-dev": {
"phpunit/phpunit": ">=7"
},
"autoload": {
"psr-4" : {
"Imi\\" : "src/"
},
"files": [
"src/functions.php"
]
},
"autoload-dev": {
"psr-4": {
"Imi\\Test\\": "tests/unit/"
}
},
"prefer-stable": true,
"bin": [
"bin/imi"
],
"scripts": {
"test": "./tests/run",
"install-test": "php --ri swoole && composer install && cd ./tests && composer install && cd ../ && composer test"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/william_ning/IMI.git
git@gitee.com:william_ning/IMI.git
william_ning
IMI
imi
dev

搜索帮助