baxtian / phpskills
There is no license information available for the latest version (1.0.3) of this package.
Implementation of Microsoft's TrueSkill matchmaking system for PHP
1.0.3
2022-03-01 21:49 UTC
Requires
- php: >=5.3.0
Requires (Dev)
- phpunit/phpunit: ~4.0
This package is not auto-updated.
Last update: 2025-01-16 09:58:59 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