PHPackages                             webtorque/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. webtorque/currency-converter

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

webtorque/currency-converter
============================

Currency converter for SilverStripe CMS

1.0.0(5y ago)1314[1 PRs](https://github.com/webtorque7/silverstripe-currency-converter/pulls)MITPHPPHP &gt;=5.6.40CI failing

Since Jan 4Pushed 5y ago2 watchersCompare

[ Source](https://github.com/webtorque7/silverstripe-currency-converter)[ Packagist](https://packagist.org/packages/webtorque/currency-converter)[ RSS](/packages/webtorque-currency-converter/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (5)Used By (0)

\#SilverStripe Currency Converter

Simple service for converting currencies for SilverStripe 4+

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

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% 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 ~995 days

Total

3

Last Release

2153d ago

Major Versions

0.1.1 → 1.0.02020-06-16

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

1.0.0PHP &gt;=5.6.40

### Community

Maintainers

![](https://www.gravatar.com/avatar/08ee58ace40393521eae00decc0bc3b74d29291e9630e84b2831b38953aaca33?d=identicon)[webtorque](/maintainers/webtorque)

---

Top Contributors

[![webtorque7](https://avatars.githubusercontent.com/u/2799447?v=4)](https://github.com/webtorque7 "webtorque7 (6 commits)")[![riddler7](https://avatars.githubusercontent.com/u/362836?v=4)](https://github.com/riddler7 "riddler7 (2 commits)")[![zanderwar](https://avatars.githubusercontent.com/u/13566916?v=4)](https://github.com/zanderwar "zanderwar (1 commits)")

---

Tags

currencysilverstripeconversion

### Embed Badge

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

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

###  Alternatives

[grumpydictator/firefly-iii

Firefly III: a personal finances manager.

22.8k69.3k](/packages/grumpydictator-firefly-iii)[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)[danielme85/laravel-cconverter

Laravel 5 plug-in for currency conversion

42101.1k](/packages/danielme85-laravel-cconverter)[silverstripe/environmentcheck

Provides an API for building environment tests

35503.8k13](/packages/silverstripe-environmentcheck)[symbiote/silverstripe-addressable

SilverStripe addressable and geocoding module

2985.1k7](/packages/symbiote-silverstripe-addressable)

PHPackages © 2026

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