arnapou/owmclient
最新稳定版本:v2.8.0
Composer 安装命令:
composer require arnapou/owmclient
包简介
Library - OpenWeatherMap Api client.
README 文档
README
This library is a simple tool to query OpenWeatherMap Api.
Installation
composer require arnapou/owmclient
packagist 👉️ arnapou/owmclient
Example
Simply call and use either raw array, either recommended typed objects (the purpose of this lib).
use Arnapou\OwmClient\OwmApiClient;
use Http\Discovery\Psr17Factory;
use Http\Discovery\Psr18Client;
$client = new OwmApiClient("API_KEY", new Psr18Client(), new Psr17Factory());
$onecall = $client->onecall(longitude: 48.86, latitude: 2.23);
var_dump($onecall->daily->getItem(0)->temp->max);
// float(23.5)
Php versions
| Date | Ref | 8.5 | 8.4 | 8.3 | 8.2 |
|---|---|---|---|---|---|
| 25/10/2025 | 2.8.x, main | × | × | × | |
| 25/11/2024 | 2.7.x | × | × | ||
| 25/11/2023 | 2.0 - 2.6 | × | |||
| 03/09/2023 | 1.x | × |
统计信息
- 总下载量: 170
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-09-04