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
Requires
- guzzlehttp/guzzle: ^7.5
README
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.