2017 © Pedro Peláez
 

library yahoo-weather-api

A PHP weather forecast library based on Yahoo Weather API.

image

th3mouk/yahoo-weather-api

A PHP weather forecast library based on Yahoo Weather API.

  • Monday, May 28, 2018
  • by Th3Mouk
  • Repository
  • 1 Watchers
  • 5 Stars
  • 831 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 3 Versions
  • 13 % Grown

The README.md

Yahoo Weather API

This PHP library providing a simple way to communicate with Yahoo Weather API., (*1)

Latest Stable Version Latest Unstable Version Total Downloads License, (*2)

SensioLabsInsight Build Status Scrutinizer Code Quality Coverage Status, (*3)

Installation

composer require th3mouk/yahoo-weather-api ^1.0, (*4)

Usage

Simply implement the class, (*5)

require_once __DIR__ . '/vendor/autoload.php';

use Th3Mouk\YahooWeatherAPI\YahooWeatherAPI;

$yahooWeather = new YahooWeatherAPI();

Methods

Get forecasts with a WOEID code :, (*6)

$yahooWeather->callApiWoeid($woeid = null, $unit = 'c');

Get forecasts with a city name :, (*7)

$yahooWeather->callApiCityName($name = null, $unit = 'c');

Get forecasts with a yql request :, (*8)

$yahooWeather->callApi($yql = null);

Thanks

Contributing

Before commiting, please run php-cs-fixer fix . command, and update the test suite., (*9)

Please

Feel free to improve this library., (*10)

The Versions

28/05 2018

dev-master

9999999-dev https://github.com/Th3Mouk/YahooWeatherAPI

A PHP weather forecast library based on Yahoo Weather API.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jérémy Marodon

api yahoo weather yahoo api forecasts

27/09 2016

1.0.0

1.0.0.0 https://github.com/Th3Mouk/YahooWeatherAPI

A PHP weather forecast library based on Yahoo Weather API.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jérémy Marodon

api yahoo weather yahoo api forecasts

21/04 2016

0.9

0.9.0.0 https://github.com/Th3Mouk/YahooWeatherAPI

A PHP library to communicate with Yahoo Weather API.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jérémy Marodon
by Jean-Baptiste Audebert

api yahoo weather yahoo api