Download the PHP package forexapi/client without Composer
On this page you can find all versions of the php package forexapi/client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download forexapi/client
More information about forexapi/client
Files in forexapi/client
Package client
Short Description Library for consuming the ForexAPI. Ideal for those in the financial or e-commerce sectors, this client simplifies the process of incorporating real-time forex data into various PHP-based projects.
License MIT
Homepage https://forexapi.eu
Informations about the package client
ForexAPI PHP Client
This is a PHP client for the ForexAPI. It provides an easy-to-use interface for interacting with the API's endpoints.
The ForexAPI offers a free plan and provides foreign exchange rates and currency conversion.
The API documentation can be found at https://forexapi.eu/en/docs.
Requirements
- PHP 7.4 or higher
- json extension
- Composer
Installation
Use Composer to install the ForexAPI PHP Client:
This package does not come with a Http Client. You can use any PSR-18 compatible client.
If you have multiple Http Clients installed, you can specify which one to use.
Usage
Create an instance of the Client
class directly with your API key:
Create new instance using the ForexAPI\Client\ForexAPIClientBuilder
class:
Using your own PSR-18 client and PSR-17 request factory is optional. If you don't provide them, the client will try to discover them automatically.
Get Live Quote
To get a live quote for a specific currency pair:
Get Exchange Rate
To get the exchange rate between two currencies:
If you would like to get multiple exchange rates at once, you can use the getExchangeRates
method.
It accepts an array of counter currencies as an argument:
Convert Currency
To convert an amount from one currency to another:
If you would like to convert to multiple currencies at once, you can use the convertMany
method:
Testing
This library includes a suite of unit tests. Run them using PHPUnit:
License
This project is licensed under the MIT License. See the LICENSE file for details.
All versions of client with dependencies
ext-json Version *
psr/http-client-implementation Version ^1.0
psr/http-message Version ^2.0
php-http/discovery Version ^1.19
psr/http-factory Version ^1.0
psr/http-factory-implementation Version ^1.0