yuuhao/weather

There is no license information available for the latest version (0.0.1) of this package.

0.0.1 2018-09-11 07:02 UTC

This package is auto-updated.

Last update: 2025-06-11 21:48:49 UTC


README

基于高德的天气SDK.

安装

$ composer require yuuhao/weather -vvv

配置

去高德地图开发平台注册并获取key

##使用

use Yuuhao\Weather\Weather;

app('weather')->getWeather($city);

or

new Weather($city)

The code contribution process is not very formal. You just need to make sure that you follow the PSR-0, PSR-1, and PSR-2 coding guidelines. Any new code contributions must be accompanied by unit tests where applicable.

License

MIT