Skip to content

Releases: denpamusic/php-bitcoinrpc

php-bitcoinrpc v2.0.0beta

14 Aug 22:59

Choose a tag to compare

Pre-release
  • Added Bitcoind Response object that contains various useful helper methods and provides array and invoker access.
  • Added BitcoindException Exception that gets thrown on error message from Bitcoin Core
  • Improved exception handling
  • Improved async request
  • Minor bugfixes

php-bitcoinrpc v1.0.8

12 Aug 17:29

Choose a tag to compare

  • Added support for async requests via magic call
  • Improved url parser

php-bitcoinrpc v1.0.7

12 Aug 01:27

Choose a tag to compare

  • Added support for promise-based async requests
  • Improved coding style
  • Deprecated PHP v5.6 support
  • Minor bugfixes and improvements

php-bitcoinrpc v1.0.6

05 Feb 16:24

Choose a tag to compare

  • Improved test coverage
  • Minor fixes

php-bitcoinrpc v1.0.5

31 Jan 20:08

Choose a tag to compare

  • Ability to change Guzzle client to another PSR-7 compatible one.

php-bitcoinrpc v1.0.4

21 Jan 11:14

Choose a tag to compare

  • Rename project to php-bitcoinrpc
  • Minor consistency improvements

php-bitapi v1.0.3

21 Jan 01:12

Choose a tag to compare

Handle empty response from bitcoind.

php-bitapi v1.0.2

20 Jan 23:17

Choose a tag to compare

Bump required php version to PHP 5.6
For more information see http://php.net/eol.php

php-bitapi v1.0.1

20 Jan 21:40

Choose a tag to compare

Minor fixes

php-bitapi v1.0.0

20 Jan 21:31

Choose a tag to compare

First release