shiran/weather

天气SDK。

此包的规范仓库似乎已消失,因此该包已被冻结。

0.0.2 2019-02-02 07:45 UTC

This package is auto-updated.

Last update: 2019-04-04 03:21:44 UTC


README

天气SDK...

StyleCI build status

安装

$ composer require shiran/weather -vvv

使用

配置写入 config/services.php 中:

    .
    .
    .
     'weather' => [
        'key' => env('WEATHER_API_KEY'),
    ],
public function weather(Weather $weather) 
{
    $response = $weather->getLiveWeather('上海');
}

许可证

MIT