Bitcoin Forum
May 06, 2024, 12:43:08 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: bitcoin PHP classes  (Read 1616 times)
frodoe7 (OP)
Member
**
Offline Offline

Activity: 132
Merit: 11


View Profile
June 07, 2015, 09: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

██████████    YoBit.net - Cryptocurrency Exchange - Over 350 coins
█████████    <<  ● $$$ - $$$ - $$$ - $$$ - $$$ - $$$ - $$$   >>
██████████    <<  ● Play DICE! Win 1-5 btc just for 5 mins!  >>
You get merit points when someone likes your post enough to give you some. And for every 2 merit points you receive, you can send 1 merit point to someone else!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714999388
Hero Member
*
Offline Offline

Posts: 1714999388

View Profile Personal Message (Offline)

Ignore
1714999388
Reply with quote  #2

1714999388
Report to moderator
1714999388
Hero Member
*
Offline Offline

Posts: 1714999388

View Profile Personal Message (Offline)

Ignore
1714999388
Reply with quote  #2

1714999388
Report to moderator
1714999388
Hero Member
*
Offline Offline

Posts: 1714999388

View Profile Personal Message (Offline)

Ignore
1714999388
Reply with quote  #2

1714999388
Report to moderator
newIndia
Legendary
*
Offline Offline

Activity: 2198
Merit: 1049


View Profile
June 07, 2015, 09: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

frodoe7 (OP)
Member
**
Offline Offline

Activity: 132
Merit: 11


View Profile
June 07, 2015, 09: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

██████████    YoBit.net - Cryptocurrency Exchange - Over 350 coins
█████████    <<  ● $$$ - $$$ - $$$ - $$$ - $$$ - $$$ - $$$   >>
██████████    <<  ● Play DICE! Win 1-5 btc just for 5 mins!  >>
newIndia
Legendary
*
Offline Offline

Activity: 2198
Merit: 1049


View Profile
June 07, 2015, 09: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.

frodoe7 (OP)
Member
**
Offline Offline

Activity: 132
Merit: 11


View Profile
June 07, 2015, 10: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

██████████    YoBit.net - Cryptocurrency Exchange - Over 350 coins
█████████    <<  ● $$$ - $$$ - $$$ - $$$ - $$$ - $$$ - $$$   >>
██████████    <<  ● Play DICE! Win 1-5 btc just for 5 mins!  >>
myfirst
Full Member
***
Offline Offline

Activity: 156
Merit: 100


Crypto Currency Developer


View Profile
June 07, 2015, 10: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
coinableS
Legendary
*
Offline Offline

Activity: 1442
Merit: 1179



View Profile WWW
June 08, 2015, 12:56:02 PM
 #7

I created this for just this reason. It's ok not everyone knows how to code.

https://bitcointalk.org/index.php?topic=990348.0

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.




Envrin
Sr. Member
****
Offline Offline

Activity: 318
Merit: 251



View Profile
June 18, 2015, 03:53:44 PM
 #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.
bitnanigans
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile
June 20, 2015, 03:45:07 PM
 #9

You can make use of the chain.com API which provides a library that you can integrate with PHP.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!