PHPackages                             snide/scrutinizer-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. snide/scrutinizer-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

snide/scrutinizer-bundle
========================

Scrutinizer client for Symfony2 application

20PHP

Since Mar 9Pushed 12y agoCompare

[ Source](https://github.com/pdenis/SnideScrutinizerBundle)[ Packagist](https://packagist.org/packages/snide/scrutinizer-bundle)[ RSS](/packages/snide-scrutinizer-bundle/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

SnideScrutinizerBundle
======================

[](#snidescrutinizerbundle)

An quick overview of your repository (Symfony 2 Bundle)

[![Build Status](https://camo.githubusercontent.com/ca94ad0e917dc280cfce38b3bad126ffecc1ffdb516dd7cd4d4e33aaa5798d14/68747470733a2f2f7472617669732d63692e6f72672f7064656e69732f536e6964655363727574696e697a657242756e646c652e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/pdenis/SnideScrutinizerBundle)[![Scrutinizer Quality Score](https://camo.githubusercontent.com/4e488d68a645355654236b9093edac761439aec98aecafec8a4ec42022640905/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7064656e69732f536e6964655363727574696e697a657242756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f733d33366230633730663133616231626638333161666230626565336131646163393136316466666334)](https://scrutinizer-ci.com/g/pdenis/SnideScrutinizerBundle/)

Setup
=====

[](#setup)

---

Installation by Composer
------------------------

[](#installation-by-composer)

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

```
    "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:

```
    php app/console assets:install
```

Configuration
-------------

[](#configuration)

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

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

Overview
--------

[](#overview)

### General

[](#general)

[![Scrutinizer data](https://camo.githubusercontent.com/959acceb9ae30ef75464e42e47bbaa1b0e97b379010d4bc8c1e6645823bdc1fb/68747470733a2f2f7261772e6769746875622e636f6d2f7064656e69732f536e6964655363727574696e697a657242756e646c652f6d61737465722f646f63732f73637265656e73686f74732f67656e6572616c2e706e67)](https://camo.githubusercontent.com/959acceb9ae30ef75464e42e47bbaa1b0e97b379010d4bc8c1e6645823bdc1fb/68747470733a2f2f7261772e6769746875622e636f6d2f7064656e69732f536e6964655363727574696e697a657242756e646c652f6d61737465722f646f63732f73637265656e73686f74732f67656e6572616c2e706e67)

### Metrics

[](#metrics)

[![Scrutinizer Metrics](https://camo.githubusercontent.com/82d42a497dc3fdebdf4dba7ee1e09437b8cd616d40ce2b01cb31b55dd25b7a8e/68747470733a2f2f7261772e6769746875622e636f6d2f7064656e69732f536e6964655363727574696e697a657242756e646c652f6d61737465722f646f63732f73637265656e73686f74732f6d6574726963732e706e67)](https://camo.githubusercontent.com/82d42a497dc3fdebdf4dba7ee1e09437b8cd616d40ce2b01cb31b55dd25b7a8e/68747470733a2f2f7261772e6769746875622e636f6d2f7064656e69732f536e6964655363727574696e697a657242756e646c652f6d61737465722f646f63732f73637265656e73686f74732f6d6574726963732e706e67)

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/79fa88379e4e550c3504567fc9cfcdea749b0e0695b1381ce5247f34fe419f9f?d=identicon)[pdenis](/maintainers/pdenis)

---

Top Contributors

[![pdenis](https://avatars.githubusercontent.com/u/1713289?v=4)](https://github.com/pdenis "pdenis (14 commits)")

### Embed Badge

![Health badge](/badges/snide-scrutinizer-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/snide-scrutinizer-bundle/health.svg)](https://phpackages.com/packages/snide-scrutinizer-bundle)
```

###  Alternatives

[sixty-nine/php-cloud-lib

A library to generate words clouds in PHP

2012.0k](/packages/sixty-nine-php-cloud-lib)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
