btcpayserver / php-btcpay-client-v2

MIT License
0 stars 1 forks source link

Bitpay issue #5

Open c0deless opened 3 years ago

c0deless commented 3 years ago

Hello , I would like to know how can this be used without bitpay . Thanks in advance !

Zaxounette commented 3 years ago

Hi @c0deless , For questions and support, please don't use the issues. Instead you can connect on the chat.btcpayserver.org to ask questions and get support in the appropriate channel.

Kukks commented 3 years ago

The example should show this easily: https://github.com/btcpayserver/php-btcpay-client-v2/blob/master/examples/ConfigGenerator.php

petzsch commented 3 years ago

We should probably remove this repo. It is misleading. @woutersamaey removed it from composer/packagist.org some time ago and we were planning on merging it into the original php client repo: https://github.com/btcpayserver/btcpayserver-php-client/pull/31

@c0deless For new implementations without bitpay legacy, it would be a good idea to wait for the invoice endpoint of the Greefield API and use that one. There is a swagger api definition that can easily be turned into an php api client using swagger codegen.