PHPackages                             xigen.io/currency-converter-bundle - 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. xigen.io/currency-converter-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

xigen.io/currency-converter-bundle
==================================

Currency Converter bundle for Symfony

v2.0.1(7y ago)0902PHPPHP ^7.2

Since Feb 20Pushed 7y ago2 watchersCompare

[ Source](https://github.com/XigenIO/Symfony-CurrencyConverterBundle)[ Packagist](https://packagist.org/packages/xigen.io/currency-converter-bundle)[ RSS](/packages/xigenio-currency-converter-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (8)Used By (0)

Currency Converter
==================

[](#currency-converter)

Currency Converter bundle for Symfony

Provides an easy way to convert an amount of GBP to common currencies within a Symfony project using the [fixer.io](http://fixer.io) API. Rates are stored in the symfony cache for a maximum of 4 hours before being updated automaticly.

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

[](#installation)

```
composer require xigen.io/currency-converter-bundle
```

Finally register the bundle in `app/AppKernel.php` (if using Symfony 3):

```
$bundles = [
    [...]
    new Xigen\Bundle\CurrencyConverterBundle\CurrencyConverterBundle(),
];
```

Usage
-----

[](#usage)

```
// Fetch the convert service
$convert = $this->getContainer()->get('currency_converter.convert');

// Convert 10 euros into pounds
$pounds = $convert->from('EUR', 10);

// Convert 10 pounds into euros
$euros = $convert->to('EUR', 10);

dump([
    'pounds' => $pounds,
    'euros' => $euros,
]);
```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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 ~56 days

Total

7

Last Release

2662d ago

Major Versions

v1.0.4 → v2.0.02019-01-09

PHP version history (2 changes)v1.0.0PHP ^7

v2.0.0PHP ^7.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/76560e53f7625a72018c672a19ec3d919e42d2ac615a18c2a050b70cb7334196?d=identicon)[AlphaRecon19](/maintainers/AlphaRecon19)

---

Top Contributors

[![AlphaRecon19](https://avatars.githubusercontent.com/u/3878240?v=4)](https://github.com/AlphaRecon19 "AlphaRecon19 (16 commits)")

### Embed Badge

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

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

###  Alternatives

[winzou/state-machine-bundle

Bundle for the very lightweight yet powerful PHP state machine

34010.4M15](/packages/winzou-state-machine-bundle)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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