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
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: 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/