https://github.com/brokeyourbike/tingg-api-client-php
Tingg API Client for PHP
https://github.com/brokeyourbike/tingg-api-client-php
airtime api api-client api-client-php hacktoberfest mobile-money php php8 tingg
Last synced: 7 months ago
JSON representation
Tingg API Client for PHP
- Host: GitHub
- URL: https://github.com/brokeyourbike/tingg-api-client-php
- Owner: brokeyourbike
- License: mpl-2.0
- Created: 2022-03-23T13:57:14.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-20T11:43:18.000Z (over 2 years ago)
- Last Synced: 2025-06-08T08:40:57.968Z (8 months ago)
- Topics: airtime, api, api-client, api-client-php, hacktoberfest, mobile-money, php, php8, tingg
- Language: PHP
- Homepage: https://cellulant.gitbook.io
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# tingg-api-client
[](https://github.com/brokeyourbike/tingg-api-client-php/releases)
[](https://packagist.org/packages/brokeyourbike/tingg-api-client)
[](https://codeclimate.com/github/brokeyourbike/tingg-api-client-php/maintainability)
[](https://codeclimate.com/github/brokeyourbike/tingg-api-client-php/test_coverage)
Tingg API Client for PHP
## Installation
```bash
composer require brokeyourbike/tingg-api-client
```
## Usage
```php
use BrokeYourBike\Tingg\Client;
use BrokeYourBike\Tingg\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
[Mozilla Public License v2.0](https://github.com/brokeyourbike/tingg-api-client-php/blob/main/LICENSE)