Download the PHP package lccgsn/weather without Composer
On this page you can find all versions of the php package lccgsn/weather. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package weather
高德天气组件
安装
$ composer require lcc/weather -vvv
用法
use Lcc\Weather\Weather;
$key = 'xxxxxxxxxxxxxxxxxxxxxxxxxxx';
$weather = new Weather($key);
$response = $weather->getWeather('深圳');
License
MIT
All versions of weather with dependencies
PHP Build Version
Package Version
Requires
guzzlehttp/guzzle Version
^6.5
The package lccgsn/weather contains the following files
Loading the files please wait ....