dansup/php-raiblocks

PHP RaiBlocks RPC Library

v0.1.0 2018-01-15 04:58 UTC

This package is auto-updated.

Last update: 2024-03-29 03:19:54 UTC


README

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.