library mdg-money-doctrine
Doctrine Types and Embeddables for the PHP implementation of Fowler's Money pattern.
michaelgooden/mdg-money-doctrine
Doctrine Types and Embeddables for the PHP implementation of Fowler's Money pattern.
- Wednesday, March 14, 2018
- by MichaelGooden
- Repository
- 2 Watchers
- 9 Stars
- 8,017 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 1 Forks
- 0 Open issues
- 4 Versions
- 123 % Grown
Mdg Money Doctrine
Include the custom Currency type into your Doctrine configuration., (*1)
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:, (*2)
/**
* @ORM\Embedded(class="Money\Money")
*/
private $total;
/**
* @ORM\Embedded(class="Money\Money")
*/
private $tax;
dev-feature/crypto-support
dev-feature/crypto-support
Doctrine Types and Embeddables for the PHP implementation of Fowler's Money pattern.
Sources
Download
BSD-3-Clause
The Requires
dev-develop
dev-develop
Doctrine Types and Embeddables for the PHP implementation of Fowler's Money pattern.
Sources
Download
BSD-3-Clause
The Requires
dev-master
9999999-dev
Doctrine Types and Embeddables for the PHP implementation of Fowler's Money pattern.
Sources
Download
BSD-3-Clause
The Requires
0.1.0
0.1.0.0
Doctrine Types and Embeddables for the PHP implementation of Fowler's Money pattern.
Sources
Download
BSD-3-Clause
The Requires