https://github.com/brokeyourbike/western-union-api-client-php
Western Union API Client for PHP
https://github.com/brokeyourbike/western-union-api-client-php
api-client api-client-php php western-union
Last synced: 4 months ago
JSON representation
Western Union API Client for PHP
- Host: GitHub
- URL: https://github.com/brokeyourbike/western-union-api-client-php
- Owner: brokeyourbike
- License: mpl-2.0
- Created: 2022-01-26T09:27:49.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-20T11:45:05.000Z (over 2 years ago)
- Last Synced: 2025-08-26T07:18:13.994Z (5 months ago)
- Topics: api-client, api-client-php, php, western-union
- Language: PHP
- Homepage: https://developer.westernunion.com
- Size: 35.2 KB
- Stars: 2
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# western-union-api-client
[](https://github.com/brokeyourbike/western-union-api-client-php/releases)
[](https://packagist.org/packages/brokeyourbike/western-union-api-client)
[](https://codeclimate.com/github/brokeyourbike/western-union-api-client-php/maintainability)
[](https://codeclimate.com/github/brokeyourbike/western-union-api-client-php/test_coverage)
Western Union API Client for PHP
## Installation
```bash
composer require brokeyourbike/western-union-api-client
```
## Usage
```php
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
- [Ivan Stasiuk](https://github.com/brokeyourbike) | [Twitter](https://twitter.com/brokeyourbike) | [LinkedIn](https://www.linkedin.com/in/brokeyourbike) | [stasi.uk](https://stasi.uk)
## License
[Mozilla Public License v2.0](https://github.com/brokeyourbike/western-union-api-client-php/blob/main/LICENSE)