Download the PHP package lfischer/wunderground-api without Composer
On this page you can find all versions of the php package lfischer/wunderground-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download lfischer/wunderground-api
More information about lfischer/wunderground-api
Files in lfischer/wunderground-api
Package wunderground-api
Short Description A simple PHP library for querying the Weather Underground API.
License MIT
Homepage https://github.com/leonardfischer/wunderground-api
Informations about the package wunderground-api
Weather Underground API Client
This library shall help you integrate the WeatherUnderground API to your webservice. It is extremely lightweight and provides all necessary code.
Code Example
Using the API is very easy - you'll only need to provide a API key (Get one here) in order to use it. There are functions for retrieving different weather data by predefined conditions, like "by country and city", "by latitude and longitude", "by airport code" or even "by IP address".
Run tests
Install the dependencies:
and run the tests:
Uncommenting the <logging>
element of phpunit.xml
configuration file will generate the coverage html file
when the tests are run.
Future to-dos / nice-to-have
At some point I'd like to improve this client to be as readable as possible. For example:
Contributors
- Leonard Fischer - initial programming Github profile
- Stefano Borghi - writing tests and improving code Github profile
All versions of wunderground-api with dependencies
ext-json Version *