3 Star 14 Fork 2

Xie Biao/connection-pool

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 928 Bytes
一键复制 编辑 原始数据 按行查看 历史
Xie Biao 提交于 2020-02-21 13:02 +08:00 . add ide helper for swoole
{
"name": "open-smf/connection-pool",
"type": "library",
"license": "MIT",
"support": {
"issues": "https://github.com/open-smf/connection-pool/issues",
"source": "https://github.com/open-smf/connection-pool"
},
"description": "A common connection pool based on Swoole is usually used as the database connection pool.",
"keywords": [
"swoole",
"connection-pool",
"database-connection-pool"
],
"homepage": "https://github.com/open-smf/connection-pool",
"authors": [
{
"name": "Xie Biao",
"email": "hhxsv5@sina.com"
}
],
"require": {
"php": ">=7.0.0",
"ext-json": "*",
"ext-swoole": ">=4.2.9"
},
"suggest": {
"ext-redis": "A PHP extension for Redis."
},
"autoload": {
"psr-4": {
"Smf\\ConnectionPool\\": "src"
}
},
"prefer-stable": true,
"minimum-stability": "dev",
"require-dev": {
"swoole/ide-helper": "@dev"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/hhxsv5/connection-pool.git
git@gitee.com:hhxsv5/connection-pool.git
hhxsv5
connection-pool
connection-pool
master

搜索帮助