zfbrasil / doctrine-money-module
Provide ZF2 integration between doctrine and mathiasverraes/money
Installs: 27 172
Dependents: 0
Suggesters: 0
Security: 0
Stars: 16
Watchers: 7
Forks: 9
Open Issues: 2
Requires
- php: ^5.5 || ^7.0
- doctrine/doctrine-module: ^0.8 || ^1.0
- mathiasverraes/money: ^1.2
- zendframework/zend-filter: ^2.3
- zendframework/zend-form: ^2.3
- zendframework/zend-i18n: ^2.3
- zendframework/zend-modulemanager: ^2.3
- zendframework/zend-servicemanager: ^2.3
- zendframework/zend-validator: ^2.3
- zendframework/zend-view: ^2.3
Requires (Dev)
- doctrine/dbal: ^2.5
- doctrine/mongodb-odm: ^1.0
- friendsofphp/php-cs-fixer: ^1.11
- phpunit/phpunit: ^4.4
Suggests
- doctrine/dbal: ^2.5
- doctrine/mongodb-odm: ^1.0
- doctrine/orm: ^2.5
This package is not auto-updated.
Last update: 2024-11-05 04:53:21 UTC
README
Provides integration between ZF2, Doctrine and mathiasverraes/money
Installation
To install DoctrineMoneyModule, use Composer:
$ php composer.phar require zfbrasil/doctrine-money-module:0.*
Enable the module by adding ZFBrasil\DoctrineMoneyModule
key to your application.config.php
file.