nguyenanhung / utils-exchange-rates
Utils API: Get Exchange Rates
Installs: 4 331
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
This package is auto-updated.
Last update: 2024-11-22 14:49:18 UTC
README
Utils: Exchange Rates
Hàm lấy dữ liệu tỷ giá giao dịch từ website 1 số ngân hàng
Tỷ giá theo báo cáo từ ngân hàng Vietcombank
Hàm bóc tách dữ liệu từ website ngân hàng Vietcombank: https://portal.vietcombank.com.vn/Personal/TG/Pages/ty-gia.aspx
<?php require_once __DIR__ . '/vendor/autoload.php'; $vcb = new \nguyenanhung\Utils\ExchangeRates\Vietcombank(); // Parse dữ liệu từ API ngân hàng $parse = $vcb->parseDataExchangeRates(); // Hiển thị dữ liệu dạng JSON echo $parse->toJson(); // Hiển thị dữ liệu thô echo "<pre>"; print_r($parse->getResponse()); echo "</pre>";
Liên hệ
Nếu có bất cứ thông tin nào cần trao đổi và tìm hiểu, vui lòng liên hệ theo thông tin sau
From Hanoi with Love <3