assimtech / money-bundle
1.0.4
2016-10-19 10:46 UTC
Requires
- php: >=5.5.9
- assimtech/money: ^1.0
- symfony/config: ~2.3|~3.0
- symfony/dependency-injection: ~2.3|~3.0
- symfony/http-kernel: ~2.3|~3.0
Requires (Dev)
- henrikbjorn/phpspec-code-coverage: ^1.0
- phpmd/phpmd: ^2.2
- phpspec/phpspec: ^2.2
- sebastian/phpcpd: ^2.0
- squizlabs/php_codesniffer: ^2.3
This package is auto-updated.
Last update: 2019-04-10 02:46:49 UTC
README
此bundle集成了Money和Symfony。
此存储库已迁移至Assimtech\FiatBundle
Assimtech\Money
的最后一个版本是1.1.3
,Assimtech\Fiat
从2.0.0
开始。迁移是由于Assimtech\Money\Money
的命名。最后一个版本为Assimtech\MoneyBundle
的1.0.4
,Assimtech\FiatBundle
从2.0.0
开始。
安装
composer require assimtech/money-bundle
将bundle添加到您的AppKernel
$bundles = array( /** Your other bundles */ new Assimtech\MoneyBundle\AssimtechMoneyBundle(), );
公开的服务
此bundle将Assimtech\Money\Accountant
公开为symfony服务assimtech_money.accountant
有关文档,请参阅Money
Twig集成
此bundle将Assimtech\Money\Accountant
公开为Twig_Extension
有关文档,请参阅Money