shipito / currency-converter
此包已被废弃,不再维护。未建议替代包。
使用Google Finance汇率进行货币转换
dev-master
2014-01-15 01:09 UTC
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2021-02-22 22:38:35 UTC
README
#货币转换器
使用Google Finance汇率进行简单的货币转换
#用法
<?php
$this->converter->convert(111, new Currency('USD'), new Currency('CAD));