waycambas8/kursbca
Composer 安装命令:
composer require waycambas8/kursbca
包简介
Pencaharian data kurs Bank BCA seluruh dunia
README 文档
README
This package retrieves the kurs data from BCA Bank
Include 13 currency around the world to IDR Indonesia Rupiah
- Dollar America
- Dollar Singapore
- Euro
- Dollar Australia
- Kroner Denmark
- Kronor Swedia
- Dollar Canada
- Franc Swiss
- Dollar Islandia Baru
- Ponsterling Inggris
- Dollar Hong-Kong
- Riyal Arab Saudi
- Yuan China / Tiongkok
How To install
To run this project, install it locally using composer:
$ composer require waycambas8/kursbca
$ composer update
How to use
There is some YOUR_PARAMETER that you must be entered when you want to call the class/function
- usd (Dollar America)
- sgd (Dollar Singapore- Euro)
- eur (Euro)
- aud (Dollar Australia)
- dkk (Kroner Denmark)
- sek (Kronor Swedia)
- cad (Dollar Canada)
- chf (Franc Swiss)
- nzd (Dollar Islandia Baru)
- gbp (Ponsterling Inggris)
- hkd (Dollar Hong-Kong)
- sar (Riyal Arab Saudi)
- cnh (Yuan China / Tiongkok)
next you have to call this class
\KursBca\ScrappyData
public function
kurs_bca(YOUR_PARAMETER)
How to Integrate with your Controller
open your controller, and put this code on your variable or using use
\KursBca\ScrappyData::kurs_bca(YOUR_PARAMATER)
Parameter Must be array and the name of ARRAY must be 'kode'
variable = array('kode' => 'usd')
Example
take the exchange rate data from the American dollar (usd) to the Indonesian rupiah (idr)
YOUR_VARIABLE = array('kode' => 'usd')
\KursBca\ScrappyData::kurs_bca(YOUR_VARIABLE)
Final
the datas automatically updated when the kurs BCA has been changed
update 0.0.2 will be done soon :)
waycambas8/kursbca 适用场景与选型建议
waycambas8/kursbca 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 8 次下载、GitHub Stars 达 2, 最近一次更新时间为 2021 年 03 月 27 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 waycambas8/kursbca 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 waycambas8/kursbca 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 8
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 9
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-03-27