brokeyourbike/emq-api-client

0.2.0 2024-09-09 14:53 UTC

This package is auto-updated.

Last update: 2024-09-09 14:53:50 UTC


README

Latest Stable Version Total Downloads Maintainability Test Coverage

PHP EMQ API 客户端

安装

composer require brokeyourbike/emq-api-client

用法

use BrokeYourBike\EMQ\Client;
use BrokeYourBike\EMQ\Interfaces\ConfigInterface;

assert($config instanceof ConfigInterface);
assert($httpClient instanceof \GuzzleHttp\ClientInterface);

$apiClient = new Client($config, $httpClient);
$apiClient->transferStatus('reference');

作者

许可协议

BSD-3-Clause 许可协议