https://github.com/bigcommerce/statsd-client
Record timing, increment, and count metrics in StatsD
https://github.com/bigcommerce/statsd-client
Last synced: about 1 year ago
JSON representation
Record timing, increment, and count metrics in StatsD
- Host: GitHub
- URL: https://github.com/bigcommerce/statsd-client
- Owner: bigcommerce
- License: other
- Archived: true
- Created: 2013-03-28T01:00:22.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2016-09-29T00:44:35.000Z (almost 10 years ago)
- Last Synced: 2025-03-13T00:17:00.414Z (over 1 year ago)
- Language: PHP
- Size: 10.7 KB
- Stars: 3
- Watchers: 85
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
StatsD Client
=============
[](https://travis-ci.org/bigcommerce/statsd-client)
A very simple StatsD client for PHP. Records timing, increment, and count metrics.
Install
-------
Require `bigcommerce/statsd-client` as a dependency in your `composer.json` manifest:
```php
require: {
"bigcommerce/statsd-client": "1.0"
}
```
Authors
-------
- [@chaitanyakuber](https://github.com/chaitanyakuber)
- [@gwilym](https://github.com/gwilym)