bitpay/php-bitpay-client

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
examples/SetCurlOptions.php8
examples/SignPayload.php16
examples/tutorial/001_generateKeys.php12
examples/tutorial/002_pair.php74
A
2 hrs
examples/tutorial/003_createInvoice.php47
examples/tutorial/004_HostedPaymentPage.php61
examples/tutorial/005_CreatePayout.php37
examples/tutorial/006_Emails.php31
examples/tutorial/IPNlogger.php38
examples/tutorial/getInvoice.php17
examples/tutorial/sign.php26
src/Bitpay/AccessToken.php60
src/Bitpay/AccessTokenInterface.php9
src/Bitpay/Application.php34
src/Bitpay/ApplicationInterface.php7
src/Bitpay/Autoloader.php25
src/Bitpay/Bill.php166
A
3 hrs
src/Bitpay/BillInterface.php18
src/Bitpay/Bitpay.php73
src/Bitpay/Buyer.php5
src/Bitpay/BuyerInterface.php5
src/Bitpay/Client/Adapter/AdapterInterface.php8
src/Bitpay/Client/Adapter/CurlAdapter.php63
A
1 hr
src/Bitpay/Client/ArgumentException.php5
src/Bitpay/Client/BitpayException.php5
src/Bitpay/Client/Client.php508
D
2 days
src/Bitpay/Client/ClientInterface.php19
src/Bitpay/Client/ConnectionException.php5
src/Bitpay/Client/Request.php133
src/Bitpay/Client/RequestInterface.php18
src/Bitpay/Client/Response.php73
A
1 hr
src/Bitpay/Client/ResponseInterface.php8
src/Bitpay/Config/Configuration.php74
A
2 hrs
src/Bitpay/Crypto/CryptoInterface.php7
src/Bitpay/Crypto/HashExtension.php82
A
45 mins
src/Bitpay/Crypto/OpenSSLExtension.php131
C
1 day
src/Bitpay/Currency.php138
src/Bitpay/CurrencyInterface.php14
src/Bitpay/DependencyInjection/BitpayExtension.php39
src/Bitpay/DependencyInjection/Loader/ArrayLoader.php55
A
3 hrs
src/Bitpay/Invoice.php378
D
2 days
src/Bitpay/InvoiceInterface.php51
src/Bitpay/Item.php73
src/Bitpay/ItemInterface.php10
src/Bitpay/Key.php55
src/Bitpay/KeyInterface.php7
src/Bitpay/KeyManager.php18
src/Bitpay/Math/BcEngine.php124
A
1 hr
src/Bitpay/Math/EngineInterface.php13
src/Bitpay/Math/GmpEngine.php37