You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.
I am confused as to which library I should leverage for a new integration. Will the bitpay client continue to be compatible with BTCPayServer? Or would it be better to progress and maintain a PHP client for btcpayserver?
The text was updated successfully, but these errors were encountered:
You should start to use the new Greenfield API. We have a PHP library in the works. It does not have an official release yet, but the calls that are implemented are mostly stable.
Is this PHP Client for btcpayserver still worth using?
Official BTCPayServer docs point directly to this Repo.
https://docs.btcpayserver.org/CustomIntegration/
Yet this repo appears to be incomplete with no releases since 2019.
It appears incomplete because it has references to a class that does not exist, and yml configuration method that does not appear to be supported.
$btcpay = new \BTCPayServer\BTCPayServer(__DIR__ . '/config.yml');
It also points to the bitpay repository from which it was cloned, suggesting that this repo may diverge from full compatibility with BitPay.
https://github.com/btcpayserver/php-bitpay-client
And then there is a actively maintained bitpay PHP v2 client here:
https://github.com/bitpay/php-bitpay-client-v2
I am confused as to which library I should leverage for a new integration. Will the bitpay client continue to be compatible with BTCPayServer? Or would it be better to progress and maintain a PHP client for btcpayserver?
The text was updated successfully, but these errors were encountered: