Bitcoin Forum

Bitcoin => Project Development => Topic started by: elendir on December 10, 2013, 02:00:57 PM



Title: [ANN] Yet another PHP blockchain parser
Post by: elendir on December 10, 2013, 02:00:57 PM
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.


Title: Re: [ANN] Yet another PHP blockchain parser
Post by: melvster on December 10, 2013, 02:02:40 PM
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!


Title: Re: [ANN] Yet another PHP blockchain parser
Post by: biteasy on December 10, 2013, 02:03:21 PM
You can also check out our own REST API and use it in your library as well:
https://www.biteasy.com/developers

It's pretty fast, you might like it :)


Title: Re: [ANN] Yet another PHP blockchain parser
Post by: Abdussamad on December 10, 2013, 03:42:02 PM
You can also check out our own REST API and use it in your library as well:
https://www.biteasy.com/developers

It's pretty fast, you might like it :)

What kind of sorcery is this?? Your site is quite fast for browsing. Did you just start hosting a block explorer?


Title: Re: [ANN] Yet another PHP blockchain parser
Post by: biteasy on December 10, 2013, 10:21:21 PM
You can also check out our own REST API and use it in your library as well:
https://www.biteasy.com/developers

It's pretty fast, you might like it :)

What kind of sorcery is this?? Your site is quite fast for browsing. Did you just start hosting a block explorer?

I don't want to be rude and hijack this thread. You can post here (https://bitcointalk.org/index.php?topic=336876.0) about it instead.