2017 © Pedro Peláez
 

library statsd-service-provider

A StatsD Service Provider for Silex 2.0

image

euskadi31/statsd-service-provider

A StatsD Service Provider for Silex 2.0

  • Wednesday, September 23, 2015
  • by euskadi31
  • Repository
  • 1 Watchers
  • 0 Stars
  • 67 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Silex StatsD Service Provider

Build Status SensioLabs Insight Coveralls HHVM Packagist, (*1)

Install

Add euskadi31/statsd-service-provider to your composer.json:, (*2)

% 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., (*3)

The Versions

23/09 2015
23/09 2015
23/09 2015
23/09 2015
17/11 2012

v1.0

1.0.0.0

StatsD provider for Silex

  Sources   Download

MIT

The Requires

 

silex statsd provider