2017 © Pedro Peláez
 

library del-bitcoin

Blockchain Bitcoin Wallet API Functionality for Zend Framework 2

image

delboy1978uk/del-bitcoin

Blockchain Bitcoin Wallet API Functionality for Zend Framework 2

  • Friday, May 24, 2013
  • by delboy1978uk
  • Repository
  • 1 Watchers
  • 5 Stars
  • 52 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

del-bitcoin

Install via composer: "delboy1978uk/del-bitcoin": "dev-master", (*1)

Zend Framework 2 Bitcoin module using the Blockchain API, (*2)

So whats in v0.1?, (*3)

Service for connecting to Blockchain API, (*4)

View Helper to display balances, (*5)

Example use - Wallet Balance View Helper, (*6)

$this->walletBalance('1Cu6X3c716CCKU3Bi2jfHv8kZ2QCor8uXm');, (*7)

Service commands:, (*8)

public function getWalletBalance($address);, (*9)

public function sendBitcoin($from,$to,$amount,$fee = 50000, $note = null);, (*10)

public function sendMultipleTransactions($from,$recipients,$fee = 50000, $note = null);, (*11)

public function listWalletAddresses();, (*12)

public function generateNewAddress($label = null);, (*13)

public function archiveAddress($address);, (*14)

public function unarchiveAddress($address);, (*15)

public function autoConsolidateAddresses($days);, (*16)

The Versions

24/05 2013

dev-master

9999999-dev https://github.com/delboy1978uk/del-bitcoin

Blockchain Bitcoin Wallet API Functionality for Zend Framework 2

  Sources   Download

The Requires

 

zf2 bitcoin blockchain

24/05 2013

v0.1

0.1.0.0 https://github.com/delboy1978uk/del-bitcoin

Blockchain Bitcoin Wallet API Functionality for Zend Framework 2

  Sources   Download

The Requires

 

zf2 bitcoin blockchain

24/05 2013

dev-dev

dev-dev https://github.com/delboy1978uk/del-bitcoin

Blockchain Bitcoin Wallet API Functionality for Zend Framework 2

  Sources   Download

The Requires

 

zf2 bitcoin blockchain