dev-master
9999999-devCoinfide.com PHP SDK
MIT
The Requires
- ext-curl *
The Development Requires
Wallogit.com
2017 © Pedro Peláez
Coinfide.com PHP SDK
Require it with Composer composer require confide/php-sdk dev-master., (*1)
The server should support TLS 1.2. It means OpenSSL version > 1.0.1 and Curl > 7.43, check the library versions your PHP is compiled against., (*2)
Basically, all parameters are passed to Coinfide\Client constructor. Supported parameters are:, (*3)
sslOptions: array of curl options to pass to the client;trace: passing 'trace' => true dumps all requests (made and received) to console.Copy .env.example to .env and run the tests or examples. The following examples are included:, (*4)
example.php - example order creation, and redirection to payment form;callback.php - example callback processing;orderlist.php - getting list of orders, fetching order details;refund.php - payment refund;status.php - changing order status (cancelling order).Read full documentation in the wiki, (*5)
Coinfide.com PHP SDK
MIT