PHPackages                             zanderwar/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. zanderwar/currency-converter

ActiveSilverstripe-vendormodule[Utility &amp; Helpers](/categories/utility)

zanderwar/currency-converter
============================

Currency converter for SilverStripe CMS

1.0(6y ago)15MITPHPPHP &gt;=5.6.40

Since Jan 4Pushed 6y agoCompare

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

READMEChangelogDependencies (2)Versions (6)Used By (0)

\#SilverStripe Currency Converter

Simple service for converting currencies for SilverStripe 4+

Full credits go to: [webtorque7](https://github.com/webtorque7/silverstripe-currency-converter). I've merely upgraded the module to be compatible with SilverStripe 4+ and made a few slight improvements.

Installation
------------

[](#installation)

Composer

```
composer require webtorque/currency-converter

```

Usage
-----

[](#usage)

To convert $99.99 NZD to USD

```
$convertedAmount = CurrencyConverter::get_converter()->convert(99.99, 'NZD', 'USD');
```

Exchange rates
--------------

[](#exchange-rates)

Default implementation uses an xml feed at . Other sources and be created by inheriting from CurrencyConverter and implementing the retrieveCurrencies function.

Then change the `converter` config option on CurrencyConverter e.g.

```
Zanderwar\CurrencyConverter\CurrencyConverter:
  converter: MyCurrencyConverter
```

Alternatively, you can pass the name of the class into get\_converter e.g.

```
$convertedAmount = CurrencyConverter::getConverter(MyCurrencyConverter::class)->convert(9999, 'NZD', 'USD');
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity62

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

Total

3

Last Release

2201d ago

Major Versions

0.1.1 → 1.02020-06-15

PHP version history (2 changes)0.1PHP &gt;=5.3.2

1.0PHP &gt;=5.6.40

### Community

Maintainers

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

---

Top Contributors

[![webtorque7](https://avatars.githubusercontent.com/u/2799447?v=4)](https://github.com/webtorque7 "webtorque7 (6 commits)")

---

Tags

currencysilverstripeconversion

### Embed Badge

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

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

###  Alternatives

[grumpydictator/firefly-iii

Firefly III: a personal finances manager.

23.8k69.4k](/packages/grumpydictator-firefly-iii)[firefly-iii/data-importer

Firefly III Data Import Tool.

7965.8k](/packages/firefly-iii-data-importer)[danielme85/laravel-cconverter

Laravel 5 plug-in for currency conversion

42102.4k](/packages/danielme85-laravel-cconverter)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)

PHPackages © 2026

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