Skip to content

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

License

Notifications You must be signed in to change notification settings

hgati/magento2-currencyapi-converter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mage2 Module Hgati CurrencyConverter (for Magento v2.4.6)

``composer require hgati/module-currencyapi-converter``

Main Functionalities

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

Installation

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

Type 1: Zip file

  • Unzip the zip file in app/code/Hgati
  • Enable the module by running php bin/magento module:enable Hgati_CurrencyApiConverter
  • 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 hgati/module-currencyapi-converter
  • enable the module by running php bin/magento module:enable Hgati_CurrencyApiConverter
  • apply database updates by running php bin/magento setup:upgrade*
  • Flush the cache by running php bin/magento cache:flush

Configuration

  • API Key (currency/currencyapi/api_key)

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

Specifications

Attributes

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%