PHPackages                             leowebguy/craft-currency-converter - 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. [API Development](/categories/api)
4. /
5. leowebguy/craft-currency-converter

ActiveCraft-plugin[API Development](/categories/api)

leowebguy/craft-currency-converter
==================================

Craft plugin to convert currency using API &amp; local storage

2.0.2(1y ago)32.7k1[1 issues](https://github.com/leowebguy/craft-currency-converter/issues)proprietaryPHPPHP ^8.2

Since May 10Pushed 1y ago1 watchersCompare

[ Source](https://github.com/leowebguy/craft-currency-converter)[ Packagist](https://packagist.org/packages/leowebguy/craft-currency-converter)[ RSS](/packages/leowebguy-craft-currency-converter/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (5)Dependencies (5)Versions (8)Used By (0)

Currency Converter
==================

[](#currency-converter)

Craft plugin to convert currency using API &amp; local storage

### IMPORTANT

[](#important)

---

### Installation

[](#installation)

Open your terminal and go to your Craft project:

```
cd /path/to/project
```

Then tell Composer to load the plugin:

```
composer require leowebguy/craft-currency-converter
```

In the Control Panel, go to Settings → Plugins and click the “Install” button for Currency Converter.

Go to [rapidapi.com/natkapral/api/currency-converter5](https://rapidapi.com/natkapral/api/currency-converter5/) → Get your Free API Key

In the Control Panel, go to Settings → Currency Converter → Paste and Save your API Key

You can also put it in your ENV file i.e. `$CC_KEY` and set it over here.

```
CC_KEY=aaa123bbb234
```

[![screenshot1](resources/screenshot1.jpg)](resources/screenshot1.jpg)

---

### Usage

[](#usage)

The plugin exposes a Currency Converter's methods:

```
{%  set amount = craft.entries.section('my-section').one().numberfield %}
{{ craft.currency.conversion('USD', 'EUR', amount) }}
```

Also passing number as string:

```
{{ craft.currency.conversion('USD', 'EUR', 23) }}
```

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance25

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity66

Established project with proven stability

 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 ~135 days

Recently: every ~176 days

Total

7

Last Release

702d ago

Major Versions

1.0.7 → 2.0.02024-03-27

PHP version history (2 changes)1.0.7PHP ^7.2.5|^8.0

2.0.0PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/44216bb5de0cacbd3d995a1a71c3ee395bd36380305e547ac31452f86d4cd713?d=identicon)[leowebguy](/maintainers/leowebguy)

---

Top Contributors

[![leowebguy](https://avatars.githubusercontent.com/u/8460020?v=4)](https://github.com/leowebguy "leowebguy (23 commits)")

---

Tags

craft-cmscraft-cms-plugincraft-plugincraft4craft5craftcmscurrencyconvertconvertercraftcms

###  Code Quality

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/leowebguy-craft-currency-converter/health.svg)

```
[![Health](https://phpackages.com/badges/leowebguy-craft-currency-converter/health.svg)](https://phpackages.com/packages/leowebguy-craft-currency-converter)
```

###  Alternatives

[spicyweb/craft-neo

A Matrix-like field type with block hierarchy

393813.5k10](/packages/spicyweb-craft-neo)[verbb/formie

The most user-friendly forms plugin for Craft.

102393.6k69](/packages/verbb-formie)[wrav/oembed

A simple plugin to extract media information from websites, like youtube videos, twitter statuses or blog articles.

36208.3k3](/packages/wrav-oembed)[verbb/vizy

A flexible visual editor field for Craft.

4250.4k](/packages/verbb-vizy)[verbb/hyper

A user-friendly links field for Craft.

24147.8k12](/packages/verbb-hyper)[craftcms/apple-news

Publish Craft CMS entries to Apple News

4223.5k](/packages/craftcms-apple-news)

PHPackages © 2026

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