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

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

neonexxa/currency-converter
===========================

php currency converter

v1.7(7y ago)027MITPHPPHP &gt;=5.3.0

Since Mar 23Pushed 7y ago1 watchersCompare

[ Source](https://github.com/neonexxa/currency-converter)[ Packagist](https://packagist.org/packages/neonexxa/currency-converter)[ RSS](/packages/neonexxa-currency-converter/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (3)Used By (0)

PHP Currency Converter
======================

[](#php-currency-converter)

This is a simple library for working with [free.currencyconverterapi.com](https://free.currencyconverterapi.com). Be sure that you signup and get your api token from there.

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

[](#installation)

### Composer

[](#composer)

`composer require neonexxa/currency-converter`

### Github

[](#github)

Just download any of the release or clone this repository. Feel free to use the way you want it.

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

[](#how-to-use)

### Convert

[](#convert)

Be sure that you save the result. Result you get the is the amount after convertion.

```
use Neonexxa\CurrencyConverter\CurrencyConverter;

$converterclass = new CurrencyConverter([
    'api_key' => 'your_api_key',
    'currency' => 'USD_MYR' //example for converting USD to MYR
]);
$converted_amount = $converterclass->convert("1460");
```

### Getting Currency list

[](#getting-currency-list)

can visit the site currencyconverterapi with your api token [https://free.currencyconverterapi.com/api/v6/currencies?apiKey=your\_api\_key](https://free.currencyconverterapi.com/api/v6/currencies?apiKey=your_api_key) you will get the result in json.

nothing yet ..

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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

2

Last Release

2607d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/817e1d89d8afe7de9dcc76bc6d0d02590011ba972fa2cec2107c62b705cbee40?d=identicon)[neonexxa](/maintainers/neonexxa)

---

Top Contributors

[![neonexxa](https://avatars.githubusercontent.com/u/15252059?v=4)](https://github.com/neonexxa "neonexxa (8 commits)")

---

Tags

currencyconverterapi

### Embed Badge

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

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

PHPackages © 2026

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