PHPackages                             jevgenijus/currency-exchange-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. jevgenijus/currency-exchange-bundle

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

jevgenijus/currency-exchange-bundle
===================================

Determine which bank provides best exchange rate

2.1.6(9y ago)134[1 issues](https://github.com/jevgenijusr/CurrencyExchangeBundle/issues)MITPHPPHP &gt;=5.3.0

Since Aug 14Pushed 9y ago1 watchersCompare

[ Source](https://github.com/jevgenijusr/CurrencyExchangeBundle)[ Packagist](https://packagist.org/packages/jevgenijus/currency-exchange-bundle)[ RSS](/packages/jevgenijus-currency-exchange-bundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (9)Dependencies (1)Versions (10)Used By (0)

CurrencyExchangeBundle
======================

[](#currencyexchangebundle)

Query different banks for specific currency pair exchange rate. Determine which bank provides best exchange rate.

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

[](#installation)

### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require jevgenijus/currency-exchange-bundle
```

### Step 2: Enable the Bundle

[](#step-2-enable-the-bundle)

Register bundles in `app/AppKernel.php`:

```
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        return [
            // ...
            new Jev\CurrencyExchangeBundle\JevCurrencyExchangeBundle(),
        ];
    }

    // ...
}
```

### Step 3: Configure the Bundle

[](#step-3-configure-the-bundle)

Configure the currencies you need in `config.yml` file.

```
# app/config/config.yml
jev_currency_exchange:
    base_currencies: ["EUR", "GBP"]
    foreign_currencies: ["AUD", "BGN", "CAD", "CHF", "CNY", "CZK", "DKK", "HKD", "HRK", "HUF", "IDR", "ILS", "INR" ]
```

Usage
-----

[](#usage)

Command **currency:rates** which shows a table of exchange rates for a given currency pair.

```
$ app/console currency:rates
```

Command **currency:rate:best** gives the best exchange rate for a given currency pair.

```
$ app/console currency:rate:best
```

License
-------

[](#license)

This package is licensed under the MIT license. For the full copyright and license information, please view the [LICENSE](LICENSE) file that was distributed with this source code.

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

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

Total

9

Last Release

3600d ago

Major Versions

1.0.0 → 2.0.02016-08-15

PHP version history (2 changes)1.0.0PHP &gt;=5.3.0

2.1.1PHP &gt;=5.5

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3893212?v=4)[Jevgenijus Andrijankinas](/maintainers/jevgenijusr)[@jevgenijusr](https://github.com/jevgenijusr)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/jevgenijus-currency-exchange-bundle/health.svg)

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

PHPackages © 2026

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