@@ -1,6 +1,6 @@
<?php
-namespace StatsDBundle\StatsDBundle\Command;
+namespace StatsDBundle\Command;
use Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand;
use Symfony\Component\Console\Input\InputArgument;
-namespace StatsDBundle\StatsDBundle\DependencyInjection;
+namespace StatsDBundle\DependencyInjection;
use Symfony\Component\Config\Definition\Builder\TreeBuilder;
use Symfony\Component\Config\Definition\ConfigurationInterface;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\Config\FileLocator;
@@ -1,3 +1,3 @@
services:
statsd:
- class: StatsDBundle\StatsDBundle\Services\StatsD
+ class: StatsDBundle\Services\StatsD
-namespace StatsDBundle\StatsDBundle\Services;
+namespace StatsDBundle\Services;
class Config
{
/**
* Sends statistics to the stats daemon over UDP
-namespace StatsDBundle\StatsDBundle;
+namespace StatsDBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
@@ -0,0 +1,10 @@
+{
+ "name": "ik/statsd-bundle",
+ "description": "The Flowdat3 StatsD Bundle",
+ "keywords": ["stats", "statsd"],
+ "autoload": {
+ "psr-4": { "StatsBundle\\": "" }
+ },
+ "version": "1.0",
+ "minimum-stability": "stable"
+}