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

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

farpost/statsd
==============

a PHP client for statsd

3.2.2(9mo ago)00MITPHPPHP &gt;= 7.3 || ^8

Since Aug 11Pushed 9mo agoCompare

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

READMEChangelog (1)Dependencies (3)Versions (2)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.

Originally a fork of  and original author Dominik Liebler. The Slickdeals team has taken over the project.

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": {
        "farpost/statsd": "~3.0"
    }
}
```

Usage
-----

[](#usage)

```
