brokeyourbike/western-union-api-client

Western Union API Client for PHP

Fund package maintenance!
brokeyourbike
Open Collective

Installs: 32

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 6

pkg:composer/brokeyourbike/western-union-api-client

0.2.0 2023-05-14 21:12 UTC

This package is auto-updated.

Last update: 2025-10-20 16:59:20 UTC


README

Latest Stable Version Total Downloads Maintainability Test Coverage

Western Union API Client for PHP

Installation

composer require brokeyourbike/western-union-api-client

Usage

use BrokeYourBike\WesternUnion\Client;
use BrokeYourBike\WesternUnion\Interfaces\ConfigInterface;

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

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

Authors

License

Mozilla Public License v2.0