snide/travinizer-bundle
Composer 安装命令:
composer require snide/travinizer-bundle
包简介
Travis CI & Scrutinizer CI overview bundle
README 文档
README
Symfony 2 bundle - Travis CI & Scrutinizer CI overview for your OS projects
features
- Scrutinizer overview
- Travis overview
- Metrics
- Repositories dashboard
Installation
Installation by Composer
If you use composer, add SnideTravinizerBundle bundle as a dependency to the composer.json of your application
"require": { ... "snide/travinizer-bundle": "dev-master" ... },
Add SnideTravinizerBundle to your application kernel.
// app/AppKernel.php <?php // ... public function registerBundles() { $bundles = array( // ... new Snide\TravinizerBundle\SnideTravinizerBundle(), ); }
The bundle needs to copy the resources necessary to the web folder. You can use the command below:
php app/console assets:install
Overview
Dashboard
Scrutinizer metrics
Pdepend metrics
Travis builds
Full configuration
snide_monitor: manager: class: Your\Specific\RepoManager repository: type: yaml # only Yaml type is defined repo: filename: /path/to/your/yaml/save/file.yml class: Your\Specific\Repo # optional filesystem_cache_path: %kernel_dir%/travinizer
统计信息
- 总下载量: 19
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-12-29