We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cef7ee commit dc4f99dCopy full SHA for dc4f99d
.gitignore
@@ -1,2 +1 @@
1
-# Created by .ignore support plugin (hsz.mobi)
2
-.idea/*
+.idea
README.md
@@ -2,7 +2,8 @@
3
简单好用的consul的php客户端,并且因为是php的客户端,所以也不准备支持consul的所有功能,只支持简单的查询功能,不支持session和watch等长连接的功能。
4
5
-##使用方法
+## 使用方法
6
+
7
#### 仔细的看consul
8
使用sdk需要你仔细的了解consul的http的API,因为php-consul-sdk是基于它实现的。
9
0 commit comments