Download the PHP package vittominacori/changelly-php without Composer
On this page you can find all versions of the php package vittominacori/changelly-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download vittominacori/changelly-php
More information about vittominacori/changelly-php
Files in vittominacori/changelly-php
Download vittominacori/changelly-php
More information about vittominacori/changelly-php
Files in vittominacori/changelly-php
Vendor vittominacori
Package changelly-php
Short Description A PHP wrapper for Changelly API
License MIT
Homepage https://github.com/vittominacori/changelly-php
Package changelly-php
Short Description A PHP wrapper for Changelly API
License MIT
Homepage https://github.com/vittominacori/changelly-php
Please rate this library. Is it a good library?
Informations about the package changelly-php
Changelly for PHP
A PHP wrapper for Changelly APIs
Install
Generate Api Key and Secret
Generate Key and Secret here.
Usage
Prepare requirements
Create client
Call APIs
getCurrencies
Description:
- Returns a list of enabled currencies as a flat array.
result:
getCurrenciesFull
Description:
- Returns a full list of currencies as an array of objects. Each object has an "enabled" field displaying current availability of a coin.
result:
getMinAmount
Description:
- Returns a minimum allowed payin amount required for a currency pair. Amounts less than a minimal will most likely fail the transaction.
result:
getExchangeAmount
Description:
- Returns estimated exchange value with your API partner fee included.
result:
createTransaction
Description:
- Creates a new transaction, generates a pay-in address and returns Transaction object with an ID field to track a transaction status.
result:
getStatus
Description:
- Returns status of a given transaction using a transaction ID provided.
result:
getTransactions
Description:
- Returns an array of all transactions or a filtered list of transactions.
result:
All versions of changelly-php with dependencies
PHP Build Version
Package Version
The package vittominacori/changelly-php contains the following files
Loading the files please wait ....