2017 © Pedro Peláez
 

library fiat-bundle

Money, Currency and Accounting Symfony bundle

image

assimtech/fiat-bundle

Money, Currency and Accounting Symfony bundle

  • Thursday, June 8, 2017
  • by kralos
  • Repository
  • 1 Watchers
  • 0 Stars
  • 808 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 0 % Grown

The README.md

FiatBundle

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

This bundle integrates Assimtech\Fiat with Symfony., (*2)

Installation

composer require assimtech/fiat-bundle

Add the bundle to your AppKernel, (*3)

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

See Assimtech\Fiat for documentation, (*5)

Twig integration

This bundle exposes the Assimtech\Fiat\Accountant as a Twig_Extension, (*6)

See Assimtech\Fiat for documentation, (*7)

The Versions