PHPackages                             elazar/travis-build-grid - 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. elazar/travis-build-grid

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

elazar/travis-build-grid
========================

Utility for generating reports based on build results of multiple Travis CI projects

1.0.0(12y ago)16BSD-2-ClausePHPPHP &gt;=5.3.3

Since Apr 29Pushed 12y ago1 watchersCompare

[ Source](https://github.com/elazar/travis-build-grid)[ Packagist](https://packagist.org/packages/elazar/travis-build-grid)[ RSS](/packages/elazar-travis-build-grid/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (2)Used By (0)

elazar/travis-build-grid
========================

[](#elazartravis-build-grid)

Utility for rendering an HTML table of the last [Travis CI](https://travis-ci.org/)build results for multiple repositories and platform versions.

[Demo](http://phergie.github.io/travis-build-grid.html)

Installation
------------

[](#installation)

Use [Composer](https://getcomposer.org/).

```
{
    "require": {
        "elazar/travis-build-grid": "1.*"
    }
}
```

Usage
-----

[](#usage)

```
./bin/travis-build-grid php \
    phergie/phergie-irc-bot-react \
    phergie/phergie-irc-client-react \
    ...

```

Above, `php` corresponds to the key in your `.travis.yml` file that references a list of platform versions. All the arguments that follow reference repositories on Travis CI. The invocation will send the rendered HTML to stdout.

If you were to store your repository references in a file with one reference per line, an invocation might look like this:

```
./bin/travis-build-grid php $(< repos.txt) > grid.html

```

LICENSE
-------

[](#license)

Released under the BSD License. See `LICENSE`.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

4394d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/80dec604abed1b21daafc54c430468444a2ad163ad5f8229348b8d241b797778?d=identicon)[elazar](/maintainers/elazar)

---

Top Contributors

[![elazar](https://avatars.githubusercontent.com/u/15487?v=4)](https://github.com/elazar "elazar (2 commits)")

### Embed Badge

![Health badge](/badges/elazar-travis-build-grid/health.svg)

```
[![Health](https://phpackages.com/badges/elazar-travis-build-grid/health.svg)](https://phpackages.com/packages/elazar-travis-build-grid)
```

###  Alternatives

[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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