hotnano/php-raiblocks

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

Maintainers

Package info

github.com/hotnano/php-raiblocks

pkg:composer/hotnano/php-raiblocks

Statistics

Installs: 14

Dependents: 0

Suggesters: 0

Stars: 0

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

This package is not auto-updated.

Last update: 2026-02-19 02:56:10 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.