nguyenanhung / utils-gold-price
Utils API: Get Gold Price
Installs: 4 329
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
This package is auto-updated.
Last update: 2024-10-22 14:42:29 UTC
README
Utils: Gold Price
Hàm lấy dữ liệu giá vàng từ 1 số website
Giá vàng SJC
Hàm bóc tách dữ liệu từ website SJC: http://sjc.com.vn/price/
<?php require_once __DIR__ . '/vendor/autoload.php'; $price = new \nguyenanhung\Utils\GoldPrice\GoldPriceSJC(); // Parse dữ liệu từ API ngân hàng $parse = $price->parseDataGoldPrice(); // Hiển thị dữ liệu dạng JSON echo $price->toJson(); // Hiển thị dữ liệu thô echo "<pre>"; print_r($price->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