Download the PHP package coingate/coingate-php without Composer
On this page you can find all versions of the php package coingate/coingate-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Rated 5.00 based on 1 reviews
Informations about the package coingate-php
CoinGate PHP library for API v2
The CoinGate PHP library provides convenient access to the CoinGate API from applications written in the PHP language.
Requirements
PHP 7.3.0 and later.
Composer
You can install library via Composer. Run the following command:
Manual Installation
If you do not wish to use Composer, you can download the latest release. Then, to use the library, include the init.php
file.
Dependencies
The library require the following extensions in order to work properly:
If you use Composer, these dependencies should be handled automatically. If you install manually, you'll want to make sure that these extensions are available.
Getting Started
You can sign up for a CoinGate account at https://coingate.com for production and https://sandbox.coingate.com for testing (sandbox).
Please note, that for Sandbox you must generate separate API credentials on https://sandbox.coingate.com. API credentials generated on https://coingate.com will not work for Sandbox mode.
Usage of CoinGate PHP library looks like:
In order, to use sandbox mode, you need to set second parameter to true
.
If you plan to use Public API endpoints only, authentication is not required.
Full documentation of the CoinGate API can be found here
Example
An example of an app using this library can be found here
Payment Gateway API
Create Order
Create order at CoinGate and redirect shopper to invoice (payment_url).
Checkout
Placing created order with pre-selected payment currency (BTC, LTC, ETH, etc). Display payment_address and pay_amount for shopper or redirect to payment_url. Can be used to white-label invoices.
Get Order
After creating an order, you will get an ORDER ID. This ID will be used for GET ORDER requests.
List Orders
Retrieving information of all placed orders.
Public API
Get Exchange Rate
Current exchange rate for any two currencies, fiat or crypto. This endpoint is public, authentication is not required.
List Exchange Rates
Current CoinGate exchange rates for Merchants and Traders. This endpoint is public, authentication is not required.
Ping
A health check endpoint for CoinGate API. This endpoint is public, authentication is not required.
IP Addresses
Get IP addresses of CoinGate servers
Currencies
Platforms
Custom Request Timeout
To modify request timeouts (connect or total, in seconds) you'll need to tell the API client to use a CurlClient other than its default. You'll set the timeouts in that CurlClient.
Test API Connection
In order, to test API connection on sandbox mode, you need to set second parameter to true
.
Attention plugin developers
Are you writing a plugin that integrates CoinGate and embeds our library? Then please use the setAppInfo function to identify your plugin. For example:
The method should be called once, before any request is sent to the API. The second parameter is optional.
All versions of coingate-php with dependencies
ext-curl Version *
ext-json Version *