PHPackages                             denpa/laravel-bitcoinrpc - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. denpa/laravel-bitcoinrpc

ActiveLibrary[HTTP &amp; Networking](/categories/http)

denpa/laravel-bitcoinrpc
========================

Bitcoin JSON-RPC Service Provider for Laravel

v1.3.0(4y ago)9054.4k↑35.7%40[5 issues](https://github.com/denpamusic/laravel-bitcoinrpc/issues)MITPHPPHP &gt;=8.0CI failing

Since Feb 1Pushed 3mo ago6 watchersCompare

[ Source](https://github.com/denpamusic/laravel-bitcoinrpc)[ Packagist](https://packagist.org/packages/denpa/laravel-bitcoinrpc)[ Docs](https://github.com/denpamusic/laravel-bitcoinrpc)[ RSS](/packages/denpa-laravel-bitcoinrpc/feed)WikiDiscussions 1.3.x Synced 2d ago

READMEChangelog (10)Dependencies (2)Versions (24)Used By (0)

Bitcoin JSON-RPC Service Provider for Laravel
=============================================

[](#bitcoin-json-rpc-service-provider-for-laravel)

[![Latest Stable Version](https://camo.githubusercontent.com/c081297fe80d698b250a17d7283d3f87dc8dce457e5fc4ee719fa0a4c5aa33c1/68747470733a2f2f706f7365722e707567782e6f72672f64656e70612f6c61726176656c2d626974636f696e7270632f762f737461626c65)](https://packagist.org/packages/denpa/laravel-bitcoinrpc)[![License](https://camo.githubusercontent.com/bee71b4b3162fbf9f37047b27ead35a69f0ae87eb572b6675df2c563c459db46/68747470733a2f2f706f7365722e707567782e6f72672f64656e70612f6c61726176656c2d626974636f696e7270632f6c6963656e7365)](https://packagist.org/packages/denpa/laravel-bitcoinrpc)[![ci](https://github.com/denpamusic/laravel-bitcoinrpc/actions/workflows/ci.yml/badge.svg)](https://github.com/denpamusic/laravel-bitcoinrpc/actions/workflows/ci.yml)[![Code Climate](https://camo.githubusercontent.com/fd5baa47c1934e531119176b4278d3371b037ff55781cf8022ff7e2c6c5aab4e/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f64656e70616d757369632f6c61726176656c2d626974636f696e7270632f6261646765732f6770612e737667)](https://codeclimate.com/github/denpamusic/laravel-bitcoinrpc)[![Code Coverage](https://camo.githubusercontent.com/7877d2da374b84df1d88b6fdd42dd3b80aae5fc0072e94febb0d04a04b1f1e08/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f64656e70616d757369632f6c61726176656c2d626974636f696e7270632f6261646765732f636f7665726167652e737667)](https://codeclimate.com/github/denpamusic/laravel-bitcoinrpc/coverage)

About
-----

[](#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](https://github.com/denpamusic/php-bitcoinrpc) project - fully unit-tested Bitcoin JSON-RPC client powered by GuzzleHttp.

Quick Installation
------------------

[](#quick-installation)

1. Install package:

```
composer require denpa/laravel-bitcoinrpc "^1.3"
```

2. Publish config file

```
php artisan vendor:publish --provider="Denpa\Bitcoin\Providers\ServiceProvider"
```

*Visit [Installation](https://laravel-bitcoinrpc.denpa.pro/docs/install/) for detailed installation guide.*

Usage
-----

[](#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](https://laravel-bitcoinrpc.denpa.pro/docs/request/standard/) for more information and examples.

Documentation
-------------

[](#documentation)

Documentation is available [here](https://laravel-bitcoinrpc.denpa.pro/).

Requirements
------------

[](#requirements)

- PHP 8.0 or higher
- Laravel 9.0 or higher

*For PHP 5.6 to 7.0 use [laravel-bitcoinrpc v1.2.8](https://github.com/denpamusic/laravel-bitcoinrpc/releases/tag/v1.2.8).*
*For PHP 7.0 to 7.4 use [laravel-bitcoinrpc v1.2.11](https://github.com/denpamusic/laravel-bitcoinrpc/releases/tag/v1.2.11).*

License
-------

[](#license)

This product is distributed under the [MIT license](https://github.com/denpamusic/laravel-bitcoinrpc/blob/master/LICENSE).

Donations
---------

[](#donations)

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

❤Thanks for your support!❤

###  Health Score

53

—

FairBetter than 96% of packages

Maintenance53

Moderate activity, may be stable

Popularity45

Moderate usage in the ecosystem

Community22

Small or concentrated contributor base

Maturity78

Established project with proven stability

 Bus Factor1

Top contributor holds 95.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~152 days

Recently: every ~647 days

Total

23

Last Release

95d ago

PHP version history (3 changes)v1.0.0PHP &gt;=5.6.0

v1.2.9PHP &gt;=7.1

1.2.x-devPHP &gt;=8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/16575433?v=4)[Denis Paavilainen](/maintainers/denpamusic)[@denpamusic](https://github.com/denpamusic)

---

Top Contributors

[![denpamusic](https://avatars.githubusercontent.com/u/16575433?v=4)](https://github.com/denpamusic "denpamusic (184 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (3 commits)")[![CryDeTaan](https://avatars.githubusercontent.com/u/11268952?v=4)](https://github.com/CryDeTaan "CryDeTaan (2 commits)")[![AgheraSachin](https://avatars.githubusercontent.com/u/20219879?v=4)](https://github.com/AgheraSachin "AgheraSachin (1 commits)")[![kemalevren](https://avatars.githubusercontent.com/u/480048?v=4)](https://github.com/kemalevren "kemalevren (1 commits)")[![reinierkors](https://avatars.githubusercontent.com/u/1042387?v=4)](https://github.com/reinierkors "reinierkors (1 commits)")[![ZerglingGo](https://avatars.githubusercontent.com/u/3365053?v=4)](https://github.com/ZerglingGo "ZerglingGo (1 commits)")

---

Tags

apiapi-clientbitcoinbitcoinrpccryptocurrenciescryptocurrencyjson-rpclaravellaravel-packagephpapilaravelGuzzlejsonrpcbitcoin

### Embed Badge

![Health badge](/badges/denpa-laravel-bitcoinrpc/health.svg)

```
[![Health](https://phpackages.com/badges/denpa-laravel-bitcoinrpc/health.svg)](https://phpackages.com/packages/denpa-laravel-bitcoinrpc)
```

###  Alternatives

[denpa/php-bitcoinrpc

Bitcoin JSON-RPC client based on GuzzleHttp

283228.1k4](/packages/denpa-php-bitcoinrpc)[hamburgscleanest/laravel-guzzle-throttle

A Laravel wrapper for https://github.com/hamburgscleanest/guzzle-advanced-throttle.

7914.3k](/packages/hamburgscleanest-laravel-guzzle-throttle)[openapi/openapi-sdk

Minimal and agnostic PHP SDK for Openapi® (https://openapi.com)

171.5k1](/packages/openapi-openapi-sdk)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
