PHPackages                             clippings/currency-convert - 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. clippings/currency-convert

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

clippings/currency-convert
==========================

Currency Conversion for the Money package

0.1(11y ago)12791BSD-3-ClausePHP

Since Jun 10Pushed 10y agoCompare

[ Source](https://github.com/clippings/currency-convert)[ Packagist](https://packagist.org/packages/clippings/currency-convert)[ RSS](/packages/clippings-currency-convert/feed)WikiDiscussions master Synced 6d ago

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

Currency Convert
================

[](#currency-convert)

[![Build Status](https://camo.githubusercontent.com/d26e5c3f75225555088d73ad3b8e3ec3c6ee252db4a86ccd480a6c02ede87349/68747470733a2f2f7472617669732d63692e6f72672f636c697070696e67732f63757272656e63792d636f6e766572742e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/clippings/currency-convert)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/7aa40761cf4c7a8d0a7bf4e28f4b45146735dc2327ccbc6f1436c5314b9a600f/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f636c697070696e67732f63757272656e63792d636f6e766572742f6261646765732f7175616c6974792d73636f72652e706e67)](https://scrutinizer-ci.com/g/clippings/currency-convert/)[![Code Coverage](https://camo.githubusercontent.com/6c49db92866a4cee5426441d8f7af1e7b3365b3cb927651a7367eebe87d34326/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f636c697070696e67732f63757272656e63792d636f6e766572742f6261646765732f636f7665726167652e706e67)](https://scrutinizer-ci.com/g/clippings/currency-convert/)[![Latest Stable Version](https://camo.githubusercontent.com/c54e804ff79abeda4607bb8e03e94185719b0e1066486ebbefa3f7cc9b68a1a3/68747470733a2f2f706f7365722e707567782e6f72672f636c697070696e67732f63757272656e63792d636f6e766572742f762f737461626c652e706e67)](https://packagist.org/packages/clippings/currency-convert)

Currency Conversion for the Money package

Usage
-----

[](#usage)

Convert £100 to corresponding € amount, based on the daily rate of the European Central Bank

```
use CL\CurrencyConvert\Converter;
use CL\FileCache\ItemPool;
use SebastianBergmann\Money\GBP;
use SebastianBergmann\Money\Currency;

Converter::initialize(new ECBSource(new ItemPool()));

$hundred_pounds = new GBP(10000);

$converted = Converter::get()->convert($hundred_pounds, new Currency('EUR'));
```

You have to initialize the converter with a source object - default is ECBSource. It also requires a cache pool object (based on [PSR Cache](https://github.com/clippings/psr-cache))

License
-------

[](#license)

Copyright (c) 2014, Clippings Ltd. Developed by Ivan Kerin

Under BSD-3-Clause license, read LICENSE file.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 83.3% 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

4359d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/506129?v=4)[Harry Dobrev](/maintainers/hkdobrev)[@hkdobrev](https://github.com/hkdobrev)

![](https://avatars.githubusercontent.com/u/4113307?v=4)[Danail Kyosev](/maintainers/dkyosev)[@dkyosev](https://github.com/dkyosev)

![](https://avatars.githubusercontent.com/u/7592650?v=4)[Evstati Zarkov](/maintainers/EZarkov)[@EZarkov](https://github.com/EZarkov)

![](https://avatars.githubusercontent.com/u/745771?v=4)[Filip Georgiev](/maintainers/phgeorgiev)[@phgeorgiev](https://github.com/phgeorgiev)

![](https://avatars.githubusercontent.com/u/490439?v=4)[Zdravko Evstatiev](/maintainers/zedevs)[@zedevs](https://github.com/zedevs)

---

Top Contributors

[![ivank](https://avatars.githubusercontent.com/u/4976?v=4)](https://github.com/ivank "ivank (5 commits)")[![hkdobrev](https://avatars.githubusercontent.com/u/506129?v=4)](https://github.com/hkdobrev "hkdobrev (1 commits)")

### Embed Badge

![Health badge](/badges/clippings-currency-convert/health.svg)

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

PHPackages © 2026

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