Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bigcommerce/statsd-client
Record timing, increment, and count metrics in StatsD
https://github.com/bigcommerce/statsd-client
Last synced: 3 days ago
JSON representation
Record timing, increment, and count metrics in StatsD
- Host: GitHub
- URL: https://github.com/bigcommerce/statsd-client
- Owner: bigcommerce
- License: other
- Created: 2013-03-28T01:00:22.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-09-29T00:44:35.000Z (about 8 years ago)
- Last Synced: 2023-03-12T06:24:56.611Z (over 1 year ago)
- Language: PHP
- Size: 10.7 KB
- Stars: 3
- Watchers: 84
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
StatsD Client
=============[![Build Status](https://travis-ci.org/bigcommerce/statsd-client.png?branch=master)](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)