承接 k0pernikus/currency-converter 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

k0pernikus/currency-converter

最新稳定版本:1.0.2

Composer 安装命令:

composer require k0pernikus/currency-converter

包简介

Currency conversion using the Eurpean Central bank rates

README 文档

README

About

Currency Converter supporting the European Central Bank XML.

Installation

Get composer and then require the library using:

composer require k0pernikus/currency-converter

Usage

    $converter = CurrencyConverterFactory::createCurrencyConverter();

    $euroPrice = 1337;

    $usdPrice = $converter
        ->setFromCurrency('EUR')
        ->setToCurrency('USD')
        ->convert($euroPrice);

TODOs

  • symfony2 bundle

统计信息

  • 总下载量: 19
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 3
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 0
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-09-24