Download the PHP package cloudmersive/cloudmersive_currency_api_client without Composer
On this page you can find all versions of the php package cloudmersive/cloudmersive_currency_api_client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package cloudmersive_currency_api_client
cloudmersive_currency_api_client
The currency APIs help you retrieve exchange rates and convert prices between currencies easily.
Cloudmersive Currency API help you retrieve exchange rates and convert prices between currencies easily.
- API version: v1
- Package version: 1.2.0
Requirements
PHP 5.5 and later
Installation & Usage
Composer
To install the bindings via Composer, add the following to composer.json
:
Then run composer install
Manual Installation
Download the files and include autoload.php
:
Tests
To run the unit tests:
Getting Started
Please follow the installation procedure and then run the following:
Documentation for API Endpoints
All URIs are relative to https://api.cloudmersive.com
Class | Method | HTTP request | Description |
---|---|---|---|
CurrencyExchangeApi | currencyExchangeConvertCurrency | POST /currency/exchange-rates/convert/{source}/to/{destination} | Converts a price from the source currency into the destination currency |
CurrencyExchangeApi | currencyExchangeGetAvailableCurrencies | POST /currency/exchange-rates/list-available | Get a list of available currencies and corresponding countries |
CurrencyExchangeApi | currencyExchangeGetExchangeRate | POST /currency/exchange-rates/get/{source}/to/{destination} | Gets the exchange rate from the source currency into the destination currency |
Documentation For Models
- AvailableCurrency
- AvailableCurrencyResponse
- ConvertedCurrencyResult
- ExchangeRateResult
Documentation For Authorization
Apikey
- Type: API key
- API key parameter name: Apikey
- Location: HTTP header
Author
All versions of cloudmersive_currency_api_client with dependencies
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^6.2