2 Star 4 Fork 1

PHP游戏开发实践/swoft-ddz

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 1.50 KB
一键复制 编辑 原始数据 按行查看 历史
jxy918 提交于 2019-10-30 10:25 . load code
{
"name": "swoft/swoft",
"type": "project",
"keywords": [
"php",
"swoole",
"swoft",
"swoft-game"
],
"description": "Modern High performance AOP and Coroutine PHP Framework",
"license": "Apache-2.0",
"require": {
"php": ">7.1",
"ext-pdo": "*",
"ext-redis": "*",
"ext-json": "*",
"ext-mbstring": "*",
"swoft/db": "~2.0.0",
"swoft/i18n": "~2.0.0",
"swoft/view": "~2.0.0",
"swoft/task": "~2.0.0",
"swoft/redis": "~2.0.0",
"swoft/framework": "~2.0.0",
"swoft/http-server": "~2.0.0",
"swoft/rpc-client": "~2.0.0",
"swoft/rpc-server": "~2.0.0",
"swoft/websocket-server": "~2.0.0",
"swoft/tcp-server": "~2.0.0",
"swoft/process": "^2.0",
"swoft/apollo": "~2.0.0",
"swoft/consul": "~2.0.0",
"swoft/limiter": "~2.0.0",
"swoft/breaker": "~2.0.0",
"swoft/devtool": "~2.0.0",
"php-amqplib/php-amqplib": "^2.9",
"rybakit/msgpack": "^0.5.4"
},
"require-dev": {
"swoft/swoole-ide-helper": "dev-master",
"phpunit/phpunit": "^7.5"
},
"autoload": {
"psr-4": {
"App\\": "app/"
},
"files": [
"app/Helper/Functions.php"
]
},
"autoload-dev": {
"psr-4": {
"AppTest\\Testing\\": "test/testing",
"AppTest\\Unit\\": "test/unit"
}
},
"scripts": {
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
],
"test": "./vendor/bin/phpunit -c phpunit.xml",
"cs-fix": "./vendor/bin/php-cs-fixer fix $1"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/jxy918/swoft-ddz.git
git@gitee.com:jxy918/swoft-ddz.git
jxy918
swoft-ddz
swoft-ddz
master

搜索帮助