<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.10.0">Jekyll</generator><link href="https://laravel-bitcoinrpc.denpa.pro/releases.xml" rel="self" type="application/atom+xml" /><link href="https://laravel-bitcoinrpc.denpa.pro/" rel="alternate" type="text/html" /><updated>2026-03-31T09:13:33+03:00</updated><id>https://laravel-bitcoinrpc.denpa.pro/releases.xml</id><title type="html">laravel-bitcoinrpc</title><subtitle>Bitcoin JSON-RPC Service Provider for Laravel.</subtitle><author><name>Denis Paavilainen</name></author><entry><title type="html">1.3.0</title><link href="https://laravel-bitcoinrpc.denpa.pro/release/1.3.0" rel="alternate" type="text/html" title="1.3.0" /><published>2022-05-24T00:00:00+03:00</published><updated>2022-05-24T00:00:00+03:00</updated><id>https://laravel-bitcoinrpc.denpa.pro/release/1.3.0</id><content type="html" xml:base="https://laravel-bitcoinrpc.denpa.pro/release/1.3.0"><![CDATA[<ul>
  <li>Updated php-bitcoinrpc branch 2.2.x</li>
</ul>]]></content><author><name>Denis Paavilainen</name></author><summary type="html"><![CDATA[Updated php-bitcoinrpc branch 2.2.x]]></summary></entry><entry><title type="html">1.2.11</title><link href="https://laravel-bitcoinrpc.denpa.pro/release/1.2.11" rel="alternate" type="text/html" title="1.2.11" /><published>2019-12-08T00:00:00+03:00</published><updated>2019-12-08T00:00:00+03:00</updated><id>https://laravel-bitcoinrpc.denpa.pro/release/1.2.11</id><content type="html" xml:base="https://laravel-bitcoinrpc.denpa.pro/release/1.2.11"><![CDATA[<ul>
  <li>Added ability to set connection timeout</li>
</ul>]]></content><author><name>Denis Paavilainen</name></author><summary type="html"><![CDATA[Added ability to set connection timeout]]></summary></entry><entry><title type="html">1.2.10</title><link href="https://laravel-bitcoinrpc.denpa.pro/release/1.2.10" rel="alternate" type="text/html" title="1.2.10" /><published>2019-02-27T00:00:00+03:00</published><updated>2019-02-27T00:00:00+03:00</updated><id>https://laravel-bitcoinrpc.denpa.pro/release/1.2.10</id><content type="html" xml:base="https://laravel-bitcoinrpc.denpa.pro/release/1.2.10"><![CDATA[<ul>
  <li>Removed dependency on “laravel/support” (thanks reinierkors)</li>
</ul>]]></content><author><name>Denis Paavilainen</name></author><summary type="html"><![CDATA[Removed dependency on “laravel/support” (thanks reinierkors)]]></summary></entry><entry><title type="html">1.2.9</title><link href="https://laravel-bitcoinrpc.denpa.pro/release/1.2.9" rel="alternate" type="text/html" title="1.2.9" /><published>2018-12-07T00:00:00+03:00</published><updated>2018-12-07T00:00:00+03:00</updated><id>https://laravel-bitcoinrpc.denpa.pro/release/1.2.9</id><content type="html" xml:base="https://laravel-bitcoinrpc.denpa.pro/release/1.2.9"><![CDATA[<ul>
  <li>Updated php-bitcoinrpc version to 2.1.x</li>
  <li>Bumped mininum required PHP version to 7.1.</li>
  <li>Fixed incorrect default config behaviour.</li>
  <li>Added preserve_case setting.</li>
  <li>Minor bug fixes and improvements.</li>
</ul>]]></content><author><name>Denis Paavilainen</name></author><summary type="html"><![CDATA[Updated php-bitcoinrpc version to 2.1.x Bumped mininum required PHP version to 7.1. Fixed incorrect default config behaviour. Added preserve_case setting. Minor bug fixes and improvements.]]></summary></entry><entry><title type="html">1.2.8.1</title><link href="https://laravel-bitcoinrpc.denpa.pro/release/1.2.8.1" rel="alternate" type="text/html" title="1.2.8.1" /><published>2018-12-02T00:00:00+03:00</published><updated>2018-12-02T00:00:00+03:00</updated><id>https://laravel-bitcoinrpc.denpa.pro/release/1.2.8.1</id><content type="html" xml:base="https://laravel-bitcoinrpc.denpa.pro/release/1.2.8.1"><![CDATA[<ul>
  <li>Locked php-bitcoinrpc dependency to branch 2.0.x. Fixes #14</li>
</ul>]]></content><author><name>Denis Paavilainen</name></author><summary type="html"><![CDATA[Locked php-bitcoinrpc dependency to branch 2.0.x. Fixes #14]]></summary></entry><entry><title type="html">1.2.8</title><link href="https://laravel-bitcoinrpc.denpa.pro/release/1.2.8" rel="alternate" type="text/html" title="1.2.8" /><published>2018-10-09T00:00:00+03:00</published><updated>2018-10-09T00:00:00+03:00</updated><id>https://laravel-bitcoinrpc.denpa.pro/release/1.2.8</id><content type="html" xml:base="https://laravel-bitcoinrpc.denpa.pro/release/1.2.8"><![CDATA[<ul>
  <li>Added ability to get response data as laravel collection.<br />
Check <a href="/docs/response/methods#collect">docs</a> for more info.</li>
  <li>Added client and response class<br />
<em>Note: if you’re using automatic injection, make sure that you’re hinting <code class="language-plaintext highlighter-rouge">Denpa\Bitcoin\LaravelClient</code> instead of <code class="language-plaintext highlighter-rouge">Denpa\Bitcoin\Client</code>.</em></li>
  <li>Code cleanup</li>
  <li>Improved tests</li>
</ul>]]></content><author><name>Denis Paavilainen</name></author><summary type="html"><![CDATA[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]]></summary></entry><entry><title type="html">1.2.7</title><link href="https://laravel-bitcoinrpc.denpa.pro/release/1.2.7" rel="alternate" type="text/html" title="1.2.7" /><published>2018-09-20T00:00:00+03:00</published><updated>2018-09-20T00:00:00+03:00</updated><id>https://laravel-bitcoinrpc.denpa.pro/release/1.2.7</id><content type="html" xml:base="https://laravel-bitcoinrpc.denpa.pro/release/1.2.7"><![CDATA[<ul>
  <li>Updated php-bitcoinrpc to v2.0.10</li>
  <li>Added Auto-Discovery for facade</li>
  <li>Added sequence check for ZeroMQ messages</li>
  <li>Improved tests</li>
  <li>Removed outdated dependencies</li>
</ul>]]></content><author><name>Denis Paavilainen</name></author><summary type="html"><![CDATA[Updated php-bitcoinrpc to v2.0.10 Added Auto-Discovery for facade Added sequence check for ZeroMQ messages Improved tests Removed outdated dependencies]]></summary></entry><entry><title type="html">1.2.6</title><link href="https://laravel-bitcoinrpc.denpa.pro/release/1.2.6" rel="alternate" type="text/html" title="1.2.6" /><published>2018-09-14T00:00:00+03:00</published><updated>2018-09-14T00:00:00+03:00</updated><id>https://laravel-bitcoinrpc.denpa.pro/release/1.2.6</id><content type="html" xml:base="https://laravel-bitcoinrpc.denpa.pro/release/1.2.6"><![CDATA[<ul>
  <li>Updated php-bitcoinrpc to v2.0.9</li>
  <li>Updated and improved documentation</li>
</ul>]]></content><author><name>Denis Paavilainen</name></author><summary type="html"><![CDATA[Updated php-bitcoinrpc to v2.0.9 Updated and improved documentation]]></summary></entry><entry><title type="html">1.2.5</title><link href="https://laravel-bitcoinrpc.denpa.pro/release/1.2.5" rel="alternate" type="text/html" title="1.2.5" /><published>2018-09-13T00:00:00+03:00</published><updated>2018-09-13T00:00:00+03:00</updated><id>https://laravel-bitcoinrpc.denpa.pro/release/1.2.5</id><content type="html" xml:base="https://laravel-bitcoinrpc.denpa.pro/release/1.2.5"><![CDATA[<ul>
  <li>Added ZMQ support via <a href="https://packagist.org/packages/denpa/laravel-zeromq">denpa\laravel-zeromq</a>
For more information, please see <a href="https://github.com/denpamusic/laravel-bitcoinrpc#zeromq">README</a> and <a href="https://github.com/bitcoin/bitcoin/blob/master/doc/zmq.md">Documentation</a>.</li>
</ul>]]></content><author><name>Denis Paavilainen</name></author><summary type="html"><![CDATA[Added ZMQ support via denpa\laravel-zeromq For more information, please see README and Documentation.]]></summary></entry><entry><title type="html">1.2.2</title><link href="https://laravel-bitcoinrpc.denpa.pro/release/1.2.2" rel="alternate" type="text/html" title="1.2.2" /><published>2018-09-08T00:00:00+03:00</published><updated>2018-09-08T00:00:00+03:00</updated><id>https://laravel-bitcoinrpc.denpa.pro/release/1.2.2</id><content type="html" xml:base="https://laravel-bitcoinrpc.denpa.pro/release/1.2.2"><![CDATA[<ul>
  <li>Changed the way to access multiple daemon configurations.
You can now send requests to different daemons with <code class="language-plaintext highlighter-rouge">bitcoind()-&gt;client($name)</code> call. (e. g. <code class="language-plaintext highlighter-rouge">bitcoind()-&gt;client('litecoin')-&gt;getBlock('...')</code>)
(see <a href="https://github.com/denpamusic/laravel-bitcoinrpc#configuration">Configuration</a> and <a href="https://github.com/denpamusic/laravel-bitcoinrpc#multiple-instances">Multiple Instances</a> for more info)</li>
  <li>Removed unused facade</li>
</ul>]]></content><author><name>Denis Paavilainen</name></author><summary type="html"><![CDATA[Changed the way to access multiple daemon configurations. You can now send requests to different daemons with bitcoind()-&gt;client($name) call. (e. g. bitcoind()-&gt;client('litecoin')-&gt;getBlock('...')) (see Configuration and Multiple Instances for more info) Removed unused facade]]></summary></entry></feed>