Download the PHP package fastforex/fastforex-php-client without Composer
On this page you can find all versions of the php package fastforex/fastforex-php-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download fastforex/fastforex-php-client
More information about fastforex/fastforex-php-client
Files in fastforex/fastforex-php-client
Package fastforex-php-client
Short Description PHP client for fastFOREX.io Currency Exchange Rate API
License MIT
Homepage https://www.fastforex.io
Informations about the package fastforex-php-client
fastFOREX Currency Exchange Rate API Client
You'll need an API key to use the API client. Get a Free Trial API Key.
Installation
With Composer:
Quick Start
Set the API key once in your bootstrap code.
Fetch all currencies, with USD
base:
More Examples
Fetch GBP
, with USD
base:
Fetch several currencies with USD
base:
Convert 200 USD
to GBP
:
Fetch a list of supported currencies
Fetch recent API usage
Get all the historical exchange rates for 1st April 2021, with USD
base:
Get a subset of historical exchange rates for 1st April 2021, with USD
base:
Get a 7-day time-series dataset for EUR
to CHF
Error Handling
We throw the following Exceptions:
\InvalidArgumentException
Usually when input parameters to the client are wrong
\FastForex\Exception\APIException
When there is problem making the API call, or when there is an error response from the server.
We include the HTTP response code and error message wherever possible:
Free Trial
Our 7-day free trial API keys are unrestricted. All features and full API quota.
API Documentation
This client implements our OpenAPI spec. Interactive documentation available:
- ReadMe - https://fastforex.readme.io
- SwaggerHub - https://app.swaggerhub.com/apis/fastforex/fastFOREX.io
OpenAPI Spec
All versions of fastforex-php-client with dependencies
ext-json Version *