laravel-bitcoinrpc v1.2.8
- Added ability to get response data as laravel collection.
Check docs for more info. - Added client and response class
Note: if you're using automatic injection, make sure that you're hintingDenpa\Bitcoin\LaravelClient
instead ofDenpa\Bitcoin\Client
. - Code cleanup
- Improved tests