PHPackages                             nbobtc/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. nbobtc/bitcoind-php

ActiveLibrary

nbobtc/bitcoind-php
===================

PHP Wrapper for a bitcoind daemon

2.1.0(8y ago)16765.5k↓50%65[4 PRs](https://github.com/nbobtc/bitcoind-php/pulls)20MITPHPPHP &gt;=5.4

Since Aug 10Pushed 5y ago11 watchersCompare

[ Source](https://github.com/nbobtc/bitcoind-php)[ Packagist](https://packagist.org/packages/nbobtc/bitcoind-php)[ Docs](https://github.com/nbobtc/bitcoind-php)[ RSS](/packages/nbobtc-bitcoind-php/feed)WikiDiscussions 2.x Synced 1mo ago

READMEChangelog (2)Dependencies (6)Versions (10)Used By (20)

nbobtc/bitcoind-php [![Travis branch](https://camo.githubusercontent.com/b53f546502d7abdf77462d59779c2205f8c3545c3dd64f4f88b565a36a6fa1b0/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6e626f6274632f626974636f696e642d7068702f322e782e737667)](https://travis-ci.org/nbobtc/bitcoind-php) [![Packagist](https://camo.githubusercontent.com/2a99a9a424df1b2c3bc52b9a32326c02b306fa60ebfcc3fad28733d5127840fc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e626f6274632f626974636f696e642d7068702e737667)](https://packagist.org/packages/nbobtc/bitcoind-php) [![Packagist Pre Release](https://camo.githubusercontent.com/bbf377806730c19ffd209c4f4c0edba1e2f68cb435cc28b33221eb49e6770a5e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f767072652f6e626f6274632f626974636f696e642d7068702e737667)](https://packagist.org/packages/nbobtc/bitcoind-php)
=====================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#nbobtcbitcoind-php---)

[![Code Climate](https://camo.githubusercontent.com/be177c655e20b6147bc289ac78404e7a3132307211be801ad1812f462cc42874/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636c696d6174652f6769746875622f6e626f6274632f626974636f696e642d7068702e737667)](https://codeclimate.com/github/nbobtc/bitcoind-php) [![Code Climate](https://camo.githubusercontent.com/d56269b93ae359c431183c77d6465b7b6d4daec02a60d6aa62103e8488cca4cb/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636c696d6174652f636f7665726167652f6769746875622f6e626f6274632f626974636f696e642d7068702e737667)](https://codeclimate.com/github/nbobtc/bitcoind-php) [![SensioLabs Insight](https://camo.githubusercontent.com/3cb2a8e759fefeaf7ee31c0d3dce5ad0bec8967ac78f5fb1a5557b553d77172c/68747470733a2f2f696d672e736869656c64732e696f2f73656e73696f6c6162732f692f63376166393138322d663533622d343136342d383230642d3436653734393932353266332e737667)](https://insight.sensiolabs.com/projects/c7af9182-f53b-4164-820d-46e7499252f3)

This project is used to interact with a headless bitcoin program called bitcoind. It also contains various utility classes for working with Bitcoin as a PHP Developer.

Installation
------------

[](#installation)

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

```
composer require nbobtc/bitcoind-php
```

Usage
-----

[](#usage)

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

```
