tadcka / reporter-bundle
Symfony2 上的 Reporter bundle
v0.1.1
2014-03-22 18:47 UTC
Requires
- php: >=5.3.3
- symfony/symfony: >=2.3
This package is not auto-updated.
Last update: 2024-09-14 15:27:03 UTC
README
安装
步骤 1: 使用 composer 下载 TadckaReporterBundle
在您的 composer.json 中添加 TadckaReporterBundle
{ "require": { "tadcka/reporter-bundle": "dev-master" } }
现在运行命令,让 composer 下载 bundle
$ php composer.phar update tadcka/reporter-bundle
步骤 2: 启用 bundle
在 kernel 中启用 bundle
<?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Tadcka\ReporterBundle\TadckaReporterBundle(), ); }
许可证
此 bundle 采用 MIT 许可证。请参阅 bundle 中的完整许可证
代码许可证: Resources/meta/LICENSE