承接 maree/goldpricez 相关项目开发

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

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

maree/goldpricez

Composer 安装命令:

composer require maree/goldpricez

包简介

package to get metal prices like gold and silver with different currencies and measures

README 文档

README

Installation

You can install the package via Composer.

composer require maree/goldpricez

Publish your goldpricez config file with

php artisan vendor:publish --provider="Maree\GoldPricez\GoldPricezServiceProvider" --tag="GoldPricez"

then change your GoldPricez config from config/GoldPricez.php file

    "API_KEY"  => "",

Usage

Get Prices

use Maree\GoldPricez\GoldPricez;
    $options = ['currency' => 'egp','measure'=>'gram','metal'=>'all'];
    $response = GoldPricez::getPrices($options); 

notes

  • to get only gold prices remove 'metal' option from options array

Response Examples

  • in Success
  +"ounce_price_usd": "1667.72"
  +"gmt_ounce_price_usd_updated": "26-10-2022 04:30:02 pm"
  +"ounce_price_ask": "1667.72"
  +"ounce_price_bid": "1667.4"
  +"ounce_price_usd_today_low": "1649.67"
  +"ounce_price_usd_today_high": "1675.12"
  +"usd_to_egp": "19.7082"
  +"gmt_egp_updated": "26-10-2022 04:05:00 pm"
  +"ounce_in_egp": 32867.759304
  +"silver_ounce_in_egp": 385.8077232
  +"gram_to_ounce_formula": 0.0321
  +"gram_in_usd": 53.533812
  +"gram_in_egp": 1055.0550736584
  +"silver_gram_in_usd": 0.6283896
  +"silver_gram_in_egp": 12.38442791472
  +"silver_ounce_price_ask_egp": 386.1427626
  +"silver_ounce_price_bid_egp": 385.4726838
  +"silver_ounce_price_egp_today_low": 374.948505
  +"silver_ounce_price_egp_today_high": 390.3603174
  • in Error
  +"status": false
  +"error": "This API key has reached the time limit for this method"

documentaion

统计信息

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

GitHub 信息

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

其他信息

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

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固