├── app/ │ ├── api/ # API versioning system │ ├── cli/ # CLI commands and console │ ├── config/ # Configuration files │ ├── controllers/ # Request handlers │ │ ├── v1/ # Version 1 controllers ...
A php API to retrieve and parse global weather data from OpenWeatherMap.org. This library aims to normalise the provided data and remove some inconsistencies. This library is neither maintained by ...