assimtech / fiat-bundle
Money, Currency and Accounting Symfony bundle
Installs: 1 607
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
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