PHPackages                             whatthejeff/nyancat-scoreboard - 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. whatthejeff/nyancat-scoreboard

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

whatthejeff/nyancat-scoreboard
==============================

Nyan Cat Scoreboard

v1.1.1(12y ago)19985.0k—10%24MITPHPPHP &gt;=5.3.3

Since Jun 6Pushed 11y agoCompare

[ Source](https://github.com/whatthejeff/nyancat-scoreboard)[ Packagist](https://packagist.org/packages/whatthejeff/nyancat-scoreboard)[ Docs](http://github.com/whatthejeff/nyancat-scoreboard)[ RSS](/packages/whatthejeff-nyancat-scoreboard/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (5)Versions (4)Used By (4)

[![Nyan Cat Scoreboard](https://github.com/whatthejeff/nyancat-scoreboard/raw/master/examples.png)](https://github.com/whatthejeff/nyancat-scoreboard/raw/master/examples.png)

Requirements
------------

[](#requirements)

The Nyan Cat scoreboard requires:

- PHP 5.3.3 or later.
- A terminal emulator with support for ANSI escape sequences, including color and cursor control.

**NOTE:** By default, the Windows console does not support ANSI escape sequences. If you'd like to use the Nyan Cat scoreboard on Windows, you may want to try one of the following solutions:

- [ANSICON](https://github.com/adoxa/ansicon)
- [ConEmu](https://github.com/Maximus5/ConEmu)

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

[](#installation)

The recommended way to install the Nyan Cat Scoreboard is [through composer](http://getcomposer.org). Just create a `composer.json` file and run the `php composer.phar install` command to install it:

```
{
    "require": {
        "whatthejeff/nyancat-scoreboard": "~1.1"
    }
}
```

Example
-------

[](#example)

```
require_once 'vendor/autoload.php';

use NyanCat\Cat;
use NyanCat\Rainbow;
use NyanCat\Team;
use NyanCat\Scoreboard;

use Fab\SuperFab;

$scoreboard = new Scoreboard(
    new Cat(),
    new Rainbow(
        new SuperFab()
    ),
    array(
        new Team('pass', 'green', '^'),
        new Team('fail', 'red', 'o'),
        new Team('pending', 'cyan', '-'),
    )
);

$scoreboard->start();
for ($i = 0; $i score('pass');
}
$scoreboard->stop();
```

Tests
-----

[](#tests)

[![Build Status](https://camo.githubusercontent.com/f2fa33dda85c55878d60d5891a1ae4a949fa8018c1756f3eca8d73fbd77e782b/68747470733a2f2f7472617669732d63692e6f72672f776861747468656a6566662f6e79616e6361742d73636f7265626f6172642e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/whatthejeff/nyancat-scoreboard)

To run the test suite, you need [composer](http://getcomposer.org).

```
$ php composer.phar install --dev
$ vendor/bin/phpunit

```

License
-------

[](#license)

The Nyan Cat Scoreboard is licensed under the [MIT license](LICENSE).

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity45

Moderate usage in the ecosystem

Community13

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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

Every ~126 days

Total

3

Last Release

4478d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/adbe017ebec901082c02ab3fd307196b2a1c9103c27c8e4327ba5ca25252a8d6?d=identicon)[whatthejeff](/maintainers/whatthejeff)

---

Top Contributors

[![whatthejeff](https://avatars.githubusercontent.com/u/306525?v=4)](https://github.com/whatthejeff "whatthejeff (28 commits)")

---

Tags

testsrainbownyancatscoreboard

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/whatthejeff-nyancat-scoreboard/health.svg)

```
[![Health](https://phpackages.com/badges/whatthejeff-nyancat-scoreboard/health.svg)](https://phpackages.com/packages/whatthejeff-nyancat-scoreboard)
```

###  Alternatives

[whatthejeff/nyancat-phpunit-resultprinter

Nyan Cat result printer for PHPUnit

283689.8k24](/packages/whatthejeff-nyancat-phpunit-resultprinter)[whatthejeff/fab

Make your output fabulous!

401.0M5](/packages/whatthejeff-fab)[whatthejeff/fab-phpunit-resultprinter

Make your unit tests fabulous!

208.8k1](/packages/whatthejeff-fab-phpunit-resultprinter)

PHPackages © 2026

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