PHPackages                             krishtechnolabs/akeneo-currency-rate-conversion - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. krishtechnolabs/akeneo-currency-rate-conversion

ActiveLibrary

krishtechnolabs/akeneo-currency-rate-conversion
===============================================

Akeneo Currency Conversion is a module that allows you to convert one currency price to another currency based on the currency rates and process updated prices across products.

v1.0.3(4y ago)111OSL-3.0PHP

Since Sep 2Pushed 4y ago1 watchersCompare

[ Source](https://github.com/ktpl/akeneo-currency-rate-conversion)[ Packagist](https://packagist.org/packages/krishtechnolabs/akeneo-currency-rate-conversion)[ RSS](/packages/krishtechnolabs-akeneo-currency-rate-conversion/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (1)Versions (6)Used By (0)

Akeneo Currency Conversion
==========================

[](#akeneo-currency-conversion)

Akeneo Currency Conversion is a module that allows you to convert one currency price to another currency based on the currency rates and process updated prices across products.

There is an option **Currency converter configuration** inside the Akeneo Settings menu. Inside the configuration, you can set currency rates and select the base currency for currency rate conversion.

You can update the currency rates manually as well as using currency API.

For now, we are providing the support for the two currency rates APIs as given below:

1. **Fixer Io()**
2. **Currency Converter API()**

For this, you just need to get your APIs and setup in the configuration and then you can fetch the currency rates.

Installation instructions
-------------------------

[](#installation-instructions)

- First, install the package with the following command.

```
composer require krishtechnolabs/akeneo-currency-rate-conversion
```

- Register the module in the config/bundles.php

```
KTPL\CurrencyRateConversionBundle\CurrencyRateConversionBundle::class => ['all' => true],
```

- Now that you have activated and configured the bundle, now all you need to do is import the AkeneCurrencyRateConversionBundleoTrashBundle routing files.

```
# config/routes/ktpl_currency_conversion.yml
ktpl_currency_conversion:
    resource: "@CurrencyRateConversionBundle/Resources/config/routing.yml"
    prefix: /
```

- Now, run the below command from the terminal from the installation directory.

```
php bin/console ca:cl && php bin/console ktpl:install:currency-rate-conversion
```

How to use it
-------------

[](#how-to-use-it)

- After installation of the connector, you will see **Currency converter configuration** navigation inside Akeneo settings menu.
- Now, click on the **Currency converter configuration** navigation and here you need to set the base currency and the currency rates. [![Akeneo Currency Conversion Menu](./screenshots/currency-conversion-menu.png "Akeneo Currency Conversion Menu Screenshot")](./screenshots/currency-conversion-menu.png)
- Also, you can fetch the updated currency using the currency APIs [![Akeneo Currency Conversion Import Currency Rates](./screenshots/fetch-currency-rates.png "Akeneo Currency Conversion Fetch Currencuy Rates Screenshot")](./screenshots/fetch-currency-rates.png)[![Akeneo Currency Conversion Setup Apis](./screenshots/setup-currency-api.png "Akeneo Currency Conversion Set up Apis Screenshot")](./screenshots/setup-currency-api.png)
- Now, you just need to click on the EXECUTE CURRENCY CONVERSION button that's it. This process will automatically save the updated price value in the products. [![Akeneo Currency Conversion Execute Currency Conversion](./screenshots/execute-currency-conversion.png "Akeneo Currency Conversion Execute Currency Conversion Screenshot")](./screenshots/execute-currency-conversion.png)

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

5

Last Release

1713d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e2bde414d7a8bdfcd0da5dd97118971eefb9860f17b75c60c9f436298c3e9fec?d=identicon)[ktpl](/maintainers/ktpl)

---

Top Contributors

[![ktpl](https://avatars.githubusercontent.com/u/89067895?v=4)](https://github.com/ktpl "ktpl (1 commits)")

---

Tags

currencyconversionRateakeneo

### Embed Badge

![Health badge](/badges/krishtechnolabs-akeneo-currency-rate-conversion/health.svg)

```
[![Health](https://phpackages.com/badges/krishtechnolabs-akeneo-currency-rate-conversion/health.svg)](https://phpackages.com/packages/krishtechnolabs-akeneo-currency-rate-conversion)
```

###  Alternatives

[florianv/swap

Exchange rates library for PHP

1.3k6.4M16](/packages/florianv-swap)[florianv/laravel-swap

Currency exchange rates library for Laravel and Lumen

3342.0M2](/packages/florianv-laravel-swap)[florianv/exchanger

Currency exchange rates framework for PHP

1874.7M15](/packages/florianv-exchanger)[florianv/swap-bundle

Integrates the Swap library with Symfony

62416.1k1](/packages/florianv-swap-bundle)[tbbc/money-bundle

This is a Symfony bundle that integrates moneyphp/money library (Fowler pattern): https://github.com/moneyphp/money.

1961.9M](/packages/tbbc-money-bundle)[danielme85/laravel-cconverter

Laravel 5 plug-in for currency conversion

42101.1k](/packages/danielme85-laravel-cconverter)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
