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

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

hexaequo/currency-converter-bundle
==================================

Bundle that allow to convert currencies and crypto currencies through differents api

v1.0.3(4y ago)36261MITPHPPHP ^7.4|^8.0

Since Dec 5Pushed 4y ago1 watchersCompare

[ Source](https://github.com/MikeDevresse/Currency-Converter-Bundle)[ Packagist](https://packagist.org/packages/hexaequo/currency-converter-bundle)[ RSS](/packages/hexaequo-currency-converter-bundle/feed)WikiDiscussions master Synced 1mo ago

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

Currency-Converter-Bundle
=========================

[](#currency-converter-bundle)

What is it
----------

[](#what-is-it)

This bundle allows you to convert currencies and crypto currencies with providers that you can customize. This is made for Symfony !! By default there is two providers, Coinbase and Bitpay, you can add your own by extending the AbstractProvider class.

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

[](#installation)

In order to install this bundle run : composer require hexaequo/currency-converter-bundle

Usage
-----

[](#usage)

You can use this bundle by auto-wiring the Hexaequo\\CurrencyConverterBundle\\Converter service and using the convert method.

For example:

```
use Hexaequo\CurrencyConverterBundle\Converter;
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;

class MyController extends AbstractController
{
  public function myPage(Converter $converter) {
    $euroValue = $converter->convert(1.5,'BTC','EUR');
    // At the time I'm writting it this will be equal to: 23650,85
  }

}

```

Based on the providers that you implement you can convert any currencies based on what is supported.

Support me
----------

[](#support-me)

[![bitcoin](https://camo.githubusercontent.com/8a635b912573e4cb3c03f303e13f1bfe40dd53cc1f15733df8c28911b29494ed/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f426974636f696e2d3334344e4d336f44527252506669585445335548584339775166634d6452637a55622d677265656e)](https://camo.githubusercontent.com/8a635b912573e4cb3c03f303e13f1bfe40dd53cc1f15733df8c28911b29494ed/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f426974636f696e2d3334344e4d336f44527252506669585445335548584339775166634d6452637a55622d677265656e)

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity61

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

Total

4

Last Release

1812d ago

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

v1.0.2PHP ^7.4|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/c3ff01da25d03fe98c9b35bfd148be853dc7029484f68b496fe0b52fcaff5a56?d=identicon)[mikedevresse](/maintainers/mikedevresse)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[pentatrion/vite-bundle

Vite integration for your Symfony app

2725.3M13](/packages/pentatrion-vite-bundle)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[shopware/administration

Administration frontend for the Shopware Core

413.9M75](/packages/shopware-administration)

PHPackages © 2026

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