PHPackages                             shazam/php-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. shazam/php-statsd

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

shazam/php-statsd
=================

Sends stats to Statsd.

3.0.1(11y ago)03.2k↑106.3%1Apache-2.0PHP

Since Mar 24Pushed 8y ago1 watchersCompare

[ Source](https://github.com/shazam/php-statsd)[ Packagist](https://packagist.org/packages/shazam/php-statsd)[ RSS](/packages/shazam-php-statsd/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (13)Used By (0)

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

[](#php-statsd)

Simple PHP library to send stats to statsd.

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

[](#installation)

Add the dependency to your composer.json.

```
{
    "require": {
        "shazam/php-statsd": "2.*"
    }
}
```

Usage
-----

[](#usage)

An example of how to send metrics of how long it takes to load a page.

```
