Skip to content

PHP Bitcoin API that extends the JSON RPC Client to communicate with a Bitcoind server

License

Notifications You must be signed in to change notification settings

NXEProtocol/bitcoinVault

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bitcoinVault

an open source PHP Bitcoin API Client

This PHP Bitcoin API extends the JSON RPC Client to communicate with a Bitcoind server.

Bitcoind (server) setup

To find out how to setup your own bitcoind daemon server running locally on virtualbox & ubuntu, you can check out my guide here: Guide to compile & install Bitcoind on Ubuntu 12.04 using VirtualBox

Usage

Use the index.php file as a starting point or just copy and paste from here:

<?php
spl_autoload_register();

// init
use bitcoinVault\bitcoinClient as bitcoinClient;
$client = new bitcoinClient();

// then for example, pull your bitcoind server stats:
$client->getInfo();
?>

Requirements

  • PHP5
  • cURL support

About

PHP Bitcoin API that extends the JSON RPC Client to communicate with a Bitcoind server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%