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

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

kdrmklabs/currency-bundle
=========================

This bundle provides a complete handler for currency exchange rates to Symfony2 applications.

v0.1(9y ago)027MITPHPPHP &gt;=5.3.2

Since Aug 1Pushed 9y ago1 watchersCompare

[ Source](https://github.com/KdrMkLabs/CurrencyBundle)[ Packagist](https://packagist.org/packages/kdrmklabs/currency-bundle)[ Docs](https://github.com/KdrMkLabs/CurrencyBundle)[ RSS](/packages/kdrmklabs-currency-bundle/feed)WikiDiscussions master Synced today

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

Getting started with KdrmklabsCurrencyBundle in Symfony2.
=========================================================

[](#getting-started-with-kdrmklabscurrencybundle-in-symfony2)

Instalation
-----------

[](#instalation)

### I. Installing the bundle in two different ways.

[](#i-installing-the-bundle-in-two-different-ways)

Install this bundle by adding next code line to your project in the composer.json file and after update it with the command composer update

```
file: /composer.json

{
    "require": {
        "kdrmklabs/currency-bundle": "dev-master",
    }
}
```

Now, update the bundle with composer:

```
$ composer update kdrmklabs/currency-bundle

```

### II. Enable and register the Bundle in the AppKernel

[](#ii-enable-and-register-the-bundle-in-the-appkernel)

```
// file: app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Kdrmklabs\Bundle\CurrencyBundle\KdrmklabsCurrencyBundle(),
        // ...
        // Your application bundles
    );
}
```

Configure the bundle.
---------------------

[](#configure-the-bundle)

Add kdrmklabs\_ticket configuration to you config.yml

```
# file: app/config/config.yml

kdrmklabs_currency:
    default_currency: "USD"
```

Finally, create database tables, update the schems and populate tables
----------------------------------------------------------------------

[](#finally-create-database-tables-update-the-schems-and-populate-tables)

Update your database schema with the command:

```
$ php app/console doctrine:schema:update --force

```

Populate database:

[![image](https://cloud.githubusercontent.com/assets/5240279/17281571/1c1008ca-5762-11e6-9093-db446fcc9339.png)](https://cloud.githubusercontent.com/assets/5240279/17281571/1c1008ca-5762-11e6-9093-db446fcc9339.png)

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

Unknown

Total

1

Last Release

3620d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5240279?v=4)[Edgar Morales](/maintainers/ingedgarmorales)[@ingedgarmorales](https://github.com/ingedgarmorales)

---

Top Contributors

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

---

Tags

currencycurrency-exchange-rates

### Embed Badge

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

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

###  Alternatives

[sulu/sulu

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

1.3k1.4M196](/packages/sulu-sulu)[kimai/kimai

Kimai - Time Tracking

4.8k8.7k1](/packages/kimai-kimai)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1615.6k12](/packages/2lenet-crudit-bundle)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1175.2k](/packages/rcsofttech-audit-trail-bundle)[sylius/money-bundle

Currencies and money formatting engine bundle for Symfony.

18670.7k22](/packages/sylius-money-bundle)[yceruto/formflow-bundle

Create and manage multistep forms

2414.8k](/packages/yceruto-formflow-bundle)

PHPackages © 2026

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