tayzlor/statsd-extension

StatsD extension for behat

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/tayzlor/statsd-extension

dev-master 2014-06-06 14:43 UTC

This package is not auto-updated.

Last update: 2025-10-07 11:14:01 UTC


README

A StatsD extension for Behat. Provides integration with StatsD for sending metrics from Behat tests for graphing in a backend service such as Graphite.

Installation

Add the following to your project's composer.json file:

{
    "require": {
        "tayzlor/statsd-extension": "dev-master"
    }
}