euskadi31/statsd-service-provider

A StatsD Service Provider for Silex 2.0

v2.0.2 2015-09-23 15:56 UTC

This package is not auto-updated.

Last update: 2024-04-13 11:30:47 UTC


README

Build Status SensioLabs Insight Coveralls HHVM Packagist

Install

Add euskadi31/statsd-service-provider to your composer.json:

% php composer.phar require euskadi31/statsd-service-provider:~2.0

Usage

Configuration

<?php

$app = new Silex\Application;

$app->register(new \Euskadi31\Silex\Provider\StatsDServiceProvider);

License

StatsDServiceProvider is licensed under the MIT license.