opwoco / forecast-io-php
PHP wrapper for Forecast IO API (Forked from tave/forecast-io-php)
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 0
pkg:composer/opwoco/forecast-io-php
Requires
- php: >=5.5
- guzzlehttp/guzzle: ~6.0
This package is not auto-updated.
Last update: 2025-09-28 01:01:31 UTC
README
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