brokeyourbike/tingg-api-client

Tingg API Client for PHP

Maintainers

Package info

github.com/brokeyourbike/tingg-api-client-php

pkg:composer/brokeyourbike/tingg-api-client

Fund package maintenance!

brokeyourbike

Open Collective

Statistics

Installs: 596

Dependents: 1

Suggesters: 0

Stars: 0

0.3.2 2022-04-07 16:05 UTC

This package is auto-updated.

Last update: 2026-02-20 17:24:21 UTC


README

Latest Stable Version Total Downloads Maintainability Test Coverage

Tingg API Client for PHP

Installation

composer require brokeyourbike/tingg-api-client

Usage

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

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

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

Authors

License

Mozilla Public License v2.0