PHPackages                             jeslopcru/git-score - 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. jeslopcru/git-score

ActiveLibrary[Testing &amp; Quality](/categories/testing)

jeslopcru/git-score
===================

displays aggregate stats in a concise format for human consumption and provides a rough estimation of developer involvement in a project

1.0(9y ago)3221MITPHP

Since May 20Pushed 3y ago1 watchersCompare

[ Source](https://github.com/jeslopcru/git-score)[ Packagist](https://packagist.org/packages/jeslopcru/git-score)[ RSS](/packages/jeslopcru-git-score/feed)WikiDiscussions master Synced 2w ago

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

git-score
=========

[](#git-score)

*git-score* is a script to compute some "scores" for committers in a git repo. Use it for fun or to brag about your involvement in the development of a project.

This script is inspired by [git-score](https://github.com/msparks/git-score), a python script

Usage
-----

[](#usage)

[![gif](https://camo.githubusercontent.com/7a6336dca8f34c06dcd7c685cb61d88e50ecc74731f50647497f0f1a12570e0c/687474703a2f2f696d6775722e636f6d2f67784133457a622e676966)](https://camo.githubusercontent.com/7a6336dca8f34c06dcd7c685cb61d88e50ecc74731f50647497f0f1a12570e0c/687474703a2f2f696d6775722e636f6d2f67784133457a622e676966)

In a repository, type:

```
$ git-score
```

This will output something like the following:

```
+------------------------------+----------------------------------+---------+-------+-------+------+-------+
| name                         | email                            | commits | delta | (+)   | (-)  | files |
+------------------------------+----------------------------------+---------+-------+-------+------+-------+
| Antonio Laguna               | sombragriselros@gmail.com        | 125     | 4251  | 11871 | 7620 | 93    |
| José Luis Antúnez            | jlantunez@gmail.com              | 170     | 20817 | 26751 | 5934 | 51    |
| Luis                         | info@sentidodroid.com            | 15      | 226   | 1037  | 811  | 19    |
| Jeronimo López               | jerolba@gmail.com                | 1       | 0     | 1     | 1    | 2     |
| May Kittens Devour Your Soul | yoshimitsu002@gmail.com          | 2       | 1     | 2     | 1    | 3     |
| Felipe Valverde              | felipe.valverde.campos@gmail.com | 3       | 15    | 60    | 45   | 3     |
| ramon183                     | ramonroc@gmail.com               | 1       | 39    | 39    | 0    | 2     |
| Michael                      | synapsos@gmail.com               | 1       | 0     | 5     | 5    | 4     |
| martijn                      | martijn@plebian.nl               | 1       | 0     | 1     | 1    | 2     |
+------------------------------+----------------------------------+---------+-------+-------+------+-------+

```

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

[](#installation)

To install git-score, install Composer and issue the following command:

```
$ composer global require jeslopcru/git-score
```

Then make sure you have the global Composer binaries directory in your PATH. This directory is platform-dependent, see Composer documentation for details. Example for some Unix systems:

```
$ export PATH="$PATH:$HOME/.composer/vendor/bin"
```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity64

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

Unknown

Total

1

Last Release

3328d ago

### Community

Maintainers

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

---

Top Contributors

[![jeslopcru](https://avatars.githubusercontent.com/u/2398253?v=4)](https://github.com/jeslopcru "jeslopcru (5 commits)")

---

Tags

gitphpphpunitsymfony-console

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jeslopcru-git-score/health.svg)

```
[![Health](https://phpackages.com/badges/jeslopcru-git-score/health.svg)](https://phpackages.com/packages/jeslopcru-git-score)
```

###  Alternatives

[testo/testo

A lightweight PHP testing framework.

1943.4k36](/packages/testo-testo)

PHPackages © 2026

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