2017-25 © Pedro Peláez
 

library money-bundle

Money symfony bundle

image

assimtech/money-bundle

Money symfony bundle

  • Wednesday, October 19, 2016
  • by kralos
  • Repository
  • 1 Watchers
  • 0 Stars
  • 402 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

MoneyBundle

Build Status Scrutinizer Code Quality Code Coverage, (*1)

This bundle integrates Money with Symfony., (*2)

THIS REPOSITORY HAS BEEN MOVED TO Assimtech\FiatBundle, (*3)

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., (*4)

Installation

composer require assimtech/money-bundle

Add the bundle to your AppKernel, (*5)

$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, (*6)

See Money for documentation, (*7)

Twig integration

This bundle exposes the Assimtech\Money\Accountant as a Twig_Extension, (*8)

See Money for documentation, (*9)

The Versions