php-bitcoinrpc v2.0.0
First release of php-bitcoinrpc v2.x branch
- Added Bitcoind Response object that contains various useful helper methods like first() or has() 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