Author

Topic: bitcoin PHP classes (Read 1616 times)

sr. member
Activity: 266
Merit: 250
June 20, 2015, 11:45:07 AM
#9
You can make use of the chain.com API which provides a library that you can integrate with PHP.
sr. member
Activity: 318
Merit: 251
June 18, 2015, 11:53:44 AM
#8
Another option for you is Synala, which is available free of charge from http://envrin.com/synala

Simply upload the contents of the .zip file to your server, open in your browser, follow the easy setup process and you'll be up and running accepting Bitcoin is no time.  If you have any questions regarding it, please don't hesitate to ask.
legendary
Activity: 1442
Merit: 1179
June 08, 2015, 08:56:02 AM
#7
I created this for just this reason. It's ok not everyone knows how to code.

https://bitcointalksearch.org/topic/so-you-want-to-use-bitcoin-on-your-website-990348

I created many lessons (videos and written) with bitcoin and PHP, from simple getting the current price, to building a faucet or a web store.
Hope this helps. I know I'm not the best coder out there, but it's a start.



full member
Activity: 156
Merit: 100
Crypto Currency Developer
June 07, 2015, 06:18:48 PM
#6
now , how to validate the bitcoin address to stop overloading on the database with wrong bitcoin addresses

Have a look at this:
https://github.com/tuaris/CryptoCurrencyPHP
member
Activity: 132
Merit: 11
June 07, 2015, 06:01:51 PM
#5

Oops... you just downloaded the website https://bitcoin.org

First we need to know what you want to mean by I want to handle bitcoins via my website ? You want to receive bitcoin as it is or you want your customers to pay in bitcoin, but you want your local currency ?

If you want to receive bitcoin as it is, you may check this - https://www.blocktrail.com/api/docs/lang/php

If you want your customers to pay in bitcoin, but you want your local currency, you may check this - https://bitpay.com/api
I want to receive bitcoin and check the bitcoin address validation only

Well, then try the blocktrail one. For any problem in integration, ask for support on their site. Those guys appeared helpful to me.

But, once you become a pro, run a Bitcoin daemon and query through JSON RPC.
now , how to validate the bitcoin address to stop overloading on the database with wrong bitcoin addresses
legendary
Activity: 2198
Merit: 1049
June 07, 2015, 05:46:11 PM
#4

Oops... you just downloaded the website https://bitcoin.org

First we need to know what you want to mean by I want to handle bitcoins via my website ? You want to receive bitcoin as it is or you want your customers to pay in bitcoin, but you want your local currency ?

If you want to receive bitcoin as it is, you may check this - https://www.blocktrail.com/api/docs/lang/php

If you want your customers to pay in bitcoin, but you want your local currency, you may check this - https://bitpay.com/api
I want to receive bitcoin and check the bitcoin address validation only

Well, then try the blocktrail one. For any problem in integration, ask for support on their site. Those guys appeared helpful to me.

But, once you become a pro, run a Bitcoin daemon and query through JSON RPC.
member
Activity: 132
Merit: 11
June 07, 2015, 05:40:17 PM
#3

Oops... you just downloaded the website https://bitcoin.org

First we need to know what you want to mean by I want to handle bitcoins via my website ? You want to receive bitcoin as it is or you want your customers to pay in bitcoin, but you want your local currency ?

If you want to receive bitcoin as it is, you may check this - https://www.blocktrail.com/api/docs/lang/php

If you want your customers to pay in bitcoin, but you want your local currency, you may check this - https://bitpay.com/api
I want to receive bitcoin and check the bitcoin address validation only
legendary
Activity: 2198
Merit: 1049
June 07, 2015, 05:28:17 PM
#2
Hello guys
how to get the .PHP files to can handle bitcoins via my website ?
I downloaded this https://github.com/bitcoin/bitcoin.org but all files .MD
and I can`t include this in my website Smiley

Oops... you just downloaded the website https://bitcoin.org

First we need to know what you want to mean by I want to handle bitcoins via my website ? You want to receive bitcoin as it is or you want your customers to pay in bitcoin, but you want your local currency ?

If you want to receive bitcoin as it is, you may check this - https://www.blocktrail.com/api/docs/lang/php

If you want your customers to pay in bitcoin, but you want your local currency, you may check this - https://bitpay.com/api
member
Activity: 132
Merit: 11
June 07, 2015, 05:13:30 PM
#1
Hello guys
how to get the .PHP files to can handle bitcoins via my website ?
I downloaded this https://github.com/bitcoin/bitcoin.org but all files .MD
and I can`t include this in my website Smiley
Jump to: