Skip to content

opwoco/forecast-io-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

forecast-io

Forecast IO APIv2 Wrapper implementation: http://forecast.io/

Composer Install

{
  "require" : {
    "opwoco/forecast-io-php": "~1.3"
  }
}

Usage

$WeatherService = new \Forecast\Service('<api-key>');
var_dump($WeatherService->fetch(25.79036, -80.13623));

For response specifics, see API Documentation

About

Forecast IO Wrapper implementation

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages