assimtech / fiat-bundle
Money, Currency and Accounting Symfony bundle
3.1.0
2020-10-19 23:39 UTC
Requires
- php: >=7.1
- assimtech/fiat: ^2.0|^3.0
- symfony/config: ^3.0|^4.0|^5.0
- symfony/dependency-injection: ^3.0|^4.0|^5.0
- symfony/http-kernel: ^3.0|^4.0|^5.0
Requires (Dev)
README
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