https://github.com/brokeyourbike/tsehay-bank-api-client-php
Tsehay Bank API Client for PHP
https://github.com/brokeyourbike/tsehay-bank-api-client-php
api api-client api-client-php hacktoberfest php php8 rest-api tsehay-bank
Last synced: 8 days ago
JSON representation
Tsehay Bank API Client for PHP
- Host: GitHub
- URL: https://github.com/brokeyourbike/tsehay-bank-api-client-php
- Owner: brokeyourbike
- License: mpl-2.0
- Created: 2023-05-20T12:51:58.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2026-03-17T13:33:32.000Z (4 months ago)
- Last Synced: 2026-04-04T12:10:53.546Z (3 months ago)
- Topics: api, api-client, api-client-php, hacktoberfest, php, php8, rest-api, tsehay-bank
- Language: PHP
- Homepage: https://tsehaybank.com.et
- Size: 39.1 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
# tsehay-bank-api-client
[](https://github.com/brokeyourbike/tsehay-bank-api-client-php/releases)
[](https://packagist.org/packages/brokeyourbike/tsehay-bank-api-client)
Tsehay Bank API Client for PHP
## Installation
```bash
composer require brokeyourbike/tsehay-bank-api-client
```
## Usage
```php
use BrokeYourBike\TsehayBank\Client;
use BrokeYourBike\TsehayBank\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/tsehay-bank-api-client-php/blob/main/LICENSE)