Download the PHP package kansoft/module-currency-converter without Composer
On this page you can find all versions of the php package kansoft/module-currency-converter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download kansoft/module-currency-converter
More information about kansoft/module-currency-converter
Files in kansoft/module-currency-converter
Package module-currency-converter
Short Description Convert One currency to another
License
Informations about the package module-currency-converter
Module CurrencyConverter
The module is released under the GPL license.
If you have any questions or want to report a mistake, please contact our support at: [email protected].
Table of Contents
- Features
- Requirements
- Installation
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/'
All versions of module-currency-converter with dependencies
magento/framework Version >100.0
guzzlehttp/guzzle Version 6.3.*