Post
Topic
Board Project Development
Re: [ANN] Yet another PHP blockchain parser
by
melvster
on 10/12/2013, 14:02:40 UTC
Hello everyone,
do you need to parse the blockchain in PHP? I created a simple library to do just that. It connects to blockchain.info API or bitcoind via json-rpc. You can use it to retrieve information about addresses and transactions.

See https://github.com/bitcont/bitcoin.

Thanks was looking for something like this lately!