bitwasp / bitcoind-php-guzzle
Installs: 107
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/bitwasp/bitcoind-php-guzzle
Requires
- guzzlehttp/guzzle: ^6.3
- nbobtc/bitcoind-php: 2.0|2.1
Requires (Dev)
- mockery/mockery: ^0.9.0
- phpunit/phpunit: ^5.4.0
- squizlabs/php_codesniffer: ^3.2
This package is auto-updated.
Last update: 2025-09-23 08:03:11 UTC
README
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