Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)