PHPackages                             bencoderus/bureau-de-change - 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. bencoderus/bureau-de-change

ActiveLibrary

bencoderus/bureau-de-change
===========================

A lightweight currency converter with over 40 currencies supports (including cryptocurrencies).

1.0.1(5y ago)212MITPHPPHP ^7.0

Since Dec 5Pushed 5y ago1 watchersCompare

[ Source](https://github.com/bencoderus/bureau-de-change)[ Packagist](https://packagist.org/packages/bencoderus/bureau-de-change)[ RSS](/packages/bencoderus-bureau-de-change/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (2)Dependencies (3)Versions (4)Used By (0)

Bureau De Change
================

[](#bureau-de-change)

[![Build Status](https://camo.githubusercontent.com/f878bbd33d2356e27d70a54a15abded85994b618bdda8c0d0ec825c1bc454a1d/68747470733a2f2f7472617669732d63692e6f72672f62656e636f64657275732f6275726561752d64652d6368616e67652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/bencoderus/bureau-de-change)[![Latest Stable Version](https://camo.githubusercontent.com/4168125c2cd712fae92e50a31cdd6afc527cf5c2a7443765f77dc417c2d7efd0/68747470733a2f2f706f7365722e707567782e6f72672f62656e636f64657275732f6275726561752d64652d6368616e67652f76)](//packagist.org/packages/bencoderus/bureau-de-change)[![License](https://camo.githubusercontent.com/5cb151b24f882799dfcd5f7de39635b5feef92bcd1038520bfb2bc8dd87e7a4b/68747470733a2f2f706f7365722e707567782e6f72672f62656e636f64657275732f6275726561752d64652d6368616e67652f6c6963656e7365)](//packagist.org/packages/bencoderus/bureau-de-change)

A lightweight PHP library for currency conversion with over 40 currencies supports (including cryptocurrencies).

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

[](#installation)

Requires PHP &gt;= 7.0 and [composer](https://getcomposer.org/) to install package.

```
composer require bencoderus/bureau-de-change
```

Usage
-----

[](#usage)

Convert 1 BTC to USD

```
use Bencoderus\BureauDeChange\Converter;
$convert = new Converter();
return $convert->currency('BTC', 'USD')->convert(1);
```

Convert 100 GBP to USD

```
use Bencoderus\BureauDeChange\Converter;

return (new Converter())->currency('GBP', 'USD')->convert(100);
```

Supported Currencies
--------------------

[](#supported-currencies)

CAD, HKD, ISK, PHP, DKK, HUF, CZK, GBP, RON, SEK, IDR, INR, BRL, RUB, HRK, JPY, THB, CHF, EUR, MYR, BGN, TRY, CNY, NOK, NZD, ZAR, USD, MXN, SGD, AUD, ILS, KRW, PLN, BTC, ETH, LTC, BCH, BNB, EOS, XRP, BNB, XLM, DOT, LINK, YFI

Contributing
------------

[](#contributing)

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Author
------

[](#author)

[Benjamin Iduwe](https://biduwe.com/)

License
-------

[](#license)

[MIT](https://choosealicense.com/licenses/mit/)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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

1988d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/39214789?v=4)[Benjamin Iduwe](/maintainers/bencoderus)[@bencoderus](https://github.com/bencoderus)

---

Top Contributors

[![bencoderus](https://avatars.githubusercontent.com/u/39214789?v=4)](https://github.com/bencoderus "bencoderus (23 commits)")

---

Tags

codeignitercryptocurrencyfiat-moneylaravelmoneyphpsymfonyphplaravellaravel 6laravel 7laravel 8githubcurrency-converter

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/bencoderus-bureau-de-change/health.svg)

```
[![Health](https://phpackages.com/badges/bencoderus-bureau-de-change/health.svg)](https://phpackages.com/packages/bencoderus-bureau-de-change)
```

###  Alternatives

[unicodeveloper/laravel-paystack

A Laravel Package for Paystack

650975.6k11](/packages/unicodeveloper-laravel-paystack)[victorybiz/geoip-location

Get the geographical location of website visitors based on their IP addresses. Support Laravel and PHP (Non-Laravel) Project.

22157.9k2](/packages/victorybiz-geoip-location)[prevailexcel/laravel-nowpayments

A Laravel Package for NOWPayments

1414.2k](/packages/prevailexcel-laravel-nowpayments)[thepeer/sdk

Thepeer official Laravel SDK

272.8k](/packages/thepeer-sdk)

PHPackages © 2026

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