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 a76956f commit c813e1dCopy full SHA for c813e1d
README.md
@@ -8,6 +8,18 @@ It is in alpha stages of development. Currently the only thing it can do is que
8
9
This library is loosely based upon the [official GO client](https://github.com/hashicorp/consul/tree/master/api).
10
11
+## Composer
12
+
13
+This lib is designed to be used with [Composer](https://getcomposer.org)
14
15
+Require Entry:
16
17
+```json
18
+{
19
+ "dcarbone/php-consul-api": "dev-master"
20
+}
21
+```
22
23
## KV
24
25
All interactions with the `v1/kv` endpoint are done via the [KVClient](./src/KV/KVClient.php) class.
0 commit comments