Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1.14 KB

README.md

File metadata and controls

19 lines (12 loc) · 1.14 KB

Guzzle driver for bitcoind-php

Build Status Code Coverage Scrutinizer Code Quality

This package provides a guzzle driver for the nbobtc/bitcoind-php RPC interface.

It's a small package, but allows you to make use of the Guzzle client instead of maintaining the same configuration in terms of curl options.

Installation

This package has a dependency on nbobtc/bitcoind-php, so installing the driver will also install the package. Presently it will work alongside 2.0|2.1, but this can be expanded as required (just open an issue).

composer require bit-wasp/bitcoind-php-guzzle

Usage

Please see this example: