First working release
The first release of the Open Weather Map API client gives you some simple methods to get weather data. The most simple setup looks like this:
// By default the current conditions will be requested in english language.
$weather = (new \lfischer\openWeatherMap\API('<API-key here>'))->getByCityName('Dusseldorf', 'de');
There are a few default settings, you might want to check out (see the README)