pklink/rnd-org

PHP-Client for random.org

Maintainers

Package info

github.com/pklink/RndOrg

pkg:composer/pklink/rnd-org

Statistics

Installs: 15

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.2.1 2013-02-22 11:43 UTC

This package is not auto-updated.

Last update: 2026-03-14 20:51:41 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