PHPackages                             snide/travis-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. snide/travis-bundle

ActiveSymfony-bundle

snide/travis-bundle
===================

Travis client for Symfony2 application

00PHP

Since Mar 9Pushed 12y agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

SnideTravisBundle
=================

[](#snidetravisbundle)

A quick overview of travis CI builds of your repository (Symfony 2 Bundle)

[![Build Status](https://camo.githubusercontent.com/205e249d7da11b9564fa5caca8ffb4780f6635eb5a923d6a31676b8ee1080371/68747470733a2f2f7472617669732d63692e6f72672f7064656e69732f536e69646554726176697342756e646c652e706e67)](https://travis-ci.org/pdenis/SnideTravisBundle)[![Scrutinizer Quality Score](https://camo.githubusercontent.com/e86c941c57afb57a4ed56f67fa607103425d1d477dbb65d63a4037b4111f8ddb/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7064656e69732f536e69646554726176697342756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f733d66373130633132353564316264363761643135373966343764656334313365303137346333353965)](https://scrutinizer-ci.com/g/pdenis/SnideTravisBundle/)

Setup
=====

[](#setup)

---

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

[](#installation-by-composer)

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

```
    "require": {
        ...
        "snide/travis-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\TravisBundle\SnideTravisBundle();
}
```

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 SnideTravisBundle following to your `app/config/config_dev.yml` (you only want to use this in the dev environment)

```
snide_travis:
    repository:
        slug: pdenis/SnideTravinizerBundle # your repository slug
    # Optional
    filesystem_cache_path: "%kernel.cache_dir%/travis"
```

Overview
--------

[](#overview)

[![Travis builds](https://camo.githubusercontent.com/a2d99750ac2c06c0b68d439dd17822340192ed35bb703cbc7d0f1712dc44109d/68747470733a2f2f7261772e6769746875622e636f6d2f7064656e69732f536e69646554726176697342756e646c652f6d61737465722f646f63732f73637265656e73686f74732f67656e6572616c2e706e67)](https://camo.githubusercontent.com/a2d99750ac2c06c0b68d439dd17822340192ed35bb703cbc7d0f1712dc44109d/68747470733a2f2f7261772e6769746875622e636f6d2f7064656e69732f536e69646554726176697342756e646c652f6d61737465722f646f63732f73637265656e73686f74732f67656e6572616c2e706e67)

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

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 (10 commits)")

### Embed Badge

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

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

PHPackages © 2026

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