Download the PHP package aasanakey/fixerphp without Composer
On this page you can find all versions of the php package aasanakey/fixerphp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download aasanakey/fixerphp
More information about aasanakey/fixerphp
Files in aasanakey/fixerphp
Package fixerphp
Short Description A package for foreign exchange rates and currency conversion based on the API provided by apilayer fixer api
License MIT
Informations about the package fixerphp
Fixer
Fixer is a simple PHP library for current and historical currency exchange rates based on the Apilayer's Fixer API APILayer (Fixer Api)
Requirements
- PHP >= 8.0
- guzzlehttp >= 7.8
Installation
Usage
Package requires an api key
1. Currency Conversion
To convert from one currency to another you may chain the methods:
This will return the converted amount or null
on failure.
The amount to be converted is default to 1
, you may specify the amount:
Available Methods
-
Convert currency using historical exchange rates
YYYY-MM-DD
: - Round the converted amount to decimal places:
2. Latest Rates
To get latest rates you may chain the methods:
This will return an array
of all available currencies or null
on failure.
Available Methods
- Just like currency conversion you may chain any of the available methods:
3. Historical Rates
Historical rates are available for most currencies all the way back to the year of 1999.
Same as latest rates you may chain any of the available methods:
4. Timeseries Rates
Timeseries are for daily historical rates between two dates of your choice, with a maximum time frame of 365 days.
This will return an array
or null
on failure.
5. Fluctuations
Retrieve information about how currencies fluctuate on a day-to-day basis, with a maximum time frame of 365 days.
This will return an array
or null
on failure.
License
The MIT License (MIT). Please see LICENSE for more information.