Forecast IO APIv2 Wrapper implementation: http://forecast.io/
{
"require" : {
"opwoco/forecast-io-php": "~1.3"
}
}
$WeatherService = new \Forecast\Service('<api-key>');
var_dump($WeatherService->fetch(25.79036, -80.13623));
For response specifics, see API Documentation