An implementation of the TrueSkill algorithm in PHP
Go to file
Jens True 79f4495a77
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Package update
2024-09-12 13:36:35 +00:00
benchmark Typical update 2024-06-18 12:50:00 +00:00
docs Readding metrics to output 2024-07-01 09:31:35 +00:00
examples PHPMD reintroduced. 2024-07-04 09:38:03 +00:00
src SkillTest deprecated method 2024-08-16 07:57:08 +00:00
tests SkillTest deprecated method 2024-08-16 07:57:08 +00:00
.gitignore Optimization efforts 2024-02-15 09:08:01 +00:00
.phpcs.xml Bunch of generic code standard items. Will need a cleanup. 2024-02-02 15:16:11 +00:00
.phplint.yml Types with newest rector version 2024-05-21 06:50:32 +00:00
.woodpecker.yml Quality of life 2024-07-31 07:27:13 +00:00
composer.json Package update 2024-09-12 13:36:35 +00:00
composer.lock Package update 2024-09-12 13:36:35 +00:00
infection.json5 Quality of life 2024-07-31 07:27:13 +00:00
License.txt Naming tweak 2010-10-14 21:51:43 -04:00
phpbench.json Typical update 2024-06-18 12:50:00 +00:00
phpdoc.xml Bit of documentation effort 2024-02-26 09:19:39 +00:00
phpmd.baseline.xml PHPMD reintroduced. 2024-07-04 09:38:03 +00:00
phpmd.ruleset.xml PHPMD reintroduced. 2024-07-04 09:38:03 +00:00
phpmetrics.yml Package update 2024-09-12 13:36:35 +00:00
phpstan.neon Quality improvements 2024-02-02 11:04:31 +00:00
phpunit.xml Strict code coverage. 2024-05-14 08:46:43 +00:00
psalm.xml PHPUnit plugin added to psalm 2024-02-08 11:52:29 +00:00
README.md Bit of documentation effort 2024-02-26 09:19:39 +00:00
rector.php rector: instanceOf, earlyReturn, strictBooleans 2024-02-21 14:02:35 +00:00