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

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

slickdeals/statsd
=================

a PHP client for statsd

3.2.3(3mo ago)264.5M—2.8%11[2 PRs](https://github.com/Slickdeals/statsd-php/pulls)8MITPHPPHP &gt;= 7.3 || ^8CI passing

Since Jan 25Pushed 3mo ago1 watchersCompare

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

READMEChangelog (5)Dependencies (3)Versions (42)Used By (8)

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://github.com/slickdeals/statsd-php/workflows/Build%20statsd-php/badge.svg)](https://github.com/slickdeals/statsd-php/actions)

Originally a fork of [domnikl/statsd-php](https://github.com/domnikl/statsd-php) 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": {
        "slickdeals/statsd": "^3.2"
    }
}
```

Usage
-----

[](#usage)

```
