---
title: "About"
excerpt: "Information about laravel-bitcoinrpc project."
permalink: /
---
[![Latest Stable Version](https://poser.pugx.org/denpa/laravel-bitcoinrpc/v/stable)](https://packagist.org/packages/denpa/laravel-bitcoinrpc)
[![License](https://poser.pugx.org/denpa/laravel-bitcoinrpc/license)](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://codeclimate.com/github/denpamusic/laravel-bitcoinrpc/badges/gpa.svg)](https://codeclimate.com/github/denpamusic/laravel-bitcoinrpc)
[![Code Coverage](https://codeclimate.com/github/denpamusic/laravel-bitcoinrpc/badges/coverage.svg)](https://codeclimate.com/github/denpamusic/laravel-bitcoinrpc/coverage)

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.

[Documentation]({{ 'docs/install' | relative_url }}) will (hopefully) guide you through installation and configuration process for this package.
It covers many usage cases describing their pros and cons and providing examples.

## Requirements
* PHP 8.0 or higher
* Laravel 9.0 or higher

_For PHP 5.6 to 7.0 use [laravel-bitcoinrpc v1.2.8]({{ 'release/1.2.8' | relative_url }})._  
_For PHP 7.0 to 7.4 use [laravel-bitcoinrpc v1.2.11]({{ 'release/1.2.11' | relative_url }})._

## License
This product is distributed under the [MIT license]({{ 'license' | relative_url }}).

## Donations

![3L6dqSBNgdpZan78KJtzoXEk9DN3sgEQJu]({{ site.url }}{{ site.baseurl }}/assets/images/qr.png){: .align-left}
If you like this project, please consider donating:  
**BTC**: 3L6dqSBNgdpZan78KJtzoXEk9DN3sgEQJu  
**Bech32**: bc1qyj8v6l70c4mjgq7hujywlg6le09kx09nq8d350

❤Thanks for your support!❤
