pklink / rnd-org
PHP-Client for random.org
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-10-26 14:17:23 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/