An implementation of the TrueSkill algorithm in PHP
Go to file
Jens True 7b09658c25
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Minor fixes
2024-03-11 08:55:07 +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 More pedantric types. 2024-02-29 10:42:31 +00:00
tests Update test coverage 2024-03-04 07:59:16 +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 Porting more tools to Phar to lower depend problems 2024-02-02 13:42:48 +00:00
composer.json Unittesting 2024-03-01 12:56:55 +00:00
composer.lock Minor fixes 2024-03-11 08:55:07 +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 More testing and reporting 2024-02-05 13:29:57 +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