assimtech / money-bundle
This package is abandoned and no longer maintained.
The author suggests using the assimtech/fiat-bundle package instead.
Money symfony 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
This bundle integrates Money with Symfony.
THIS REPOSITORY HAS BEEN MOVED TO Assimtech\FiatBundle
The last version of Assimtech\Money
is 1.1.3
, Assimtech\Fiat
follows on from 2.0.0
. The move is due to the naming of Assimtech\Money\Money
.
The last version of Assimtech\MoneyBundle
is 1.0.4
, Assimtech\FiatBundle
follows on from 2.0.0
.
Installation
composer require assimtech/money-bundle
Add the bundle to your AppKernel
$bundles = array( /** Your other bundles */ new Assimtech\MoneyBundle\AssimtechMoneyBundle(), );
Services Exposed
This bundle exposes the Assimtech\Money\Accountant
as the symfony service assimtech_money.accountant
See Money for documentation
Twig integration
This bundle exposes the Assimtech\Money\Accountant
as a Twig_Extension
See Money for documentation