Skip to content

laravel-bitcoinrpc v1.2.8

Choose a tag to compare

@denpamusic denpamusic released this 08 Oct 22:34
· 52 commits to master since this release
  • 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 hinting Denpa\Bitcoin\LaravelClient instead of Denpa\Bitcoin\Client.
  • Code cleanup
  • Improved tests