An implementation of the TrueSkill algorithm in PHP
Go to file
2024-02-02 13:42:48 +00:00
benchmark Quality improvements 2024-02-02 11:04:31 +00:00
examples Further slow progress. 2024-01-12 14:54:04 +00:00
src Porting more tools to Phar to lower depend problems 2024-02-02 13:42:48 +00:00
tests Quality improvements 2024-02-02 11:04:31 +00:00
.gitignore Porting more tools to Phar to lower depend problems 2024-02-02 13:42:48 +00:00
.phpcs.xml Porting more tools to Phar to lower depend problems 2024-02-02 13:42:48 +00:00
.phplint.yml Porting more tools to Phar to lower depend problems 2024-02-02 13:42:48 +00:00
.woodpecker.yml Porting more tools to Phar to lower depend problems 2024-02-02 13:42:48 +00:00
composer.json Porting more tools to Phar to lower depend problems 2024-02-02 13:42:48 +00:00
composer.lock Porting more tools to Phar to lower depend problems 2024-02-02 13:42:48 +00:00
infection.json5 Added mutation testing. 2024-01-31 16:33:35 +00:00
License.txt Naming tweak 2010-10-14 21:51:43 -04:00
phpbench.json Quality improvements 2024-02-02 11:04:31 +00:00
phpdoc.dist.xml Added PHPdoc. 2024-01-22 12:09:20 +00:00
phpmetrics.json Quality improvements 2024-02-02 11:04:31 +00:00
phpstan.neon Quality improvements 2024-02-02 11:04:31 +00:00
phpunit.xml Porting more tools to Phar to lower depend problems 2024-02-02 13:42:48 +00:00
psalm.xml Quality improvements 2024-02-02 11:04:31 +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