yuuhao / weather
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/yuuhao/weather
Requires
- guzzlehttp/guzzle: ^6.3
- mockery/mockery: ^1.1
- phpunit/phpunit: ^7.3
This package is auto-updated.
Last update: 2025-12-11 22:59:25 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