2017 © Pedro Peláez
 

library bitcoind-php-guzzle

image

bitwasp/bitcoind-php-guzzle

  • Friday, April 13, 2018
  • by thomaskerin
  • Repository
  • 1 Watchers
  • 0 Stars
  • 37 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 6 % Grown

The README.md

Guzzle driver for bitcoind-php

Build Status Code Coverage Scrutinizer Code Quality, (*1)

This package provides a guzzle driver for the nbobtc/bitcoind-php RPC interface., (*2)

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., (*3)

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)., (*4)

composer require bit-wasp/bitcoind-php-guzzle

Usage

Please see this example: , (*5)

The Versions