WIP: Not recommended for production use
A simple PHP RaiBlocks RPC Library.
Via Composer
$ composer require dansup/php-raiblocks
$server = new dansup\RaiBlocks\Server();
echo json_encode($server->availableSupply()->run());
Please see CHANGELOG for more information on what has changed recently.
$ composer test
Please see CONTRIBUTING and CODE_OF_CONDUCT for details.
If you discover any security related issues, please email danielsupernault@gmail.com instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.