gietos / phpskills
Implementation of Microsoft's TrueSkill matchmaking system for PHP
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 28
pkg:composer/gietos/phpskills
Requires
- php: >=5.3.0
Requires (Dev)
- phpunit/phpunit: ~4.0
This package is auto-updated.
Last update: 2025-09-22 07:45:45 UTC
README
This is a PHP port of the Moserware.Skills project that's available at http://github.com/moserware/Skills For more details on how the algorithm works, see http://www.moserware.com/2010/03/computing-your-skill.html For details on how to use this project, see the accompanying unit tests with this project