Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marioblazek/openweathermaplibrary
PHP library for Open Weather Map API
https://github.com/marioblazek/openweathermaplibrary
library openweatherapi openweathermap openweathermap-api php
Last synced: 3 days ago
JSON representation
PHP library for Open Weather Map API
- Host: GitHub
- URL: https://github.com/marioblazek/openweathermaplibrary
- Owner: MarioBlazek
- License: gpl-3.0
- Created: 2017-01-03T20:00:07.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-09-23T09:19:47.000Z (about 5 years ago)
- Last Synced: 2024-04-18T11:20:09.624Z (7 months ago)
- Topics: library, openweatherapi, openweathermap, openweathermap-api, php
- Language: PHP
- Homepage:
- Size: 223 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
OpenWeatherMapLibrary
=====================[![Build Status](https://img.shields.io/travis/MarioBlazek/OpenWeatherMapLibrary.svg?style=flat-square)](https://travis-ci.org/MarioBlazek/OpenWeatherMapLibrary)
[![Code Coverage](https://img.shields.io/codecov/c/github/MarioBlazek/OpenWeatherMapLibrary.svg?style=flat-square)](https://codecov.io/gh/MarioBlazek/OpenWeatherMapLibrary)
[![Quality Score](https://img.shields.io/scrutinizer/g/MarioBlazek/OpenWeatherMapLibrary.svg?style=flat-square)](https://scrutinizer-ci.com/g/MarioBlazek/OpenWeatherMapLibrary)
[![Downloads](https://img.shields.io/packagist/dt/marioblazek/open-weather-map-library.svg?style=flat-square)](https://packagist.org/packages/marioblazek/open-weather-map-library)
[![Latest stable](https://img.shields.io/packagist/v/marioblazek/open-weather-map-library.svg?style=flat-square)](https://packagist.org/packages/marioblazek/open-weather-map-library)
[![License](https://img.shields.io/github/license/MarioBlazek/OpenWeatherMapLibrary.svg?style=flat-square)](LICENSE)PHP library for working with http://openweathermap.org/ API.
Implemented features
--------------------* [Current weather API](doc/WEATHER.md)
* [5 days/3 hour forecast API](doc/FORECAST.md)
* [UV Index](doc/UV.md)
* Air pollution (beta)License, docs and installation instructions
-------------------------------------[License](LICENSE)
[Installation instructions](doc/INSTALL.md)
[Documentation](doc/DOC.md)
[Changelog](doc/CHANGELOG.md)