Skip to content

assimtech/fiat-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FiatBundle

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

About

Money and handling of money for PHP

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages