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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package client

ForexAPI PHP Client

example workflow Latest Stable Version Total Downloads License PHP Version Require

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.

Get a free API key

Requirements

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

PHP Build Version
Package Version
Requires php Version >=7.4
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
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package forexapi/client contains the following files

Loading the files please wait ....