PHPackages                             codeasashu/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. codeasashu/statsd

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

codeasashu/statsd
=================

a PHP client for statsd

3.0.1(6y ago)05MITPHPPHP &gt;= 7.2

Since Jan 25Pushed 6y agoCompare

[ Source](https://github.com/codeasashu/statsd-php)[ Packagist](https://packagist.org/packages/codeasashu/statsd)[ Docs](https://domnikl.github.com/statsd-php)[ RSS](/packages/codeasashu-statsd/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependencies (3)Versions (35)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)[![Donate](https://camo.githubusercontent.com/538b7224b22301e34e4fbdcb20c2936c5a35f32695f843c2ca4570d44bf2e9cf/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f646f6e6174652d70617970616c2d626c75652e7376673f7374796c653d666c61742d737175617265)](https://paypal.me/DominikLiebler)

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": "~3.0"
    }
}
```

Usage
-----

[](#usage)

```
