8000 GitHub - caseyamcl/mdg-money-doctrine: Doctrine Types and Embeddables for the PHP implementation of Fowler's Money pattern.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

caseyamcl/mdg-money-doctrine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%
0