PHPackages                             matrunchyk/bitcoind-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. matrunchyk/bitcoind-php

ActiveLibrary[HTTP &amp; Networking](/categories/http)

matrunchyk/bitcoind-php
=======================

PHP Wrapper for a bitcoind daemon

039PHP

Since Dec 30Pushed 12y ago1 watchersCompare

[ Source](https://github.com/matrunchyk/bitcoind-php)[ Packagist](https://packagist.org/packages/matrunchyk/bitcoind-php)[ RSS](/packages/matrunchyk-bitcoind-php/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

matrunchyk/bitcoind-php
=======================

[](#matrunchykbitcoind-php)

[![Build Status](https://camo.githubusercontent.com/35d4db416ec18b978d8e0e663208c2f64d2b64ad60ab1a0be4110875388d25ed/68747470733a2f2f7472617669732d63692e6f72672f6e626f6274632f626974636f696e642d7068702e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/nbobtc/bitcoind-php)This project is a wrapper for a bitcoind daemon. This project is still being worked on and the interface may change a little until I get something more stable.

Installation
============

[](#installation)

You can install this library by using [composer](http://getcomposer.org/). You can also view more info about this on [packagist](https://packagist.org/packages/matrunchyk/bitcoind-php).

Add this to the `requires` in your `composer.json` file.

```
"matrunchyk/bitcoind-php": "1.0.*@dev"

```

Usage
=====

[](#usage)

To use the project you need to just create a new instance of the class.

```
