moneyphp / money-bundle
Symfony Bundle for the popular Money library
v0.1.0
2019-12-24 20:33 UTC
Requires
- php: >=7.2
- moneyphp/money: ^3.0
- symfony/framework-bundle: ^4.2 || ^5.0
Requires (Dev)
- phpunit/phpunit: ^8.5
This package is auto-updated.
Last update: 2026-03-10 09:44:14 UTC
README
Please note that this package it is not considered stable yet.
Symfony Bundle for the popular Money library.
Install
Via Composer
$ composer require moneyphp/money-bundle
Enable the bundle in your kernel:
<?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Money\MoneyBundle\MoneyBundle(), ); }
Usage
License
The MIT License (MIT). Please see License File for more information.