pklink/rnd-org

PHP-Client for random.org

Installs: 15

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/pklink/rnd-org

0.2.1 2013-02-22 11:43 UTC

This package is not auto-updated.

Last update: 2025-10-25 19:08:34 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