euskadi31 / statsd-service-provider
A StatsD Service Provider for Silex 2.0
v2.0.2
2015-09-23 15:56 UTC
Requires
- domnikl/statsd: ~2.1
- silex/silex: ~2.0@dev
Requires (Dev)
- leaphub/phpcs-symfony2-standard: ~2.0.1
- phpunit/phpunit: ^4.7
- satooshi/php-coveralls: dev-master
This package is not auto-updated.
Last update: 2024-10-26 14:17:06 UTC
README
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.