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-10-26 01:22:32 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