hotnano/php-raiblocks

Advanced PHP RaiBlocks/Nano RPC Library. Fork from dansup/php-raiblocks.

v0.2.0 2018-03-12 20:47 UTC

This package is not auto-updated.

Last update: 2024-05-01 17:50:02 UTC


README

WIP: Not recommended for production use

A simple PHP RaiBlocks RPC Library.

Install

Via Composer

$ composer require hotnano/php-raiblocks

Usage

$server = new HotNano\RaiBlocks\Server();
print json_encode($server->availableSupply()->run());

Credits

License

The MIT License (MIT). Please see License File for more information.