dansup/php-raiblocks

PHP RaiBlocks RPC Library

Installs: 20

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/dansup/php-raiblocks

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

This package is auto-updated.

Last update: 2025-09-29 01:53:29 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.