承接 mixislv/eurofxref 相关项目开发

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

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

mixislv/eurofxref

最新稳定版本:v1.0.1

Composer 安装命令:

composer require mixislv/eurofxref

包简介

Euro foreign exchange reference rates

README 文档

README

Project Status: WIP - Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.

The reference rates are usually updated by 15:00 CET on every working day, except on TARGET closing days. They are based on a regular daily concertation procedure between central banks across Europe and worldwide, which normally takes place at 14:15 CET. see more

Requirements

The following PHP extension is required:

  • PHP >= 5.4.0
  • option allow_url_fopen=On (default)
  • libxml

Installing

You can install eurofxref via Composer with:

composer require "mixislv/eurofxref" "^1.0"

Or by adding the following to your composer.json:

"require": {
    "mixislv/eurofxref": "^1.0"
}

Usage

use mixisLv\eurofxref\Ecb;

$ecb  = new Ecb();

var_dump($ecb->rates->single("USD"));

Check out examples directory for usage examples

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2016-03-08