1 Star 2 Fork 1

1107012776/PHP-Sharding-PDO

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 518 Bytes
一键复制 编辑 原始数据 按行查看 历史
linyushan 提交于 2021-11-10 10:06 . 版本修改
{
"name":"lys/php-sharding-pdo",
"license": "Apache-2.0",
"authors": [
{
"name": "lys",
"email": "[email protected]",
"homepage": "https://github.com/1107012776",
"role": "Developer"
}
],
"require": {
"php": ">=7.2"
},
"require-dev": {
"phpunit/phpunit": "^8.5",
"swoole/ide-helper": "~4.4.7"
},
"autoload": {
"psr-4": {
"PhpShardingPdo\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"PhpShardingPdo\\Test\\": "tests/"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/A1107012776/PHP-Sharding-PDO.git
[email protected]:A1107012776/PHP-Sharding-PDO.git
A1107012776
PHP-Sharding-PDO
PHP-Sharding-PDO
master

搜索帮助