4 Star 9 Fork 1

fitphp / consul

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 633 Bytes
一键复制 编辑 原始数据 按行查看 历史
Bincent 提交于 2020-05-29 22:19 . no message
{
"name": "fitphp/consul",
"type": "library",
"description": "为PHP更好的使用Consul而生",
"homepage": "https://gitee.com/fitphp/consul",
"license": "MIT",
"keywords": ["fitphp", "consul", "library"],
"version": "1.0.0",
"authors": [
{
"name": "Boolean",
"email": "hongbin.hsu@qq.com",
"homepage": "http://www.fitphp.com",
"role": "Developer"
}
],
"require": {
"php": ">=7.0",
"guzzlehttp/guzzle": "^6.0",
"psr/log": "~1.0"
},
"require-dev": {
"phpunit/phpunit": ">=6.2.0"
},
"autoload": {
"psr-4": {
"FitPHP\\Consul\\": "src/"
}
}
}
PHP
1
https://gitee.com/fitphp/consul.git
git@gitee.com:fitphp/consul.git
fitphp
consul
consul
master

搜索帮助