dansup / php-raiblocks
PHP RaiBlocks RPC Library
v0.1.0
2018-01-15 04:58 UTC
Requires
- php: ~5.6|~7.0
- kitetail/zttp: 0.3.0
Requires (Dev)
- phpunit/phpunit: >=5.4.3
- squizlabs/php_codesniffer: ^2.3
This package is auto-updated.
Last update: 2024-10-29 05:16:28 UTC
README
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.