rogervila/provably-fair

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.appveyor.yml
.codeclimate.json
.gitattributes
.github/dependabot.yml
.github/workflows/build.yml
.github/workflows/pull_request.yml
.gitignore
.styleci.yml
.vercelignore
README.md
composer.json
phpunit.xml
sonar-project.properties
vercel.json
api/index.php2
index.php86
src/Algorithm.php15
src/Contracts/AlgorithmInterface.php5
src/Contracts/ProvablyFairInterface.php9
src/Contracts/SeedInterface.php5
src/Contracts/SystemInterface.php7
src/Exceptions/InvalidAlgorithmException.php5
src/Exceptions/InvalidSeedException.php5
src/ProvablyFair.php48
src/Result.php13
src/Seed.php14
src/System.php43