brokeyourbike/wizall-api-client

Wizall API Client for PHP

Maintainers

Package info

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

pkg:composer/brokeyourbike/wizall-api-client

Fund package maintenance!

brokeyourbike

Open Collective

Statistics

Installs: 272

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.3.0 2026-03-17 13:35 UTC

This package is auto-updated.

Last update: 2026-03-17 13:35:44 UTC


README

Latest Stable Version Total Downloads

Wizall API client for PHP

Installation

composer require brokeyourbike/wizall-api-client

Usage

use BrokeYourBike\Wizall\Client;
use BrokeYourBike\Wizall\Interfaces\ConfigInterface;

assert($config instanceof ConfigInterface);
assert($httpClient instanceof \GuzzleHttp\ClientInterface);
assert($psrCache instanceof \Psr\SimpleCache\CacheInterface);

$apiClient = new Client($config, $httpClient, $psrCache);
$apiClient->getAuthToken();

Authors

License

BSD-3-Clause License