PHP Classes

PHP Altcoin Bitcoin Explorer: Get transaction information with Bitcoin protocol

Recommend this page to a friend!
  Info   Documentation   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 184 All time: 8,672 This week: 78Up
Version License PHP version Categories
bitcoin-explorer 0.2GNU General Publi...5.0PHP 5, Web services, Finances
Description 

Author

This package can get transaction information with Bitcoin protocol.

It can send HTTP requests to a Bitcoin peer server to perform several operations.

Currently it can get transaction details, get peer information, get mining information, get network hashes, get block chains, etc..

Innovation Award
PHP Programming Innovation award nominee
August 2014
Number 8
Bitcoin is a peer to peer networking protocol that is most commonly used to perform transactions with the Bitcoin virtual currency.

This class implements the Bitcoin protocol to obtain information about Bitcoin transactions.

Manuel Lemos
Picture of Lukas Mestan
  Performance   Level  
Name: Lukas Mestan <contact>
Classes: 8 packages by
Country: Slovak Republic Slovak Republic
Innovation award
Innovation award
Nominee: 1x

Documentation

Altcoin/Bitcoin Data Explorer

PHP Altcoin/Bitcoin data Explorer

Usage

$block = new BlockChain($ip, $port, $username, $password);

$block_info_from_hash = $block->get_block('000000000000000007c4695c756bb944cf31f1f20487a32375d9d4c61dfd6349');
$block_info_from_height = $block->get_block_hash('308788');

var_dump($block_info_from_hash, $block_info_from_height);

  Files folder image Files (6)  
File Role Description
Plain text file blockchain.php Class Class source
Plain text file deamondata.php Class Class source
Accessible without login Plain text file LICENSE Lic. License text
Plain text file networkinfo.php Class Class source
Accessible without login Plain text file README.md Doc. Documentation
Plain text file transaction.php Class Class source

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 100%
Total:184
This week:0
All time:8,672
This week:78Up