caseyamcl / mdg-money-doctrine

Doctrine Types and Embeddables for the PHP implementation of Fowler's Money pattern.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mdg Money Doctrine

Include the custom Currency type into your Doctrine configuration.

Point a XML mapping driver to the vendor/michaelgooden/mdg-money-doctrine/config/orm/Money.Money.dcm.xml file to being using \Money\Money as an embeddable:

    /**
     * @ORM\Embedded(class="Money\Money")
     */
    private $total;

    /**
     * @ORM\Embedded(class="Money\Money")
     */
    private $tax;

About

Doctrine Types and Embeddables for the PHP implementation of Fowler's Money pattern.


Languages

Language:PHP 100.0%