An implementation of the TrueSkill algorithm in PHP
Go to file
2022-07-05 15:34:49 +02:00
src Move to DNW namespace 2022-07-05 15:33:34 +02:00
tests Renamed to match dir strcuture 2022-07-05 15:34:49 +02:00
.gitignore General cleanup and removal of all unnecessary references 2016-05-24 21:43:26 +02:00
composer.json Move to DNW namespace 2022-07-05 15:33:34 +02:00
composer.lock Move to DNW namespace 2022-07-05 15:33:34 +02:00
License.txt Naming tweak 2010-10-14 21:51:43 -04:00
phpunit.xml Added phpunit.xml 2016-05-24 21:38:46 +02:00
README Deleted C# code (it was just there to note the fork) 2010-10-09 10:42:00 -04:00

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