An implementation of the TrueSkill algorithm in PHP
Go to file
2024-01-16 15:07:14 +00:00
examples Further slow progress. 2024-01-12 14:54:04 +00:00
src Further slow progress. 2024-01-12 14:54:04 +00:00
tests Coding standards. 2024-01-16 15:07:14 +00:00
.gitignore Further slow progress. 2024-01-12 14:54:04 +00:00
composer.json Further slow progress. 2024-01-12 14:54:04 +00:00
composer.lock Additional test 2024-01-16 07:46:32 +00:00
License.txt Naming tweak 2010-10-14 21:51:43 -04:00
phpstan.neon PHPstan on test code 2023-08-04 07:03:28 +00:00
phpunit.xml Refactoring for PHP8.2 2023-08-01 11:26:38 +00:00
psalm.xml Remove rector. 2023-08-04 07:30:40 +00: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