brokeyourbike/zenithghana-api-client

ZenithGhana API Client for PHP

Maintainers

Package info

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

pkg:composer/brokeyourbike/zenithghana-api-client

Fund package maintenance!

brokeyourbike

Open Collective

Statistics

Installs: 88

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.3.0 2026-03-17 13:40 UTC

This package is auto-updated.

Last update: 2026-03-17 13:40:47 UTC


README

Latest Stable Version Total Downloads

PixPayment API Client for PHP

ZenithGhana

composer require brokeyourbike/zenithghana-api-client

Usage

use BrokeYourBike\ZenithGhana\Client;
use BrokeYourBike\ZenithGhana\Interfaces\ConfigInterface;

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

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

Authors

License

BSD-3-Clause License