An implementation of the TrueSkill algorithm in PHP
Go to file
Jens True 1574f1c878
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Code coverage not performed on buildserver.
2024-05-06 09:19:41 +00:00
benchmark rector: codingStyle 2024-02-21 13:48:37 +00:00
docs Minor fixes 2024-03-11 08:55:07 +00:00
examples More pedantric types. 2024-02-29 10:42:31 +00:00
src Less Stringable 2024-03-19 16:24:19 +00:00
tests More stringable removal for performance. 2024-03-19 15:48:29 +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 Porting more tools to Phar to lower depend problems 2024-02-02 13:42:48 +00:00
.woodpecker.yml Code coverage not performed on buildserver. 2024-05-06 09:19:41 +00:00
composer.json Dependecy upgrade 2024-04-30 07:23:28 +00:00
composer.lock Dependecy upgrade 2024-04-30 07:23:28 +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 Minor fixes 2024-03-11 08:55:07 +00:00
phpdoc.xml Bit of documentation effort 2024-02-26 09:19:39 +00:00
phpmetrics.json More testing and reporting 2024-02-05 13:29:57 +00:00
phpstan.neon Quality improvements 2024-02-02 11:04:31 +00:00
phpunit.xml Dependecy upgrade 2024-04-30 07:23:28 +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