2017 © Pedro Peláez
 

symfony-bundle scrutinizer-bundle

Scrutinizer client for Symfony2 application

image

snide/scrutinizer-bundle

Scrutinizer client for Symfony2 application

  • Sunday, March 9, 2014
  • by pdenis
  • Repository
  • 0 Watchers
  • 2 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

SnideScrutinizerBundle

An quick overview of your repository (Symfony 2 Bundle), (*1)

Build Status Scrutinizer Quality Score, (*2)

# Setup

Installation by Composer

If you use composer, add SnideScrutinizerBundle bundle as a dependency to the composer.json of your application, (*3)

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

## Loading


Add the bundle to your app/AppKernel.php under the dev environment
```php
if (in_array($this->getEnvironment(), array('dev', 'test'))) {
    ...
    $bundles[] = new Snide\Bundle\ScrutinizerBundle\SnideScrutinizerBundle();
}

The bundle needs to copy the resources necessary to the web folder. You can use the command below:, (*4)

    php app/console assets:install

Configuration

Add the following to your app/config/config_dev.yml (you only want to use this in the dev environment), (*5)

snide_scrutinizer:
    repository:
            slug: pdenis/SnideTravinizerBundle # your repository slug
            type: github # github or bitbucket
    # Optional
    filesystem_cache_path: "%kernel.cache_dir%/scrutinizer"

Overview

General

Scrutinizer data, (*6)

Metrics

Scrutinizer Metrics, (*7)

The Versions

09/03 2014

dev-master

9999999-dev http://github.com/pdenis/SnideScrutinizerBundle

Scrutinizer client for Symfony2 application

  Sources   Download

MIT

The Requires

 

The Development Requires

by Pascal DENIS

bundle symfony profiler scrutinizer