PHPackages                             mmz-srf/srf-datadog-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. mmz-srf/srf-datadog-statsd-bundle

AbandonedArchivedSymfony-bundle[Logging &amp; Monitoring](/categories/logging)

mmz-srf/srf-datadog-statsd-bundle
=================================

Symfony bundle 'SRFPhpDatadogStatsDBundle' integrates php-datadog-statsd into symfony.

v0.1.4(10y ago)214.9kMITPHP

Since Sep 22Pushed 10y ago7 watchersCompare

[ Source](https://github.com/mmz-srf/srf-datadog-statsd-bundle)[ Packagist](https://packagist.org/packages/mmz-srf/srf-datadog-statsd-bundle)[ RSS](/packages/mmz-srf-srf-datadog-statsd-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (5)Dependencies (1)Versions (6)Used By (0)

SRF Datadog StatsD Bundle
=========================

[](#srf-datadog-statsd-bundle)

Description
-----------

[](#description)

Symfony bundle `SRFDatadogStatsDBundle` integrates the datadog StatsD API to Symonfy

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

[](#installation)

**Get the Bundle**

Choose your version from [packagist.org](https://packagist.org/packages/mmz-srf/srf-datadog-statsd-bundle) and add a requirement to your `composer.json`:

Using the console:

```
php composer.phar require mmz-srf/srf-datadog-statsd-bundle
```

Composer will add the dependency to your configuration.

**Register the Bundle**

Add the bundle in your `app/AppKernel.php` like this:

```
public function registerBundles()
{
   $bundles[] = new SRF\Bundles\SRFDatadogStatsDBundle\SRFDatadogStatsDBundle();
}
```

**Update your dependencies**

Run `php composer.phar update mmz-srf/srf-datadog-statsd-bundle`

**Clear the caches**

Run `php app/console cache:clear`

**Usage**

- Log to Monolog:\*

```
$this->container->get('srf.metrics.consumer.monolog')->timing('my.key', 4);
```

- Log to Datadog StatsD:\*

```
$this->container->get('srf.metrics.consumer.datadog')->timing('my.key', 4);
```

License
-------

[](#license)

The Bundle is licensed under MIT. For details, see [LICENSE](https://github.com/mmz-srf/srf-datadog-statsd-bundle/blob/master/Resources/meta/LICENSE).

Maintained by [@ymc-pabu](https://github.com/ymc-pabu)

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~1 days

Total

5

Last Release

3933d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/98636bdd1f41da10b8d841b447b2368336fd6e8b22880e70425178c6265223ca?d=identicon)[services.mmz](/maintainers/services.mmz)

---

Top Contributors

[![pascalvb](https://avatars.githubusercontent.com/u/261884?v=4)](https://github.com/pascalvb "pascalvb (12 commits)")

---

Tags

symfonybundlestatsdDataDogSRF

### Embed Badge

![Health badge](/badges/mmz-srf-srf-datadog-statsd-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/mmz-srf-srf-datadog-statsd-bundle/health.svg)](https://phpackages.com/packages/mmz-srf-srf-datadog-statsd-bundle)
```

###  Alternatives

[m6web/statsd-bundle

Add statsd metrics in your symfony app. Allow you to bind metrics on any symfony event.

55816.5k4](/packages/m6web-statsd-bundle)[liuggio/statsd-client-bundle

Provides a statsd client and simple ready-to-use support for #Symfony2 Application

168734.2k](/packages/liuggio-statsd-client-bundle)[graze/dog-statsd

DataDog StatsD Client

413.2M3](/packages/graze-dog-statsd)[inspector-apm/inspector-symfony

Code Execution Monitoring for Symfony applications.

2839.2k10](/packages/inspector-apm-inspector-symfony)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
