laragod / phpskills
Implementation of Microsoft's TrueSkill matchmaking system for PHP
1.0.4
2024-07-19 10:06 UTC
Requires (Dev)
- laravel/pint: ^1.16
- phpunit/phpunit: ^11.2
- rector/rector: ^1.1
This package is auto-updated.
Last update: 2025-06-19 11:56:43 UTC
README
This repository is a PHP port of the Moserware.Skills project, originally developed to compute player skills in various competitive games. For more details on the algorithm, please refer to the original Moserware article.
The project is a fork of an existing old, unsupported library. Please note that this version is not confirmed to be fully functional and may contain issues.
Current Maintenance
This project is now maintained by laragod/phpskills rather than the original Moserware repository.
Usage
To understand how to use this project, refer to the accompanying unit tests included in this repository.