PHPackages                             buckhill/exchange - 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. buckhill/exchange

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

buckhill/exchange
=================

A simple package that helps you converts your money into any currency

1.0.0(3y ago)016MITPHP

Since Mar 25Pushed 3y ago1 watchersCompare

[ Source](https://github.com/adewalecharles/buckhill-exchange)[ Packagist](https://packagist.org/packages/buckhill/exchange)[ RSS](/packages/buckhill-exchange/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Buckhill Exchanger Package
==========================

[](#buckhill-exchanger-package)

[![Latest Version](https://camo.githubusercontent.com/dca2d1c631bcdaeefc6aae3e772307d26dfd274e995e9dd30f7c574178f4fb10/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f61646577616c65636861726c65732f6275636b68696c6c2d65786368616e67652e7376673f7374796c653d666c61742d737175617265)](https://github.com/adewalecharles/buckhill-exchange/releases)[![Github Forks](https://camo.githubusercontent.com/49bfd7887621194c336f74b6e313f0f4cfd1081c768209ec31fbf76490fda481/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f61646577616c65636861726c65732f6275636b68696c6c2d65786368616e6765)](https://github.com/adewalecharles/buckhill-exchange)[![Github Stars](https://camo.githubusercontent.com/ad6f7088d76e31f3d7aecba882065c3558fa24ded0908f57bf1aa0db92b0c31c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f61646577616c65636861726c65732f6275636b68696c6c2d65786368616e6765)](https://github.com/adewalecharles/buckhill-exchange)[![License](https://camo.githubusercontent.com/900dab4342ddca42ffd53d1642fe9673c671f5584506a43cdbc0b1d31cc2ba3f/68747470733a2f2f706f7365722e707567782e6f72672f61646577616c65636861726c65732f736d656966792f6c6963656e73652e737667)](LICENSE.md)[![Total Downloads](https://camo.githubusercontent.com/fabbac5f3f3401ee84b07a6a1a476aaae27b00021fd1d6a3041b0ef39f1db7b6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f61646577616c65636861726c65732f736d656966792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/adewalecharles/buckhill-exchange)

Buckhill Exchanger is a package that allow you to exchange any currency in the world, it makes use of the European Central Bank daily reference.
------------------------------------------------------------------------------------------------------------------------------------------------

[](#buckhill-exchanger-is-a-package-that-allow-you-to-exchange-any-currency-in-the-world-it-makes-use-of-the-european-central-bank-daily-reference)

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

[](#installation)

[PHP](https://php.net) 8.2+ and [Composer](https://getcomposer.org) are required.

To get the latest version of buckhill/exchange, simply require it

```
composer require buckhill/exchange
```

Or add the following line to the require block of your `composer.json` file.

```
"buckhill/exchange": "1.0.*"

```

You'll then need to run `composer install` or `composer update` to download it and have the autoloader updated.

General Usage
-------------

[](#general-usage)

To exchange any currency, all you need to do his hit this endpoint '/api/endpoint' with the payloads

```
[
    amount => 100
    currenct => 'USED'
]

```

We support several currencies, see list of currency below.

```
[
    "USD"
    ,
    "JPY"
    ,
    "BGN"
    ,
    "CZK"
    ,
    "DKK"
    ,
    "GBP"
    ,
    "HUF"
    ,
    "PLN"
    ,
    "RON"
    ,
    "SEK"
    ,
    "CHF"
    ,
    "ISK"
    ,
    "NOK"
    ,
    "TRY"
    ,
    "AUD"
    ,
    "BRL"
    ,
    "CAD"
    ,
    "CNY"
    ,
    "HKD"
    ,
    "IDR"
    ,
    "ILS"
    ,
    "INR"
    ,
    "KRW"
    ,
    "MXN"
    ,
    "MYR"
    ,
    "NZD"
    ,
    "PHP"
    ,
    "SGD"
    ,
    "THB"
    ,
    "ZAR"
]

```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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

Unknown

Total

1

Last Release

1148d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/845ad2e448e787d094cfb405bc14fb926d116a0cec08c0b71ea99624fe2a18e0?d=identicon)[adewalecharles](/maintainers/adewalecharles)

---

Top Contributors

[![adewalecharles](https://avatars.githubusercontent.com/u/32369672?v=4)](https://github.com/adewalecharles "adewalecharles (1 commits)")

---

Tags

currencyexchangebuckhill

### Embed Badge

![Health badge](/badges/buckhill-exchange/health.svg)

```
[![Health](https://phpackages.com/badges/buckhill-exchange/health.svg)](https://phpackages.com/packages/buckhill-exchange)
```

###  Alternatives

[brick/money

Money and currency library

1.9k37.9M102](/packages/brick-money)

PHPackages © 2026

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