Post
Topic
Board Development & Technical Discussion
Re: How to create a wallet, check transactions and make payments with PHP ?
by
ZauChoco
on 08/05/2020, 21:32:50 UTC
You could take a look at BTCPayServer. It's a self-hosted open source payment processor for Bitcoin, which charges no fees and also has a PHP library.

https://github.com/btcpayserver/btcpayserver
https://github.com/btcpayserver/btcpayserver-php-client

Thank you, but i'm not sure that it is possible to make transactions. As I read it is only made to be notify of a payment.

Am I wrong ?