MoneyBundle
The MoneyBundle is a Symfony bundle integrating the Money for PHP library into an application.
This bundle is inspired by the JKMoneyBundle with miscellaneous enhancements based on its use with client projects.
The bundle includes:
- Database schema allowing
Money
objects to be used with the Doctrine ORM - Serializing and deserializing
Money
objects using the Symfony Serializer component or the JMS Serializer - A Twig integration to create and render formatted
Money
objects - A form type for the Symfony Form component to process
Money
objects - Comparing
Money
object values using the Symfony Validator component