assimtech/fiat-bundle

Money, Currency and Accounting Symfony bundle

3.1.0 2020-10-19 23:39 UTC

This package is auto-updated.

Last update: 2024-04-20 08:50:25 UTC


README

Build Status Scrutinizer Code Quality Code Coverage

This bundle integrates Assimtech\Fiat with Symfony.

Installation

composer require assimtech/fiat-bundle

Add the bundle to your AppKernel

$bundles = array(
    /** Your other bundles */
    new Assimtech\FiatBundle\AssimtechFiatBundle(),
);

Services Exposed

This bundle exposes the Assimtech\Fiat\Accountant as the symfony service assimtech_fiat.accountant

See Assimtech\Fiat for documentation

Twig integration

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

See Assimtech\Fiat for documentation