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 yesterday

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 75% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity65

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

650d 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

[craftcms/element-api

Create a JSON API for your elements in Craft

503701.3k8](/packages/craftcms-element-api)[markhuot/craftql

A GraphQL implementation for Craft

31844.7k](/packages/markhuot-craftql)[wrav/oembed

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

36205.0k3](/packages/wrav-oembed)[craftcms/apple-news

Publish Craft CMS entries to Apple News

4223.5k](/packages/craftcms-apple-news)[imarc/craft-googlecustomsearch

A Craft plugin for integrating with Google's Custom Search (and Google's Site Search.)

2312.3k](/packages/imarc-craft-googlecustomsearch)[scaramangagency/craftagram

Grab Instagram content through the Instagram API

1426.0k](/packages/scaramangagency-craftagram)

PHPackages © 2026

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