PHPWeatherLib

PHP Weather Conditions Library

Downloads

PHPWeatherLib is packaged in a zip file. Unzip this file to your site root and consult the documentation for setup and configuration.

Latest Stable Version

Download PHP Weather Based Library PHPWeatherLib v1.1 (.zip) - 06/29/2007

Change Notes

Bullet v 1.1

Removed fopen multiple retry loop and functionality. Now, class attempts to use file_get_contents() if available and then uses fopen() if file_get_contents() fails. If file_get_contents() is not available, class uses fopen() and then tries once again using fopen(), before failing and returning an error.

I've included an example PHP file and css styles for it in the zip file to demonstrate usage.