Download the PHP package coinfide/php-sdk without Composer
On this page you can find all versions of the php package coinfide/php-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package php-sdk
Coinfide integration generic PHP SDK
Installation
Require it with Composer .
Requirements
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.
Running
Basically, all parameters are passed to constructor. Supported parameters are:
- : array of curl options to pass to the client;
- : passing dumps all requests (made and received) to console.
Examples
Copy to and run the tests or examples. The following examples are included:
-
- example order creation, and redirection to payment form;
-
- example callback processing;
-
- getting list of orders, fetching order details;
-
- payment refund;
-
- changing order status (cancelling order).
Further reading
Read full documentation in the wiki
All versions of php-sdk with dependencies
PHP Build Version
Package Version
Requires
ext-curl Version
*
The package coinfide/php-sdk contains the following files
Loading the files please wait ....