MoneyBundle
MoneyBundle copied to clipboard
Money Bundle
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.