Where's It Up? API 的 PHP 客户端
v0.0.5
2024-06-24 09:47 UTC
Requires
- php: ^7.4|^8.0
- ext-ctype: *
- ext-json: *
- guzzlehttp/guzzle: ^7
Requires (Dev)
Suggests
- ext-memcached: Enables API response caching
This package is not auto-updated.
Last update: 2024-09-16 10:51:00 UTC
README
wiuphp 是 Where's It Up API (版本 4) 的 PHP 封装。
要求
- PHP 7.4 或更高版本
- Guzzle
安装
此 API 客户端已包含在 Composer 中,因此您可以使用 Composer 将其添加到项目中
$ composer require wondernetwork/wiuphp
如果您不确定 Composer 是什么,您可以在 PHP: The Right Way 和 官方文档 中了解更多信息。
使用方法
请参阅 示例用法代码文件,其中包含代码示例和使用信息。有关完整 API 信息,请查阅官方的 Where's It Up 文档。