pklink / rnd-org
random.org 的 PHP 客户端
0.2.1
2013-02-22 11:43 UTC
Requires
- php: >=5.3.0
- jyggen/curl: 1.0.2
Requires (Dev)
- phpunit/phpunit: 3.7.14
This package is not auto-updated.
Last update: 2024-09-14 13:43:49 UTC
README
随机.org 的客户端 http://random.org
查看 example.php 以获取使用详情
@TODO add documentation
运行测试
您可以从 vendor 文件夹中使用 PHPUnit
php composer.phar install --dev php vendor/bin/phpunit tests/
或使用代码覆盖率报告
php composer.phar install --dev php vendor/bin/phpunit --coverage-html output tests/