nexxomnia/apiclient-php
最新稳定版本:1.6.9
Composer 安装命令:
composer require nexxomnia/apiclient-php
包简介
The nexxOMNIA API Client for PHP
README 文档
README
The nexxOMNIA API Client provides easy Access to all API Endpoints of the nexxOMNIA API.
Getting Started
$ composer require nexxomnia/apiclient-php
use nexxomnia\apiclient; use nexxomnia\apicalls\mediacall; use nexxomnia\enums\streamtypes; $apiclient = new apiclient(); $apiclient->configure(999,"API-SECRET","SESSION-ID"); $apicall = new mediacall(streamtypes::VIDEO); $apicall->latest(); $result=$apiclient->call($apicall); echo $result->getResultIterator(TRUE)->current()->getGeneral()->getID(); // outputs the ID of the first Element
Resources
Please find all further Documentation and Usage Examples here.
统计信息
- 总下载量: 347
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-07-26