PHPackages                             blankalmasry/glicko2-team - 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. blankalmasry/glicko2-team

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

blankalmasry/glicko2-team
=========================

A PHP glicko2 Composite Opponent implementation

1.5(4y ago)077PHP

Since Jan 8Pushed 4y agoCompare

[ Source](https://github.com/BlankAlmasry/Glicko2-Team)[ Packagist](https://packagist.org/packages/blankalmasry/glicko2-team)[ RSS](/packages/blankalmasry-glicko2-team/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)Dependencies (1)Versions (10)Used By (0)

\#Glicko2-Team

A PHP glicko2 Composite Opponent implementation

The repository is build on

How to use
----------

[](#how-to-use)

```
use Diegobanos\Glicko2\Rating\Rating;
use Diegobanos\Glicko2\Glicko2;

$team = [
    new Rating(1500,350),
    new Rating(1500,350),
    new Rating(1500,350),
]
$team1 = [
    new Rating(1500,350),
    new Rating(1500,350),
    new Rating(1500,350),
]
// $team won
$Ratings = Glicko2::match($team, $team1, 1, 0)

//You can add only 1 player to each team, and it will act the same as original glicko2
```

You can also create your own `Rating` class that implements `Diegobanos\Glicko2\Rating\Rating\RatingInterface`.

The algorithm implemented on this project is described in the following [PDF](http://www.glicko.net/glicko/glicko2.pdf).

It uses Composite team Update method from [PDF](https://rhetoricstudios.com/downloads/AbstractingGlicko2ForTeamGames.pdf).

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 72.7% 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 ~136 days

Recently: every ~237 days

Total

8

Last Release

1729d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/96655?v=4)[blankzheng](/maintainers/Blank)[@blank](https://github.com/blank)

---

Top Contributors

[![diegobanos](https://avatars.githubusercontent.com/u/10712173?v=4)](https://github.com/diegobanos "diegobanos (24 commits)")[![BlankHussien](https://avatars.githubusercontent.com/u/48731165?v=4)](https://github.com/BlankHussien "BlankHussien (8 commits)")[![BlankAlmasry](https://avatars.githubusercontent.com/u/43727101?v=4)](https://github.com/BlankAlmasry "BlankAlmasry (1 commits)")

---

Tags

Ratingrankingglickoglicko2glicko teamrating teamranking teamglicko composite

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/blankalmasry-glicko2-team/health.svg)

```
[![Health](https://phpackages.com/badges/blankalmasry-glicko2-team/health.svg)](https://phpackages.com/packages/blankalmasry-glicko2-team)
```

###  Alternatives

[rubix/ml

A high-level machine learning and deep learning library for the PHP language.

2.2k1.4M28](/packages/rubix-ml)[kartik-v/bootstrap-star-rating

A simple yet powerful JQuery star rating plugin for Bootstrap.

1.1k4.5M5](/packages/kartik-v-bootstrap-star-rating)[willvincent/laravel-rateable

Allows multiple models to be rated with a fivestar like system.

416452.0k3](/packages/willvincent-laravel-rateable)[codebyray/laravel-review-rateable

Review &amp; Rating system for Laravel 10, 11 &amp; 12

310351.9k](/packages/codebyray-laravel-review-rateable)[kartik-v/yii2-widget-rating

A Yii2 widget for the simple yet powerful bootstrap-star-rating plugin with fractional rating support (sub repo split from yii2-widgets)

444.1M8](/packages/kartik-v-yii2-widget-rating)[nikaia/nova-rating-field

Add start rating field to Laravel Nova

42258.6k](/packages/nikaia-nova-rating-field)

PHPackages © 2026

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