... of several types - A database access class that can perform several types of queries using MySQLi - A weather forecast retrieval that uses the Wunderground API Name: Nemeth Zoltan <contact> Classes: 9 packages by Nemeth Zoltan Country: Hungary Hungary Level 4 Star Star Star Star Innovation award Innovation ...
PHP 5, Databases, Cache, Weather This class can get and cache weather forecast using the Wunderground API. It can send HTTP requests to the Wunderground API Web servers to retrieve the weather forecast information for a given city and country. Currently it can retrieve the Wunderground information ...
PHP 5, Web services, Weather This class can retrieve weather forecasts with Wunderground API. It can send HTTP requests to the Wunderground Weather API Web server to retrieve weather forecast information. The class provides a fluent interface to configure several types of parameters for the forecast ...
PHP 5, Web services, Weather This class can retrieve weather forecast with Wunderground API. It can send a HTTP request to the Wunderground API Web servers to retrieve the current weather forecast details for a given location. Currently it can retrieve the temperature, the icon that represents the ...
PHP 5, Web services, Weather This class can be used to get the weather forecast of a given city from the Wunderground site. It can access the Wunderground.com cite and retrieve the page with the weather forecast details for a given city. The forecast details are returned in an array. Currently it ...
Web services, Weather This class can be used to get the whether forecast for a given city of the world. It accesses the wunderground.com site and performs a search for a world location. The class retrieves an RSS feed associated to the searched location with the weather forecast for the following ...