2017 © Pedro Peláez
 

symfony-bundle travinizer-bundle

Travis CI & Scrutinizer CI overview bundle

image

snide/travinizer-bundle

Travis CI & Scrutinizer CI overview bundle

  • Thursday, May 22, 2014
  • by pdenis
  • Repository
  • 0 Watchers
  • 5 Stars
  • 19 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

TravinizerBundle

Symfony 2 bundle - Travis CI & Scrutinizer CI overview for your OS projects, (*1)

Latest Stable Version Build Status Scrutinizer Quality Score Code Coverage Bitdeli Badge, (*2)

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, (*3)

    "require": {
        ...
        "snide/travinizer-bundle": "dev-master"
        ...
    },

Add SnideTravinizerBundle to your application kernel., (*4)

// 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:, (*5)

    php app/console assets:install

Overview

Dashboard

Dashboard, (*6)

Scrutinizer metrics

Scrutinizer metrics, (*7)

Pdepend metrics

Pdepend metrics, (*8)

Travis builds

Travis builds, (*9)

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

The Versions

23/01 2014

1.2.x-dev

1.2.9999999.9999999-dev http://github.com/pdenis/TravinizerBundle

Travis CI & Scrutinizer CI overview bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Pascal DENIS

bundle symfony travis scrutinizer

02/01 2014

1.1.0

1.1.0.0 http://github.com/pdenis/TravinizerBundle

Travis CI & Scrutinizer CI overview bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Pascal DENIS

bundle symfony travis scrutinizer

29/12 2013

1.0

1.0.0.0 http://github.com/pdenis/TravinizerBundle

Travis CI & Scrutinizer CI overview bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Pascal DENIS

bundle symfony travis scrutinizer