assimtech / fiat-bundle
货币、货币单位和会计 Symfony 扩展包
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
此扩展包将 Assimtech\Fiat 与 Symfony 集成。
安装
composer require assimtech/fiat-bundle
将扩展包添加到您的 AppKernel
$bundles = array( /** Your other bundles */ new Assimtech\FiatBundle\AssimtechFiatBundle(), );
公开的服务
此扩展包将 Assimtech\Fiat\Accountant
作为 symfony 服务 assimtech_fiat.accountant
公开
有关文档,请参阅 Assimtech\Fiat
Twig 集成
此扩展包将 Assimtech\Fiat\Accountant
作为 Twig_Extension
公开
有关文档,请参阅 Assimtech\Fiat