Symfony Bundle for the popular Money library.
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(),
);
}
The MIT License (MIT). Please see License File for more information.