pklink/rnd-org

PHP-Client for random.org

0.2.1 2013-02-22 11:43 UTC

This package is not auto-updated.

Last update: 2024-04-13 11:45:50 UTC


README

Client for http://random.org

See example.php for usage details

@TODO add documentation

Run Tests

You can use PHPUnit from the vendor-folder.

php composer.phar install --dev
php vendor/bin/phpunit tests/

or with code-coverage-report

php composer.phar install --dev
php vendor/bin/phpunit --coverage-html output tests/

Build Status Build Status