Skip to content

assimtech/money-bundle

Repository files navigation

MoneyBundle

Build Status Scrutinizer Code Quality Code Coverage

This bundle integrates Money with Symfony.

THIS REPOSITORY HAS BEEN MOVED TO Assimtech\FiatBundle

The last version of Assimtech\Money is 1.1.3, Assimtech\Fiat follows on from 2.0.0. The move is due to the naming of Assimtech\Money\Money. The last version of Assimtech\MoneyBundle is 1.0.4, Assimtech\FiatBundle follows on from 2.0.0.

Installation

composer require assimtech/money-bundle

Add the bundle to your AppKernel

$bundles = array(
    /** Your other bundles */
    new Assimtech\MoneyBundle\AssimtechMoneyBundle(),
);

Services Exposed

This bundle exposes the Assimtech\Money\Accountant as the symfony service assimtech_money.accountant

See Money for documentation

Twig integration

This bundle exposes the Assimtech\Money\Accountant as a Twig_Extension

See Money for documentation