evokelektrique/bonbast 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

evokelektrique/bonbast

最新稳定版本:v1.0.0

Composer 安装命令:

composer require evokelektrique/bonbast

包简介

Simple and easy to use package to retrieve the latest updated currency prices from the Bonbast website

README 文档

README

Simple and easy to use package to retrieve the latest updated currency prices from the Bonbast website.

Install

Using composer composer require evokelektrique/bonbast

Usage

use Bonbast\Bonbast;

$bonbast = new Bonbast();
$result = $bonbast->get_formatted_price("usd"); // usd, eur ...

var_dump($result);
// array(2) {
//   ["sell"]=>
//   string(5) "32730"
//   ["buy"]=>
//   string(5) "32630"
// }

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-10-23