Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brokeyourbike/intouchgroup-api-client-php
IntouchGroup API Client for PHP
https://github.com/brokeyourbike/intouchgroup-api-client-php
api-client intouchgroup php8
Last synced: 14 days ago
JSON representation
IntouchGroup API Client for PHP
- Host: GitHub
- URL: https://github.com/brokeyourbike/intouchgroup-api-client-php
- Owner: brokeyourbike
- License: bsd-3-clause
- Created: 2024-10-18T08:59:08.000Z (27 days ago)
- Default Branch: main
- Last Pushed: 2024-10-29T21:21:14.000Z (15 days ago)
- Last Synced: 2024-10-29T23:43:27.602Z (15 days ago)
- Topics: api-client, intouchgroup, php8
- Language: PHP
- Homepage: https://developers.intouchgroup.net/devportal/mobile-money
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# intouchgroup-api-client
[![Latest Stable Version](https://img.shields.io/github/v/release/brokeyourbike/intouchgroup-api-client-php)](https://github.com/brokeyourbike/intouchgroup-api-client-php/releases)
[![Total Downloads](https://poser.pugx.org/brokeyourbike/intouchgroup-api-client/downloads)](https://packagist.org/packages/brokeyourbike/intouchgroup-api-client)IntouchGroup API Client for PHP
## Installation
```bash
composer require brokeyourbike/intouchgroup-api-client
```## Usage
```php
use BrokeYourBike\IntouchGroup\Client;
use BrokeYourBike\IntouchGroup\Interfaces\ConfigInterface;assert($config instanceof ConfigInterface);
assert($httpClient instanceof \GuzzleHttp\ClientInterface);$apiClient = new Client($config, $httpClient);
```## 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
[BSD-3-Clause License](https://github.com/brokeyourbike/intouchgroup-api-client-php/blob/main/LICENSE)