saidy/bmd-station-data-fetch

Get current station data of BMD live station data from https://live3.bmd.gov.bd

1.0.10 2023-05-20 11:53 UTC

This package is auto-updated.

Last update: 2024-10-20 14:59:53 UTC


README

PHP version

To fetch BMD real-time data from BMD website.

Examples

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")

License

This project is licensed under the terms of the MIT license.