We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc1482a commit 3493474Copy full SHA for 3493474
Readme.md
@@ -14,6 +14,15 @@ It Includes
14
* a series of **Collectors** in order to aggregate your personal data.
15
* a series of **Commands** in order to execute data also from cli.
16
17
+## Simple usage!
18
+
19
+``` php
20
+$this->get('statsd')
21
+ ->increment('log.error')
22
+ ->gauge('log.rate', 25)
23
+ ->flush();
24
+```
25
26
## Check out the documentation
27
28
* [Installation and Usage](https://github.com/liuggio/StatsDClientBundle/blob/master/Resources/doc/installation.md)
0 commit comments