Skip to content

OpenWeatherMap-PHP-API 1.0.0

Compare
Choose a tag to compare
@cmfcmf cmfcmf released this 21 Jul 14:25

This is the first "stable" release of my OpenWeatherMap-PHP-API. Fetching forecast weather-data is currently not supported.

This api is PSR-2 compatible and can be loaded using composer. Add the following lines into your projects composer.json file:

"require": {
    "cmfcmf/openweathermap-php-api": ">=1.0.0"
}

Please give me a ⭐ if you like this or even fork this repo.