PHPackages                             hexanet/swarrot-statsd-bundle - 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. hexanet/swarrot-statsd-bundle

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

hexanet/swarrot-statsd-bundle
=============================

Swarrot processor to send data to stastd with M6Web/StatsdBundle

v1.0.0(8y ago)08MITPHPPHP ^7.1

Since Oct 11Pushed 8y ago2 watchersCompare

[ Source](https://github.com/Hexanet/SwarrotStatsdBundle)[ Packagist](https://packagist.org/packages/hexanet/swarrot-statsd-bundle)[ RSS](/packages/hexanet-swarrot-statsd-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

SwarrotStatsdBundle
===================

[](#swarrotstatsdbundle)

[![Total Downloads](https://camo.githubusercontent.com/9c63f58d60d85f4e3cb6cd03c137d739ed4d5eb4ed5d33f57a4c36311bb23f5b/68747470733a2f2f706f7365722e707567782e6f72672f686578616e65742f73776172726f742d7374617473642d62756e646c652f646f776e6c6f6164732e706e67)](https://packagist.org/packages/hexanet/swarrot-statsd-bundle) [![Latest stable Version](https://camo.githubusercontent.com/7e1ff4b344162d2763f44651810ce963461ed32f2d6a19c95d9a0bfa9205303a/68747470733a2f2f706f7365722e707567782e6f72672f686578616e65742f73776172726f742d7374617473642d62756e646c652f762f737461626c652e706e67)](https://packagist.org/packages/hexanet/swarrot-statsd-bundle)

[Swarrot](https://github.com/swarrot/SwarrotBundle) processor to send data to stastd with [M6Web/StatsdBundle](https://github.com/M6Web/StatsdBundle).

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

[](#installation)

### Applications that use Symfony Flex

[](#applications-that-use-symfony-flex)

Open a command console, enter your project directory and execute:

```
$ composer require hexanet/swarrot-statsd-bundle
```

### Applications that don't use Symfony Flex

[](#applications-that-dont-use-symfony-flex)

### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require hexanet/swarrot-statsd-bundle
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

### Step 2: Enable the Bundle

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `app/AppKernel.php` file of your project:

```
