PHPackages                             willitscale/statsd - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Logging &amp; Monitoring](/categories/logging)
4. /
5. willitscale/statsd

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

willitscale/statsd
==================

a PHP client for statsd

2.4.1(1mo ago)00MITPHPPHP &gt;= 5.3.0

Since Mar 24Pushed 1mo agoCompare

[ Source](https://github.com/willitscale/statsd)[ Packagist](https://packagist.org/packages/willitscale/statsd)[ Docs](https://domnikl.github.com/statsd-php)[ RSS](/packages/willitscale-statsd/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

statsd-php
==========

[](#statsd-php)

A PHP client library for the statistics daemon ([statsd](https://github.com/etsy/statsd)) intended to send metrics from PHP applications.

[![Build Status](https://camo.githubusercontent.com/1b7b211f465ccccc629397d8092fcb01cc58f71763dd67e69e45b7edbd3faf06/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f646f6d6e696b6c2f7374617473642d7068702e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/domnikl/statsd-php)

Installation
------------

[](#installation)

The best way to install statsd-php is to use Composer and add the following to your project's `composer.json` file:

```
{
    "require": {
        "domnikl/statsd": "~2.0"
    }
}
```

Usage
-----

[](#usage)

```
