brokeyourbike/tingg-api-client

PHP Tingg API 客户端

0.3.2 2022-04-07 16:05 UTC

This package is auto-updated.

Last update: 2024-09-20 14:31:10 UTC


README

Latest Stable Version Total Downloads Maintainability Test Coverage

PHP Tingg API 客户端

安装

composer require brokeyourbike/tingg-api-client

使用

use BrokeYourBike\Tingg\Client;
use BrokeYourBike\Tingg\Interfaces\ConfigInterface;

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

$apiClient = new Client($config, $httpClient);

作者

许可证

Mozilla 公共许可证 v2.0