PHP Classes

PHP Altcoin Bitcoin Explorer: Get transaction information with Bitcoin protocol

Recommend this page to a friend!
  Info   View files Documentation   View files View files (6)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not yet rated by the usersTotal: 183 All time: 8,660 This week: 89Up
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 is available for providing paid consulting. Contact Lukas Mestan .
Classes: 8 packages by
Country: Slovak Republic Slovak Republic
Age: 43
All time rank: 8484 in Slovak Republic Slovak Republic
Week rank: 312 Up1 in Slovak Republic Slovak Republic Up
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  
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

 Version Control Unique User Downloads Download Rankings  
 100%
Total:183
This week:0
All time:8,660
This week:89Up