Skip to content

This module integrated FREE CURRENCY converter (https://freecurrencyapi.net/) with magento 2. It allows user to import 150+ currency rates without no cost.

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE.txt
Unknown
COPYING.txt
Notifications You must be signed in to change notification settings

DevAwesome16/magento2-CurrencyConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mage2 Module MageRahul CurrencyConverter

``composer require magerahul/module-currencyconverter``

Main Functionalities

This is magento 2 module which provides integration of free currency converter(freecurrencyapi.net) API.

Installation

* = in production please use the --keep-generated option

Type 1: Zip file

  • Unzip the zip file in app/code/MageRahul
  • Enable the module by running php bin/magento module:enable MageRahul_CurrencyConverter
  • Apply database updates by running php bin/magento setup:upgrade*
  • Flush the cache by running php bin/magento cache:flush

Type 2: Composer

  • Make the module available in a composer repository for example:
    • private repository repo.magento.com
    • public repository packagist.org
    • public github repository as vcs
  • Add the composer repository to the configuration by running composer config repositories.repo.magento.com composer https://repo.magento.com/
  • Install the module composer by running composer require magerahul/module-currencyconverter
  • enable the module by running php bin/magento module:enable MageRahul_CurrencyConverter
  • apply database updates by running php bin/magento setup:upgrade*
  • Flush the cache by running php bin/magento cache:flush

Configuration

  • API Key (currency/freecurrencyapi/api_key)

  • Connection Timeout in Seconds (currency/freecurrencyapi/timeout)

Specifications

Attributes