tadcka/reporter-bundle

Symfony2 上的 Reporter bundle

安装: 10

依赖: 0

建议者: 0

安全: 0

星标: 0

关注者: 2

分支: 0

开放问题: 0

类型:symfony-bundle

v0.1.1 2014-03-22 18:47 UTC

This package is not auto-updated.

Last update: 2024-09-14 15:27:03 UTC


README

Reporter example

安装

步骤 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