saidy / bmd-station-data-fetch

从 https://live3.bmd.gov.bd 获取 BMD 实时站点的当前数据

1.0.10 2023-05-20 11:53 UTC

This package is auto-updated.

Last update: 2024-09-20 14:46:49 UTC


README

PHP version

要从 BMD 网站 获取 BMD 实时数据

示例

use Saidy\BmdStationDataFetch\BmdDataFetch;

// Returns list of all station data by BMD
BmdDataFetch::getStationList();

// Returns an array of station data By Station code. Station code is available in BmdDataFetch::getStationList() -> code
BmdDataFetch::getStationData("41923")

许可证

此项目根据 MIT 许可证条款授权。