PHPackages                             kucharovic/money-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. [Database &amp; ORM](/categories/database)
4. /
5. kucharovic/money-bundle

ActiveSymfony-bundle[Database &amp; ORM](/categories/database)

kucharovic/money-bundle
=======================

This bundle provides integration for Money library in your Symfony project.

v1.3.0(6y ago)2253.7k↓33.3%12[2 issues](https://github.com/kucharovic/money-bundle/issues)[2 PRs](https://github.com/kucharovic/money-bundle/pulls)MITPHPPHP ^7.1CI failing

Since Jun 25Pushed 5y ago3 watchersCompare

[ Source](https://github.com/kucharovic/money-bundle)[ Packagist](https://packagist.org/packages/kucharovic/money-bundle)[ Docs](https://github.com/kucharovic/money-bundle)[ RSS](/packages/kucharovic-money-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (6)Versions (20)Used By (0)

[![GitHub Release](https://camo.githubusercontent.com/53006daaf01f0c18311958643675a4ebb6bb157e8c95129c1deb617cbe1f54d2/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6b75636861726f7669632f6d6f6e65792d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://github.com/kucharovic/money-bundle/releases)[![Travis](https://camo.githubusercontent.com/c2987083302f60f7aecd01c521be3798bf450b981692c91fa24a91bd31da7169/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f727573742d6c616e672f727573742e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/kucharovic/money-bundle)[![Total Downloads](https://camo.githubusercontent.com/01b05b0a017e7d275910b10bceb539666eb55b551dae1941619495d20ec35ac2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6b75636861726f7669632f6d6f6e65792d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/kucharovic/money-bundle)[![SensioLabs Insight](https://camo.githubusercontent.com/b524774acff156fd8621c8bcb733b8f9e71019eb3a1902a21986f99d37cd4333/68747470733a2f2f696d672e736869656c64732e696f2f73656e73696f6c6162732f692f31623231363765642d303165652d343266652d393261302d3663336163373636666337382e7376673f7374796c653d666c61742d737175617265)](https://insight.sensiolabs.com/projects/1b2167ed-01ee-42fe-92a0-6c3ac766fc78)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)

JKMoneyBundle
=============

[](#jkmoneybundle)

This bundle provides integration for [Money](https://github.com/moneyphp/money) library in your Symfony project. Features include:

- Automatically add Doctrine mappings (use Doctrine embeddable objects)
- Customized FormType
- Twig extension

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 kucharovic/money-bundle
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

### Step 2: Enable the Bundle

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

Then, enable the bundle by adding it to the list of registered bundles in the `app/AppKernel.php` file of your project:

```
