当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
1 Star 0 Fork 52

izqiming / SMProxy
暂停

forked from louislivi / SMProxy 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 1.31 KB
一键复制 编辑 原始数据 按行查看 历史
louislivi 提交于 2020-01-11 15:30 . Fix repeat set start conns
{
"name": "louislivi/smproxy",
"description": "A MySQL database connection pool based on MySQL protocol and Swoole.",
"type": "project",
"keywords": ["smproxy", "mysql", "pool", "connection", "database", "swoole"],
"homepage": "https://github.com/louislivi/smproxy",
"license": "MIT",
"authors": [
{
"name": "louislivi",
"email": "574747417@qq.com"
}
],
"require": {
"php": "^7.0",
"psr/log": "~1.0",
"ext-swoole": "^2.1.3||^4.0",
"ext-json": "*",
"ext-openssl": "*",
"ext-mbstring": "*"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "2.15.0",
"squizlabs/php_codesniffer": "3.4.2",
"humbug/box": "^2.7.5||^3.3",
"eaglewu/swoole-ide-helper": "dev-master"
},
"conflict": {
"ext-xdebug": "*"
},
"autoload": {
"psr-4": {
"SMProxy\\": "src/"
},
"files": [
"src/Helper/functions.php"
]
},
"scripts": {
"post-autoload-dump": [
"@php -r \"file_exists('conf/database.json') || copy('conf/database.json.example', 'conf/database.json');\"",
"@php -r \"file_exists('conf/server.json') || copy('conf/server.json.example', 'conf/server.json');\""
]
}
}
PHP
1
https://gitee.com/izqiming/smproxy.git
git@gitee.com:izqiming/smproxy.git
izqiming
smproxy
SMProxy
master

搜索帮助