brokeyourbike/interswitch-api-client

Interswitch API Client for PHP

Maintainers

Package info

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

pkg:composer/brokeyourbike/interswitch-api-client

Fund package maintenance!

brokeyourbike

Open Collective

Statistics

Installs: 85

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.2.1 2026-03-16 15:47 UTC

This package is auto-updated.

Last update: 2026-03-16 15:48:15 UTC


README

Latest Stable Version Total Downloads

Interswitch API Client for PHP

Installation

composer require brokeyourbike/interswitch-api-client

Usage

use BrokeYourBike\Interswitch\Client;
use BrokeYourBike\Interswitch\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