nabeel/vacentral
最新稳定版本:2.1.0
Composer 安装命令:
composer require nabeel/vacentral
包简介
无描述信息
README 文档
README
The interface to vaCentral, used in phpVMS, and can be used in your own custom system.
installation
Installation is easiest using composer. Autoloading should take care of the rest.
composer require nabeel/vacentral
usage
use VaCentral\VaCentral; $client = new VaCentral(); $client->setApiKey('YOUR API KEY'); # Look up an airport, returns an instance of \Vacentral\Models\Airport $airport = $client->getAirport('KJFK'); echo $airport->icao; // Will write out KJFK
统计信息
- 总下载量: 31.2k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-01-04