webit / bcmath-bundle
Symfony 2 integration for BcMath wrapper
Installs: 4 271
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 1
Open Issues: 0
Type:bundle
Requires
- php: >=5.3.3
- symfony/symfony: ~2.1|~3.0
- webit/bcmath: ~1.1
This package is auto-updated.
Last update: 2024-10-20 21:48:56 UTC
README
Installation
Composer: add the webit/bcmath-bundle into composer.json
{ "require": { "php": ">=5.3.2", "webit/bcmath-bundle": "~1.1" } }
Usage
You can set the default BcMathNumber calculation scale (config.yml):
webit_bc_math: scale: 10 #default to 8
Documentation of BcMath Wrapper: README.md