dansup / php-raiblocks

PHP RaiBlocks RPC Library

Home Page:https://packagist.org/packages/dansup/php-raiblocks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

php-raiblocks

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

WIP: Not recommended for production use

A simple PHP RaiBlocks RPC Library.

Install

Via Composer

$ composer require dansup/php-raiblocks

Usage

$server = new dansup\RaiBlocks\Server();
echo json_encode($server->availableSupply()->run());

Change log

Please see CHANGELOG for more information on what has changed recently.

Testing

$ composer test

Contributing

Please see CONTRIBUTING and CODE_OF_CONDUCT for details.

Security

If you discover any security related issues, please email danielsupernault@gmail.com instead of using the issue tracker.

Credits

License

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

About

PHP RaiBlocks RPC Library

https://packagist.org/packages/dansup/php-raiblocks

License:MIT License


Languages

Language:PHP 100.0%