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
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.