PHPackages                             blainesch/li3\_leaderboard - 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. [Testing &amp; Quality](/categories/testing)
4. /
5. blainesch/li3\_leaderboard

ActiveLithium-library[Testing &amp; Quality](/categories/testing)

blainesch/li3\_leaderboard
==========================

A leaderboard to show off which developers are creating unit tests

v1.0.3(13y ago)215.8kThe BSD LicensePHP

Since Nov 9Pushed 13y agoCompare

[ Source](https://github.com/BlaineSch/li3_leaderboard)[ Packagist](https://packagist.org/packages/blainesch/li3_leaderboard)[ Docs](https://github.com/BlaineSch/li3_leaderboard)[ RSS](/packages/blainesch-li3-leaderboard/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (6)Used By (0)

Lithium Leaderboard
===================

[](#lithium-leaderboard)

A leaderboard to show off which developers are creating unit tests.

[![Build Status](https://camo.githubusercontent.com/1822701a722ca87dde304fa7b94116321b8d8a25a2b508e4e0bab7e992f74e69/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f426c61696e655363682f6c69335f6c6561646572626f6172642e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/BlaineSch/li3_leaderboard)

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

[](#installation)

### Dependencies

[](#dependencies)

This uses `git blame` to determine who created the test, so [GIT](http://git-scm.com/) is a dependency.

### Composer

[](#composer)

```
{
    "require": {
        ...
        "blainesch/li3_leaderboard": "dev-master"
        ...
    }
}
```

```
php composer.phar install
```

### Submodule

[](#submodule)

```
git submodule add git://github.com/BlaineSch/li3_leaderboard.git libraries/li3_leaderboard
```

### Clone Directly

[](#clone-directly)

```
git clone git://github.com/BlaineSch/li3_leaderboard.git libraries/li3_leaderboard
```

Setting up
----------

[](#setting-up)

In your libraries.php file:

```
