easyYr
php framework for fetching weather data from yr.no

Documentation

If you're unfamiliar with easyYr, it's recommended to start learning using the examples. The below documentation can also be found in the class files themselves.

yrFetch.class.php - Class for fetching data from www.yr.no.
yrLayout.class.php - Class for displaying weather information on web.
yrData.class.php Subclass of yrFetch. Class parsing data from XML to object structure.
yrDataContainer.class.php - Subclass of yrData. Class for holding structured weather data parsed from XML.