saidy/bmd-station-data-fetch

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

Installs: 19

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/saidy/bmd-station-data-fetch

1.0.10 2023-05-20 11:53 UTC

This package is auto-updated.

Last update: 2025-09-20 16:58:41 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.