定制 denpa/laravel-bitcoinrpc 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

denpa/laravel-bitcoinrpc

最新稳定版本:v1.3.0

Composer 安装命令:

composer require denpa/laravel-bitcoinrpc

包简介

Bitcoin JSON-RPC Service Provider for Laravel

README 文档

README

Latest Stable Version License ci Code Climate Code Coverage

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.

Quick Installation

  1. Install package:
composer require denpa/laravel-bitcoinrpc "^1.3"
  1. Publish config file
php artisan vendor:publish --provider="Denpa\Bitcoin\Providers\ServiceProvider"

Visit Installation for detailed installation guide.

Usage

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

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

Check Usage for more information and examples.

Documentation

Documentation is available here.

Requirements

  • PHP 8.0 or higher
  • Laravel 9.0 or higher

For PHP 5.6 to 7.0 use laravel-bitcoinrpc v1.2.8.
For PHP 7.0 to 7.4 use laravel-bitcoinrpc v1.2.11.

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!❤

统计信息

  • 总下载量: 52.57k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 90
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 90
  • Watchers: 6
  • Forks: 40
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2017-02-01