文件名称:converter-bundle:Symfony2的货币转换包。 支持多个汇率提供商
文件大小:11KB
文件格式:ZIP
更新时间:2024-05-30 13:10:35
PHP
转换器束 Symfony2的货币转换包。 支持多个汇率提供商: 雅虎(免费) Google(免费) 货币API(免费) 链(如果有些不可用,则尝试多个) 使用实现的Martin Fowler的Money模式进行正确的货币处理 1安装 1.1作曲家 "require" : { ... . "morbicer/converter-bundle" : "dev" } , 或者 php composer.phar require morbicer/converter-bundle 1.2启用捆绑 // app/AppKernel.php public function registerBundles () { $ bundles = array ( // ... new Morbicer \ ConverterBundle \ Mor
【文件预览】:
converter-bundle-master
----composer.json(687B)
----Provider()
--------YahooRateProvider.php(1KB)
--------CurrencyApiRateProvider.php(981B)
--------ChainRateProvider.php(987B)
--------RateProviderInterface.php(465B)
--------GoogleRateProvider.php(1KB)
----DependencyInjection()
--------MorbicerConverterExtension.php(2KB)
--------Configuration.php(1KB)
----MorbicerConverterBundle.php(142B)
----Service()
--------Convert.php(2KB)
----LICENSE(1KB)
----Resources()
--------config()
--------doc()
----Controller()
--------ApiController.php(1KB)
----README.md(1KB)
----Exception()
--------CurrencyRateException.php(115B)