kansoft / module-currency-converter
Convert One currency to another
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
pkg:composer/kansoft/module-currency-converter
Requires
- php: ~5.5.0|~5.6.0|~7.0.0|~7.1.0
- guzzlehttp/guzzle: 6.3.*
- magento/framework: >100.0
This package is not auto-updated.
Last update: 2025-12-27 19:34:06 UTC
README
The module is released under the GPL license.
If you have any questions or want to report a mistake, please contact our support at: biuro@kansoft.pl.
Table of Contents
Features
The module adds a website subpage to a Magento v.2 based store with a form that allows you to convert a Ruble exchange rate into Polish zloty. The module uses an external API to get current exchange rate (http://api.nbp.pl/en.html).
Requirements
- PHP version compatible with the requirements of the installed version of Magento 2
- PHP extensions: cURL and hash.
Installation
Using Composer
composer require kansoft/module-currency-converter
Copying files to the server
- Download the latest version of the module from GitHub repository
- Unpack the downloaded file
- Connect to the ftp server and copy the unpacked content to the 'app/code/Kansoft/CurrConverter` directory of your Magento 2. If there is no such directory, create it.
After installation using Composer or copying files from the console, run:
- php bin/magento module:enable Kansoft_CurrConverter
- php bin/magento setup:upgrade
- php bin/magento setup:di:compile
- php bin/magento setup:static-content:deploy
To see a page with converter form go to url 'magento-base-url/currconverter/'