Download the PHP package vulcandigital/silverstripe-currencyconversion without Composer
On this page you can find all versions of the php package vulcandigital/silverstripe-currencyconversion. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download vulcandigital/silverstripe-currencyconversion
More information about vulcandigital/silverstripe-currencyconversion
Files in vulcandigital/silverstripe-currencyconversion
Package silverstripe-currencyconversion
Short Description A useful module for converting currencies in SilverStripe from one to another using the currencylayer.com API
License BSD-3-Clause
Informations about the package silverstripe-currencyconversion
silverstripe-currencyconversion
A free currency conversion module for SilverStripe. This modules takes advantage of https://currencylayer.com/ by allowing you to use the free membership, to convert currency from any source to another using simple mathematics
Installation
- After installing you should immediately define your
api_key
andbase_currency
as shown in the configuration below - Run
dev/build
- Run
dev/tasks/Vulcan-CurrencyConversion-Tasks-SyncRatesTask
Keeping up to date
This module requires silverstripe/crontask, please ensure you have followed the configuration instructions if you wish to have exchange rates updated periodically
By default, exchange rates are scheduled to update every 5 minutes: */5 * * * *
, if you would like to change this please see the configuration options below
Configuration
Usage
License
BSD-3-Clause
All versions of silverstripe-currencyconversion with dependencies
guzzle/guzzle Version ~6.0
silverstripe/crontask Version dev-master