Skip to content

Commit

Permalink
Release v1.0.3
Browse files Browse the repository at this point in the history
Handle empty response from bitcoind
  • Loading branch information
denpamusic committed Jan 21, 2017
1 parent 42ae7d5 commit 4ee95a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Simple Bitcoin JSON-RPC client based on GuzzleHttp

[![Latest Stable Version](https://poser.pugx.org/denpa/php-bitapi/v/stable)](https://packagist.org/packages/denpa/php-bitapi) [![License](https://poser.pugx.org/denpa/php-bitapi/license)](https://packagist.org/packages/denpa/php-bitapi) [![Build Status](https://travis-ci.org/denpamusic/php-bitapi.svg?branch=master)](https://travis-ci.org/denpamusic/php-bitapi) [![Coverage Status](https://coveralls.io/repos/github/denpamusic/php-bitapi/badge.svg?branch=master)](https://coveralls.io/github/denpamusic/php-bitapi?branch=master) [![Dependency Status](https://www.versioneye.com/user/projects/58827bdae25f59002c91be10/badge.svg?style=flat-square)](https://www.versioneye.com/user/projects/58827bdae25f59002c91be10)
[![Latest Stable Version](https://poser.pugx.org/denpa/php-bitapi/v/stable)](https://packagist.org/packages/denpa/php-bitapi) [![License](https://poser.pugx.org/denpa/php-bitapi/license)](https://packagist.org/packages/denpa/php-bitapi) [![Build Status](https://travis-ci.org/denpamusic/php-bitapi.svg?branch=v1.0.3)](https://travis-ci.org/denpamusic/php-bitapi) [![Coverage Status](https://coveralls.io/repos/github/denpamusic/php-bitapi/badge.svg?branch=v1.0.3)](https://coveralls.io/github/denpamusic/php-bitapi?branch=v1.0.3) [![Dependency Status](https://www.versioneye.com/user/projects/58827bdae25f59002c91be10/badge.svg?style=flat-square)](https://www.versioneye.com/user/projects/58827bdae25f59002c91be10)

## Installation
Run ```php composer.phar require denpa/php-bitapi``` in your project directory or add following lines to composer.json
Expand Down

1 comment on commit 4ee95a3

@denpamusic
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.