Skip to content

cpass78/laravel-bitcoinrpc

 
 

Repository files navigation

Bitcoin JSON-RPC Service Provider for Laravel

Latest Stable Version License Build Status Code Climate Code Coverage Join the chat at https://gitter.im/laravel-bitcoinrpc/Lobby

About

This package allows you to make JSON-RPC calls to Bitcoin Core JSON-RPC server from your laravel project.
It's based on denpa/php-bitcoinrpc project - fully unit-tested Bitcoin JSON-RPC client powered by GuzzleHttp.

Installation

See here.

Usage

This package provides simple and intuitive API to make RPC calls to Bitcoin Core (and some altcoins)

$hash = '000000000001caba23d5a17d5941f0c451c4ac221cbaa6c60f27502f53f87f68';
$block = bitcoind()->getBlock($hash);
dump($block->get());

Check Usage for more information and examples.

Documentation

Documentation is available here.

Requirements

  • PHP 7.0 or higher
  • Laravel 5.1 or higher

License

This product is distributed under the MIT license.

Donations

If you like this project, please consider donating:
BTC: 3L6dqSBNgdpZan78KJtzoXEk9DN3sgEQJu
Bech32: bc1qyj8v6l70c4mjgq7hujywlg6le09kx09nq8d350

❤Thanks for your support!❤

About

Bitcoin JSON-RPC Service Provider for Laravel

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%