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: 84

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 1

0.2.3 2025-05-26 15:59 UTC

This package is auto-updated.

Last update: 2026-02-26 17:34:19 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